Searched refs:TEST_OP_PACKAGE_NAME (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
D | AuthServiceTest.java | 93 private static final String TEST_OP_PACKAGE_NAME = "test_package"; field in AuthServiceTest 267 TEST_OP_PACKAGE_NAME, in testAuthenticate_appOpsOk_callsBiometricServiceAuthenticate() 275 eq(TEST_OP_PACKAGE_NAME), in testAuthenticate_appOpsOk_callsBiometricServiceAuthenticate() 296 TEST_OP_PACKAGE_NAME, in testAuthenticate_appOpsDenied_doesNotCallBiometricService() 304 eq(TEST_OP_PACKAGE_NAME), in testAuthenticate_appOpsDenied_doesNotCallBiometricService() 323 TEST_OP_PACKAGE_NAME, in testAuthenticate_missingRequiredParam() 343 TEST_OP_PACKAGE_NAME, in testAuthenticate_noVdmInternalService_noCrash() 361 TEST_OP_PACKAGE_NAME, in testAuthenticate_callsVirtualDeviceManagerOnAuthenticationPrompt() 406 TEST_OP_PACKAGE_NAME, in testAuthenticate_throwsSecurityException() 424 .canAuthenticate(TEST_OP_PACKAGE_NAME, userId, authenticators); in testCanAuthenticate_callsBiometricServiceCanAuthenticate() [all …]
|