Searched refs:getAppOps (Results 1 – 2 of 2) sorted by relevance
159 public AppOpsManager getAppOps(Context context) { in getAppOps() method in AuthService.Injector788 return mInjector.getAppOps(getContext()).noteOp(AppOpsManager.OP_USE_BIOMETRIC, uid, in checkAppOps()
140 when(mInjector.getAppOps(any())).thenReturn(mAppOpsManager); in setUp()