Searched refs:window (Results 1 – 2 of 2) sorted by relevance
49 UiObject2 window = device.findObject( in registerAnrAndCrashWatchers()51 if (window != null) { in registerAnrAndCrashWatchers()52 String errorText = window.getText(); in registerAnrAndCrashWatchers()64 UiObject2 window = device.findObject( in registerAnrAndCrashWatchers()66 if (window != null) { in registerAnrAndCrashWatchers()67 String errorText = window.getText(); in registerAnrAndCrashWatchers()
94 AccessibilityWindowInfo window = windows.get(windows.size() - 1); in testLaunchInMultiwindow() local96 window.getRoot().getPackageName().equals(SETTINGS_PACKAGE)); in testLaunchInMultiwindow()101 window = windows.get(windows.size() - 2); in testLaunchInMultiwindow()103 window.getRoot().getPackageName().equals(CALCULATOR_PACKAGE)); in testLaunchInMultiwindow()