Searched refs:CheckOpsDelegate (Results 1 – 3 of 3) sorted by relevance
32 public interface CheckOpsDelegate { interface in AppOpsManagerInternal
49 import android.app.AppOpsManagerInternal.CheckOpsDelegate;216 private CheckOpsDelegate mCheckOpsDelegate;1737 public CheckOpsDelegate getAppOpsServiceDelegate() { in getAppOpsServiceDelegate()1743 public void setAppOpsServiceDelegate(CheckOpsDelegate delegate) { in setAppOpsServiceDelegate()1760 final CheckOpsDelegate delegate; in checkOperationInternal()1827 final CheckOpsDelegate delegate; in checkAudioOperation()1968 final CheckOpsDelegate delegate; in noteOperation()
156 import android.app.AppOpsManagerInternal.CheckOpsDelegate;18892 private class ShellDelegate implements CheckOpsDelegate, CheckPermissionDelegate {