Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java2299 private final @Nullable LongSparseLongArray mRejectTimes; field in AppOpsManager.OpEntry
2315 mRejectTimes = rejectTimes; in OpEntry()
2329 mRejectTimes = null; in OpEntry()
2341 result = AppOpsManager.collectKeys(mRejectTimes, result); in collectKeys()
2490 return maxForFlagsInStates(mRejectTimes, MAX_PRIORITY_UID_STATE, in getLastRejectTime()
2511 return maxForFlagsInStates(mRejectTimes, MAX_PRIORITY_UID_STATE, in getLastRejectForegroundTime()
2532 return maxForFlagsInStates(mRejectTimes, resolveLastRestrictedUidState(mOp), in getLastRejectBackgroundTime()
2559 return maxForFlagsInStates(mRejectTimes, fromUidState, toUidState, flags); in getLastRejectTime()
2712 writeLongSparseLongArrayToParcel(mRejectTimes, dest); in writeToParcel()
2723 mRejectTimes = readLongSparseLongArrayFromParcel(source); in OpEntry()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java429 private @Nullable LongSparseLongArray mRejectTimes; field in AppOpsService.Op
470 if (mRejectTimes == null) { in rejected()
471 mRejectTimes = new LongSparseLongArray(); in rejected()
473 mRejectTimes.put(key, time); in rejected()
540 || (mRejectTimes != null && mRejectTimes.size() > 0); in hasAnyTime()
1086 op.mRejectTimes != null ? op.mRejectTimes.clone() : null, in getOpEntryForResult()
2073 op.mRejectTimes, op.mDurations, op.mProxyUids, op.mProxyPackageNames); in noteOperationUnchecked()
2468 op.mRejectTimes, op.mDurations, op.mProxyUids, op.mProxyPackageNames); in finishOperationLocked()
3729 op.mRejectTimes, op.mDurations, op.mProxyUids, op.mProxyPackageNames); in dumpStatesLocked()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt3779 Landroid/app/AppOpsManager$OpEntry;->mRejectTimes:[J