Searched refs:lastProcStates (Results 1 – 1 of 1) sorted by relevance
1560 final SparseIntArray lastProcStates; field in ActivityManagerService.UidObserverRegistration1568 lastProcStates = new SparseIntArray(); in UidObserverRegistration()1570 lastProcStates = null; in UidObserverRegistration()4425 if (reg.lastProcStates != null) { in dispatchUidsChangedForObserver()4426 reg.lastProcStates.delete(item.uid); in dispatchUidsChangedForObserver()4435 final int lastState = reg.lastProcStates.get(item.uid, in dispatchUidsChangedForObserver()4447 if (reg.lastProcStates != null) { in dispatchUidsChangedForObserver()4448 reg.lastProcStates.put(item.uid, item.processState); in dispatchUidsChangedForObserver()15761 if (reg.lastProcStates != null) {15762 final int NJ = reg.lastProcStates.size();[all …]