Searched refs:pendingChange (Results 1 – 3 of 3) sorted by relevance
400 final UidRecord.ChangeItem pendingChange = new UidRecord.ChangeItem(); in testDispatchUids_dispatchNeededChanges() local401 pendingChange.change = changesForPendingUidRecords[i]; in testDispatchUids_dispatchNeededChanges()402 pendingChange.uid = i; in testDispatchUids_dispatchNeededChanges()403 pendingChange.processState = procStatesForPendingUidRecords[i]; in testDispatchUids_dispatchNeededChanges()404 pendingChange.procStateSeq = i; in testDispatchUids_dispatchNeededChanges()405 changeItems.put(changesForPendingUidRecords[i], pendingChange); in testDispatchUids_dispatchNeededChanges()406 mAms.mPendingUidChanges.add(pendingChange); in testDispatchUids_dispatchNeededChanges()636 uidRecord.pendingChange = changeItem; in testEnqueueUidChangeLocked_procStateSeqUpdated()685 uidRecord.pendingChange = null; in testEnqueueUidChangeLocked_dispatchUidsChanged()691 assertNotNull(uidRecord.pendingChange); in testEnqueueUidChangeLocked_dispatchUidsChanged()[all …]
96 ChangeItem pendingChange; field in UidRecord
4348 change.uidRecord.pendingChange = null; in dispatchUidsChanged()22151 final UidRecord.ChangeItem pendingChange;22152 if (uidRec == null || uidRec.pendingChange == null) {22160 pendingChange = mAvailUidChanges.remove(NA-1);22162 "Retrieving available item: " + pendingChange);22164 pendingChange = new UidRecord.ChangeItem();22166 "Allocating new item: " + pendingChange);22169 uidRec.pendingChange = pendingChange;22178 pendingChange.uidRecord = uidRec;22179 pendingChange.uid = uidRec != null ? uidRec.uid : uid;[all …]