Home
last modified time | relevance | path

Searched refs:OP_USE_BIOMETRIC (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/permission/include/binder/
DAppOpsManager.h114 OP_USE_BIOMETRIC = 78, enumerator
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/
DFingerprintServiceTest.java21 import static android.app.AppOpsManager.OP_USE_BIOMETRIC;
152 for (int permission : List.of(OP_USE_BIOMETRIC, OP_USE_FINGERPRINT)) { in setup()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DAuthServiceTest.java252 when(mAppOpsManager.noteOp(eq(AppOpsManager.OP_USE_BIOMETRIC), anyInt(), any(), any(), in testAuthenticate_appOpsOk_callsBiometricServiceAuthenticate()
281 when(mAppOpsManager.noteOp(eq(AppOpsManager.OP_USE_BIOMETRIC), anyInt(), any(), any(), in testAuthenticate_appOpsDenied_doesNotCallBiometricService()
/frameworks/base/services/core/java/com/android/server/biometrics/
DAuthService.java960 return mInjector.getAppOps(getContext()).noteOp(AppOpsManager.OP_USE_BIOMETRIC, uid, in checkAppOps()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintService.java1181 if (mAppOps.noteOp(AppOpsManager.OP_USE_BIOMETRIC, uid, opPackageName, attributionTag, null) in checkAppOps()
/frameworks/base/core/java/android/app/
DAppOpsManager.java1176 public static final int OP_USE_BIOMETRIC = AppProtoEnums.APP_OP_USE_BIOMETRIC; field in AppOpsManager
2876 new AppOpInfo.Builder(OP_USE_BIOMETRIC, OPSTR_USE_BIOMETRIC, "USE_BIOMETRIC")