Home
last modified time | relevance | path

Searched refs:removeWatcher (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DUiWatchers.java81 device.removeWatcher("AnrWatcher"); in removeAnrAndCrashWatchers()
82 device.removeWatcher("CrashWatcher"); in removeAnrAndCrashWatchers()
DAuptTestCase.java76 mDevice.removeWatcher("LockScreenWatcher"); in tearDown()
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
DIAppHelper.java130 abstract void removeWatcher(String name); in removeWatcher() method
DAbstractStandardAppHelper2.java591 public void removeWatcher(String name) { in removeWatcher() method in AbstractStandardAppHelper2
592 mDevice.removeWatcher(name); in removeWatcher()
602 removeWatcher(AppIsNotRespondingWatcher2.class.getSimpleName()); in removeDialogWatchers()
DAbstractStandardAppHelper.java628 public void removeWatcher(String name) { in removeWatcher() method in AbstractStandardAppHelper
629 mDevice.removeWatcher(name); in removeWatcher()
639 removeWatcher(AppIsNotRespondingWatcher.class.getSimpleName()); in removeDialogWatchers()