Searched refs:getLastDuration (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 3373 public long getLastDuration(@OpFlags int flags) { in getLastDuration() method in AppOpsManager.AttributedOpEntry 3374 return getLastDuration(MAX_PRIORITY_UID_STATE, MIN_PRIORITY_UID_STATE, flags); in getLastDuration() 3390 return getLastDuration(MAX_PRIORITY_UID_STATE, resolveFirstUnrestrictedUidState(mOp), in getLastForegroundDuration() 3407 return getLastDuration(resolveLastRestrictedUidState(mOp), MIN_PRIORITY_UID_STATE, in getLastBackgroundDuration() 3426 public long getLastDuration(@UidState int fromUidState, @UidState int toUidState, in getLastDuration() method in AppOpsManager.AttributedOpEntry 3983 return getLastDuration(OP_FLAGS_ALL); in getDuration() 3998 public long getLastDuration(@OpFlags int flags) { in getLastDuration() method in AppOpsManager.OpEntry 3999 return getLastDuration(MAX_PRIORITY_UID_STATE, MIN_PRIORITY_UID_STATE, flags); in getLastDuration() 4015 return getLastDuration(MAX_PRIORITY_UID_STATE, resolveFirstUnrestrictedUidState(mOp), in getLastForegroundDuration() 4032 return getLastDuration(resolveLastRestrictedUidState(mOp), MIN_PRIORITY_UID_STATE, in getLastBackgroundDuration() [all …]
|
/frameworks/base/services/core/java/com/android/server/appop/ |
D | AppOpsService.java | 4388 final long accessDuration = attribution.getLastDuration( in writeState() 4786 } else if (ent.getLastDuration(OP_FLAGS_ALL) != -1) { in onShellCommand() 4788 TimeUtils.formatDuration(ent.getLastDuration(OP_FLAGS_ALL), pw); in onShellCommand() 4810 } else if (attributionEnt.getLastDuration(OP_FLAGS_ALL) in onShellCommand() 4814 attributionEnt.getLastDuration(OP_FLAGS_ALL), pw); in onShellCommand() 5003 final long accessDuration = entry.getLastDuration(uidState, uidState, flags); in dumpStatesLocked()
|
/frameworks/base/api/ |
D | test-current.txt | 299 method public long getLastDuration(int); 300 method public long getLastDuration(int, int, int); 392 method public long getLastDuration(int); 393 method public long getLastDuration(int, int, int);
|
D | system-current.txt | 459 method public long getLastDuration(int); 460 method public long getLastDuration(int, int, int); 547 method public long getLastDuration(int); 548 method public long getLastDuration(int, int, int);
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 459 method public long getLastDuration(int); 460 method public long getLastDuration(int, int, int); 547 method public long getLastDuration(int); 548 method public long getLastDuration(int, int, int);
|