Home
last modified time | relevance | path

Searched defs:changesToVerify (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DActivityManagerServiceTest.java678 final int[] changesToVerify = { in testDispatchUids_dispatchNeededChanges() local
690 final int[] changesToVerify = { UidRecord.CHANGE_ACTIVE }; in testDispatchUids_dispatchNeededChanges() local
700 final int[] changesToVerify = { in testDispatchUids_dispatchNeededChanges() local
714 final IntArray changesToVerify = new IntArray(); in testDispatchUids_dispatchNeededChanges() local
806 private void verifyObserverReceivedChanges(IUidObserver observer, int[] changesToVerify, in verifyObserverReceivedChanges()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DUidObserverControllerTest.java119 final SparseArray<Pair<Integer, Integer>> changesToVerify = new SparseArray<>(); in testMergeWithPendingChange() local