Searched refs:mLastProcStates (Results 1 – 1 of 1) sorted by relevance
287 if (reg.mLastProcStates != null) { in dispatchUidsChangedForObserver()288 reg.mLastProcStates.delete(item.uid); in dispatchUidsChangedForObserver()295 final int lastState = reg.mLastProcStates.get(item.uid, in dispatchUidsChangedForObserver()314 if (reg.mLastProcStates != null) { in dispatchUidsChangedForObserver()315 reg.mLastProcStates.put(item.uid, item.procState); in dispatchUidsChangedForObserver()430 final SparseIntArray mLastProcStates; field in UidObserverController.UidObserverRegistration453 mLastProcStates = cutpoint >= ActivityManager.MIN_PROCESS_STATE in UidObserverRegistration()484 if (mLastProcStates != null) { in dump()485 final int size = mLastProcStates.size(); in dump()488 UserHandle.formatUid(pw, mLastProcStates.keyAt(j)); in dump()[all …]