Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java243 final SparseLongArray mLastAllowWhileIdleDispatch = new SparseLongArray(); field in AlarmManagerService
2414 if (mLastAllowWhileIdleDispatch.size() > 0) { in dumpImpl()
2416 for (int i=0; i<mLastAllowWhileIdleDispatch.size(); i++) { in dumpImpl()
2418 final int uid = mLastAllowWhileIdleDispatch.keyAt(i); in dumpImpl()
2421 final long lastTime = mLastAllowWhileIdleDispatch.valueAt(i); in dumpImpl()
2702 for (int i = 0; i < mLastAllowWhileIdleDispatch.size(); ++i) { in dumpProto()
2705 final int uid = mLastAllowWhileIdleDispatch.keyAt(i); in dumpProto()
2706 final long lastTime = mLastAllowWhileIdleDispatch.valueAt(i); in dumpProto()
3316 for (int i = mLastAllowWhileIdleDispatch.size() - 1; i >= 0; i--) { in removeUserLocked()
3317 if (UserHandle.getUserId(mLastAllowWhileIdleDispatch.keyAt(i)) == userHandle) { in removeUserLocked()
[all …]