Searched refs:CheckOpsDelegate (Results 1 – 6 of 6) sorted by relevance
43 public interface CheckOpsDelegate { interface in AppOpsManagerInternal
26 import android.app.AppOpsManagerInternal.CheckOpsDelegate;56 public interface AccessCheckDelegate extends CheckPermissionDelegate, CheckOpsDelegate {
70 public final class AppOpsPolicy implements AppOpsManagerInternal.CheckOpsDelegate {
93 import android.app.AppOpsManagerInternal.CheckOpsDelegate;1360 public void setAppOpsPolicy(@Nullable CheckOpsDelegate policy) { in setAppOpsPolicy()1362 final CheckOpsDelegate delegate = (oldDispatcher != null) in setAppOpsPolicy()2780 public void setCheckOpsDelegate(CheckOpsDelegate delegate) { in setCheckOpsDelegate()2783 final CheckOpsDelegate policy = (oldDispatcher != null) ? oldDispatcher.mPolicy : null; in setCheckOpsDelegate()7336 private final @Nullable CheckOpsDelegate mPolicy;7337 private final @Nullable CheckOpsDelegate mCheckOpsDelegate;7339 CheckOpsDelegateDispatcher(@Nullable CheckOpsDelegate policy,7340 @Nullable CheckOpsDelegate checkOpsDelegate) {
1151 …g/String;Ljava/lang/String;IZ)I+]Landroid/app/AppOpsManagerInternal$CheckOpsDelegate;Lcom/android/…1152 …ng/String;Ljava/lang/String;I)V+]Landroid/app/AppOpsManagerInternal$CheckOpsDelegate;Lcom/android/…1153 …;Z)Landroid/app/SyncNotedAppOp;+]Landroid/app/AppOpsManagerInternal$CheckOpsDelegate;Lcom/android/…1154 …II)Landroid/app/SyncNotedAppOp;+]Landroid/app/AppOpsManagerInternal$CheckOpsDelegate;Lcom/android/…
4769 …/am/ActivityManagerService;->setAppOpsPolicy(Landroid/app/AppOpsManagerInternal$CheckOpsDelegate;)V7613 …ppop/AppOpsService$CheckOpsDelegateDispatcher;)Landroid/app/AppOpsManagerInternal$CheckOpsDelegate;7614 …ervice;Landroid/app/AppOpsManagerInternal$CheckOpsDelegate;Landroid/app/AppOpsManagerInternal$Chec…7757 …server/appop/AppOpsService;->setAppOpsPolicy(Landroid/app/AppOpsManagerInternal$CheckOpsDelegate;)V