Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java2437 bypass = verifyAndGetBypass(uid, packageName, null); in setMode()
2865 bypass = verifyAndGetBypass(uid, packageName, null); in checkOperationUnchecked()
2948 verifyAndGetBypass(uid, packageName, null); in checkPackage()
3030 bypass = verifyAndGetBypass(uid, packageName, attributionTag); in noteOperationUnchecked()
3329 verifyAndGetBypass(uid, packageName, null); in startWatchingAsyncNoted()
3359 verifyAndGetBypass(uid, packageName, null); in stopWatchingAsyncNoted()
3378 verifyAndGetBypass(uid, packageName, null); in extractAsyncOps()
3398 bypass = verifyAndGetBypass(uid, packageName, attributionTag); in startOperation()
3478 bypass = verifyAndGetBypass(uid, packageName, attributionTag); in finishOperation()
3819 private @Nullable RestrictionBypass verifyAndGetBypass(int uid, String packageName, in verifyAndGetBypass() method in AppOpsService
/frameworks/base/services/
Dart-profile8303 HSPLcom/android/server/appop/AppOpsService;->verifyAndGetBypass(ILjava/lang/String;Ljava/lang/Strin…