Searched refs:writeLayoutAndLoad (Results 1 – 1 of 1) sorted by relevance
66 writeLayoutAndLoad(new LauncherLayoutBuilder().atHotseat(0) in testCustomProfileLoaded_with_icon_on_hotseat()78 writeLayoutAndLoad(new LauncherLayoutBuilder().atHotseat(0).putFolder(android.R.string.copy) in testCustomProfileLoaded_with_folder()93 writeLayoutAndLoad(new LauncherLayoutBuilder().atHotseat(0).putFolder("CustomFolder") in testCustomProfileLoaded_with_folder_custom_title()119 writeLayoutAndLoad(new LauncherLayoutBuilder().atWorkspace(0, 1, 0) in testCustomProfileLoaded_with_widget()130 private void writeLayoutAndLoad(LauncherLayoutBuilder builder) throws Exception { in writeLayoutAndLoad() method in DefaultLayoutProviderTest