Searched refs:tryGetWidget (Results 1 – 3 of 3) sorted by relevance
136 assertTrue("Widget exists", workspace.tryGetWidget(info.label, 0) == null); in testUnboundWidget_removed()276 mLauncher.getWorkspace().tryGetWidget(info.label, DEFAULT_UI_TIMEOUT) != null); in verifyWidgetPresent()
96 mLauncher.getWorkspace().tryGetWidget(info.label, DEFAULT_UI_TIMEOUT) != null); in testCustomProfileLoaded_with_widget()
227 public Widget tryGetWidget(String label, long timeout) { in tryGetWidget() method in Workspace