Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityManagerServiceTest.java389 final int[] changesForPendingUidRecords = UID_RECORD_CHANGES; in testDispatchUids_dispatchNeededChanges() local
399 for (int i = 0; i < changesForPendingUidRecords.length; ++i) { in testDispatchUids_dispatchNeededChanges()
401 pendingChange.change = changesForPendingUidRecords[i]; in testDispatchUids_dispatchNeededChanges()
405 changeItems.put(changesForPendingUidRecords[i], pendingChange); in testDispatchUids_dispatchNeededChanges()