Home
last modified time | relevance | path

Searched refs:mWatchers (Results 1 – 4 of 4) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DActivitiesWatcher.java41 private final Map<String, ActivityWatcher> mWatchers = new ArrayMap<>(); field in ActivitiesWatcher
106 return "[ActivitiesWatcher: activities=" + mWatchers.keySet() + "]"; in toString()
115 if (mWatchers.containsKey(className)) { in watch()
120 mWatchers.put(className, watcher); in watch()
126 final ActivityWatcher watcher = mWatchers.get(className); in notifyWatcher()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DActivitiesWatcher.java41 private final Map<String, ActivityWatcher> mWatchers = new ArrayMap<>(); field in ActivitiesWatcher
106 return "[ActivitiesWatcher: activities=" + mWatchers.keySet() + "]"; in toString()
115 if (mWatchers.containsKey(className)) { in watch()
120 mWatchers.put(className, watcher); in watch()
126 final ActivityWatcher watcher = mWatchers.get(className); in notifyWatcher()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DGridActivity.java167 private final ArrayList<OneTimeTextWatcher> mWatchers = new ArrayList<>(); field in GridActivity.FillExpectation
173 mWatchers.add(watcher); in onCell()
180 for (int i = 0; i < mWatchers.size(); i++) { in assertAutoFilled()
181 final OneTimeTextWatcher watcher = mWatchers.get(i); in assertAutoFilled()
/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java123 private WatchUidRunner [] mWatchers; field in ActivityManagerProcessStateTest
158 mWatchers = new WatchUidRunner[count]; in setupWatchers()
162 mWatchers[i] = new WatchUidRunner(mInstrumentation, mAppInfo[i].uid, in setupWatchers()
170 mWatchers[i].finish(); in shutdownWatchers()
1807 mWatchers[0].waitFor(WatchUidRunner.CMD_PROCSTATE, WatchUidRunner.STATE_FG_SERVICE); in testFgsLocationBind()
1817 mWatchers[0].waitFor(WatchUidRunner.CMD_PROCSTATE, in testFgsLocationBind()
1823 mWatchers[1].waitFor(WatchUidRunner.CMD_PROCSTATE, WatchUidRunner.STATE_FG_SERVICE); in testFgsLocationBind()
1830 mWatchers[2].waitFor(WatchUidRunner.CMD_PROCSTATE, in testFgsLocationBind()
1837 mWatchers[0].waitFor(WatchUidRunner.CMD_PROCSTATE, WatchUidRunner.STATE_FG_SERVICE); in testFgsLocationBind()
1843 mWatchers[0].waitFor(WatchUidRunner.CMD_PROCSTATE, WatchUidRunner.STATE_CACHED_EMPTY); in testFgsLocationBind()
[all …]