Searched refs:CheckOpsDelegate (Results 1 – 3 of 3) sorted by relevance
32 public interface CheckOpsDelegate { interface in AppOpsManagerInternal
54 import android.app.AppOpsManagerInternal.CheckOpsDelegate;227 private CheckOpsDelegate mCheckOpsDelegate;1785 public CheckOpsDelegate getAppOpsServiceDelegate() { in getAppOpsServiceDelegate()1791 public void setAppOpsServiceDelegate(CheckOpsDelegate delegate) { in setAppOpsServiceDelegate()1808 final CheckOpsDelegate delegate; in checkOperationInternal()1878 final CheckOpsDelegate delegate; in checkAudioOperation()2019 final CheckOpsDelegate delegate; in noteOperation()
156 import android.app.AppOpsManagerInternal.CheckOpsDelegate;18900 private class ShellDelegate implements CheckOpsDelegate, CheckPermissionDelegate {