Searched refs:AppOpsControllerImpl (Results 1 – 3 of 3) sorted by relevance
20 import com.android.systemui.appops.AppOpsControllerImpl;30 AppOpsController provideAppOpsController(AppOpsControllerImpl controllerImpl); in provideAppOpsController()
90 private AppOpsControllerImpl.H mMockHandler;106 private AppOpsControllerImpl mController;136 mController = new AppOpsControllerImpl( in setUp()150 verify(mAppOpsManager, times(1)).startWatchingActive(AppOpsControllerImpl.OPS, mController); in testOnlyListenForFewOps()165 when(mAppOpsManager.getPackagesForOps(AppOpsControllerImpl.OPS)) in startListening_fetchesCurrentActive_none()181 when(mAppOpsManager.getPackagesForOps(AppOpsControllerImpl.OPS)) in startListening_fetchesCurrentActive_oneActive()213 when(mAppOpsManager.getPackagesForOps(AppOpsControllerImpl.OPS)) in startListening_fetchesCurrentActive_multiplePackages()260 when(mAppOpsManager.getPackagesForOps(AppOpsControllerImpl.OPS)) in startListening_fetchesCurrentActive_multipleEntries()299 when(mAppOpsManager.getPackagesForOps(AppOpsControllerImpl.OPS)) in startListening_fetchesCurrentActive_multipleAttributes()334 when(mAppOpsManager.getPackagesForOps(AppOpsControllerImpl.OPS)) in addCallback_existingCallbacksNotifiedOfCurrentActive()[all …]
66 public class AppOpsControllerImpl extends BroadcastReceiver implements AppOpsController, class114 public AppOpsControllerImpl( in AppOpsControllerImpl() method in AppOpsControllerImpl