Home
last modified time | relevance | path

Searched refs:resetForTesting (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/search/
DDynamicIndexableContentMonitor.java91 static void resetForTesting() { in resetForTesting() method in DynamicIndexableContentMonitor
92 InputDevicesMonitor.getInstance().resetForTesting(); in resetForTesting()
93 AccessibilityServicesMonitor.getInstance().resetForTesting(); in resetForTesting()
94 InputMethodServicesMonitor.getInstance().resetForTesting(); in resetForTesting()
205 synchronized void resetForTesting() { in resetForTesting() method in DynamicIndexableContentMonitor.InputDevicesMonitor
338 synchronized void resetForTesting() { in resetForTesting() method in DynamicIndexableContentMonitor.AccessibilityServicesMonitor
413 synchronized void resetForTesting() { in resetForTesting() method in DynamicIndexableContentMonitor.InputMethodServicesMonitor
/packages/apps/Settings/tests/robotests/src/com/android/settings/search/
DDynamicIndexableContentMonitorTest.java164 DynamicIndexableContentMonitor.resetForTesting(); in shutDown()