Searched refs:CheckOpsDelegate (Results 1 – 3 of 3) sorted by relevance
31 public interface CheckOpsDelegate { interface in AppOpsManagerInternal
54 import android.app.AppOpsManagerInternal.CheckOpsDelegate;227 private CheckOpsDelegate mCheckOpsDelegate;1794 public CheckOpsDelegate getAppOpsServiceDelegate() { in getAppOpsServiceDelegate()1800 public void setAppOpsServiceDelegate(CheckOpsDelegate delegate) { in setAppOpsServiceDelegate()1817 final CheckOpsDelegate delegate; in checkOperationInternal()1884 final CheckOpsDelegate delegate; in checkAudioOperation()2023 final CheckOpsDelegate delegate; in noteOperation()
161 import android.app.AppOpsManagerInternal.CheckOpsDelegate;19013 private class ShellDelegate implements CheckOpsDelegate, CheckPermissionDelegate {