Searched refs:writeLayoutAndLoad (Results 1 – 1 of 1) sorted by relevance
68 writeLayoutAndLoad(new LauncherLayoutBuilder().atHotseat(0) in testCustomProfileLoaded_with_icon_on_hotseat()80 writeLayoutAndLoad(new LauncherLayoutBuilder().atHotseat(0).putFolder(android.R.string.copy) in testCustomProfileLoaded_with_folder()95 writeLayoutAndLoad(new LauncherLayoutBuilder().atHotseat(0).putFolder("CustomFolder") in testCustomProfileLoaded_with_folder_custom_title()121 writeLayoutAndLoad(new LauncherLayoutBuilder().atWorkspace(0, 1, 0) in testCustomProfileLoaded_with_widget()135 writeLayoutAndLoad(new LauncherLayoutBuilder().atHotseat(0) in testCustomProfileLoaded_with_shortcut_on_hotseat()148 writeLayoutAndLoad(new LauncherLayoutBuilder().atHotseat(0).putFolder(android.R.string.copy) in testCustomProfileLoaded_with_shortcut_in_folder()164 private void writeLayoutAndLoad(LauncherLayoutBuilder builder) throws Exception { in writeLayoutAndLoad() method in DefaultLayoutProviderTest