Searched refs:mLastProcStates (Results 1 – 1 of 1) sorted by relevance
384 if (reg.mLastProcStates != null) { in dispatchUidsChangedForObserver()385 reg.mLastProcStates.delete(item.uid); in dispatchUidsChangedForObserver()392 final int lastState = reg.mLastProcStates.get(item.uid, in dispatchUidsChangedForObserver()411 if (reg.mLastProcStates != null) { in dispatchUidsChangedForObserver()412 reg.mLastProcStates.put(item.uid, item.procState); in dispatchUidsChangedForObserver()539 final SparseIntArray mLastProcStates; field in UidObserverController.UidObserverRegistration576 mLastProcStates = cutpoint >= ActivityManager.MIN_PROCESS_STATE in UidObserverRegistration()675 if (mLastProcStates != null) { in dump()676 final int size = mLastProcStates.size(); in dump()679 UserHandle.formatUid(pw, mLastProcStates.keyAt(j)); in dump()[all …]