Searched refs:mWatchers (Results 1 – 3 of 3) sorted by relevance
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | ActivitiesWatcher.java | 41 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/activities/ |
D | GridActivity.java | 171 private final ArrayList<OneTimeTextWatcher> mWatchers = new ArrayList<>(); field in GridActivity.FillExpectation 177 mWatchers.add(watcher); in onCell() 184 for (int i = 0; i < mWatchers.size(); i++) { in assertAutoFilled() 185 final OneTimeTextWatcher watcher = mWatchers.get(i); in assertAutoFilled()
|
/cts/tests/app/src/android/app/cts/ |
D | ActivityManagerProcessStateTest.java | 163 private WatchUidRunner[] mWatchers; field in ActivityManagerProcessStateTest 257 mWatchers = new WatchUidRunner[count]; in setupWatchers() 261 mWatchers[i] = new WatchUidRunner(mInstrumentation, mAppInfo[i].uid, in setupWatchers() 271 mWatchers[i].finish(); in shutdownWatchers() 1898 mWatchers[0].waitFor(WatchUidRunner.CMD_PROCSTATE, in testFgsLocationBind() 1922 mWatchers[0].waitFor(WatchUidRunner.CMD_PROCSTATE, in testFgsLocationBind() 1934 mWatchers[1].waitFor(WatchUidRunner.CMD_PROCSTATE, in testFgsLocationBind() 1945 mWatchers[2].waitFor(WatchUidRunner.CMD_PROCSTATE, in testFgsLocationBind() 1959 mWatchers[0].waitFor(WatchUidRunner.CMD_PROCSTATE, in testFgsLocationBind() 1970 mWatchers[0].waitFor(WatchUidRunner.CMD_PROCSTATE, in testFgsLocationBind() [all …]
|