Searched refs:noteProxyOperation (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/java/android/app/ |
H A D | AppOpsManagerInternal.java | 102 SyncNotedAppOp noteProxyOperation(int code, @NonNull AttributionSource attributionSource, in noteProxyOperation() method
|
H A D | AppOpsManager.java | 8590 SyncNotedAppOp syncOp = mService.noteProxyOperation(op, attributionSource, in noteProxyOpNoThrow()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | IAppOpsService.aidl | 60 SyncNotedAppOp noteProxyOperation(int code, in AttributionSource attributionSource, in noteProxyOperation() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | AppOpsPolicy.java | 241 public SyncNotedAppOp noteProxyOperation(int code, @NonNull AttributionSource attributionSource, in noteProxyOperation() method in AppOpsPolicy
|
/aosp14/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | AppOpsService.java | 2527 public SyncNotedAppOp noteProxyOperation(int code, AttributionSource attributionSource, in noteProxyOperation() method in AppOpsService 2530 return mCheckOpsDelegateDispatcher.noteProxyOperation(code, attributionSource, in noteProxyOperation() 6493 public SyncNotedAppOp noteProxyOperation(int code, AttributionSource attributionSource, 6498 return mPolicy.noteProxyOperation(code, attributionSource, 6502 return mPolicy.noteProxyOperation(code, attributionSource, 6519 return mCheckOpsDelegate.noteProxyOperation(code, attributionSource,
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerService.java | 20012 public SyncNotedAppOp noteProxyOperation(int code,
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 72309 Lcom/android/internal/app/IAppOpsService$Stub$Proxy;->noteProxyOperation(ILjava/lang/String;ILjava/… 72339 Lcom/android/internal/app/IAppOpsService;->noteProxyOperation(ILjava/lang/String;ILjava/lang/String…
|