Searched refs:getLastDuration (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/appop/ |
D | AppOpsService.java | 2014 uidState.state, flags) + " duration=" + entry.getLastDuration( in noteOperationUnchecked() 2392 + " duration=" + entry.getLastDuration(MAX_PRIORITY_UID_STATE, in finishOperationLocked() 3053 final long accessDuration = op.getLastDuration( in writeState() 3601 final long accessDuration = entry.getLastDuration( in dumpStatesLocked()
|
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 2520 return getLastDuration(MAX_PRIORITY_UID_STATE, MIN_PRIORITY_UID_STATE, OP_FLAGS_ALL); in getDuration() 2577 public long getLastDuration(@UidState int fromUidState, @UidState int toUidState, in getLastDuration() method in AppOpsManager.OpEntry
|
/frameworks/base/api/ |
D | test-current.txt | 299 method public long getLastDuration(int, int, int);
|
D | system-current.txt | 454 method public long getLastDuration(int, int, int);
|