Home
last modified time | relevance | path

Searched refs:getAppOps (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DAuthService.java159 public AppOpsManager getAppOps(Context context) { in getAppOps() method in AuthService.Injector
788 return mInjector.getAppOps(getContext()).noteOp(AppOpsManager.OP_USE_BIOMETRIC, uid, in checkAppOps()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DAuthServiceTest.java140 when(mInjector.getAppOps(any())).thenReturn(mAppOpsManager); in setUp()