Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java5887 int newLeftDistance = AppOpsManager.leftCircularDistance(opCode, in reportRuntimeAppOpAccessMessageInternalLocked() local
5890 if (mAcceptableLeftDistance < newLeftDistance) { in reportRuntimeAppOpAccessMessageInternalLocked()
5894 if (mAcceptableLeftDistance > newLeftDistance) { in reportRuntimeAppOpAccessMessageInternalLocked()
5895 mAcceptableLeftDistance = newLeftDistance; in reportRuntimeAppOpAccessMessageInternalLocked()