Searched refs:tryGetWidget (Results 1 – 4 of 4) sorted by relevance
139 assertTrue("Widget exists", workspace.tryGetWidget(info.label, 0) == null); in testUnboundWidget_removed()278 mLauncher.getWorkspace().tryGetWidget(info.label, DEFAULT_UI_TIMEOUT) != null); in verifyWidgetPresent()
67 final Widget widget = mLauncher.getWorkspace().tryGetWidget(widgetInfo.label, in testDragIcon()
94 mLauncher.getWorkspace().tryGetWidget(info.label, DEFAULT_UI_TIMEOUT) != null); in testCustomProfileLoaded_with_widget()
226 public Widget tryGetWidget(String label, long timeout) { in tryGetWidget() method in Workspace