Home
last modified time | relevance | path

Searched defs:noteOperationForDevice (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DIAppOpsService.aidl156 SyncNotedAppOp noteOperationForDevice(int code, int uid, String packageName, in noteOperationForDevice() method
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java3080 public SyncNotedAppOp noteOperationForDevice(int code, int uid, @Nullable String packageName, in noteOperationForDevice() method in AppOpsService