/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | LockscreenFrpTest.java | 60 assertEquals(VerifyCredentialResponse.RESPONSE_OK, in testFrpCredential_setPin() 70 assertEquals(VerifyCredentialResponse.RESPONSE_OK, in testFrpCredential_setPattern() 80 assertEquals(VerifyCredentialResponse.RESPONSE_OK, in testFrpCredential_setPassword() 91 assertEquals(VerifyCredentialResponse.RESPONSE_OK, in testFrpCredential_changeCredential() 126 assertEquals(VerifyCredentialResponse.RESPONSE_OK, in testFrpCredential_legacyPinTypePersistentData() 143 assertEquals(VerifyCredentialResponse.RESPONSE_OK, in testFrpCredential_legacyPasswordTypePersistentData()
|
D | SyntheticPasswordTests.java | 128 assertEquals(VerifyCredentialResponse.RESPONSE_OK, mService.verifyCredential( in testSyntheticPasswordChangeCredential() 139 assertEquals(VerifyCredentialResponse.RESPONSE_OK, mService.verifyCredential( in testSyntheticPasswordVerifyCredential() 159 assertEquals(VerifyCredentialResponse.RESPONSE_OK, mService.verifyCredential( in testSyntheticPasswordClearCredential() 171 assertEquals(VerifyCredentialResponse.RESPONSE_OK, mService.verifyCredential( in testSyntheticPasswordChangeCredentialKeepsAuthSecret() 187 assertEquals(VerifyCredentialResponse.RESPONSE_OK, mService.verifyCredential( in testSyntheticPasswordVerifyPassesPrimaryUserAuthSecret() 197 assertEquals(VerifyCredentialResponse.RESPONSE_OK, mService.verifyCredential( in testSecondaryUserDoesNotPassAuthSecret() 249 assertEquals(VerifyCredentialResponse.RESPONSE_OK, mService.verifyCredential( in testTokenBasedResetPassword() 262 assertEquals(VerifyCredentialResponse.RESPONSE_OK, mService.verifyCredential( in testTokenBasedResetPassword() 278 assertEquals(VerifyCredentialResponse.RESPONSE_OK, mService.verifyCredential( in testTokenBasedClearPassword() 287 assertEquals(VerifyCredentialResponse.RESPONSE_OK, mService.verifyCredential( in testTokenBasedClearPassword() [all …]
|
D | WeakEscrowTokenTests.java | 79 assertEquals(VerifyCredentialResponse.RESPONSE_OK, mService.verifyCredential( in testWeakTokenActivatedLaterWithUserPassword() 102 assertEquals(VerifyCredentialResponse.RESPONSE_OK, mService.verifyCredential( in testWeakTokensRemovedIfCredentialChanged() 161 assertEquals(VerifyCredentialResponse.RESPONSE_OK, mService.verifyCredential( in testUnlockUserWithToken_weakEscrowToken()
|
D | LockSettingsServiceTests.java | 138 assertEquals(VerifyCredentialResponse.RESPONSE_OK, mService.verifyCredential( in testManagedProfileUnifiedChallenge() 195 assertEquals(VerifyCredentialResponse.RESPONSE_OK, mService.verifyCredential( in testManagedProfileSeparateChallenge() 201 assertEquals(VerifyCredentialResponse.RESPONSE_OK, mService.verifyCredential( in testManagedProfileSeparateChallenge() 212 assertEquals(VerifyCredentialResponse.RESPONSE_OK, mService.verifyCredential( in testManagedProfileSeparateChallenge() 497 assertEquals(GateKeeperResponse.RESPONSE_OK, response.getResponseCode()); in assertVerifyCredentials()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | VerifyCredentialResponse.java | 36 public static final int RESPONSE_OK = 0; field in VerifyCredentialResponse 39 RESPONSE_OK, 96 return new VerifyCredentialResponse(RESPONSE_OK, in build() 175 return mResponseCode == RESPONSE_OK; in isMatched() 190 } else if (responseCode == GateKeeperResponse.RESPONSE_OK) { in fromGateKeeperResponse()
|
D | LockPatternUtils.java | 486 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in checkCredential()
|
/frameworks/base/core/java/android/service/gatekeeper/ |
D | GateKeeperResponse.java | 31 public static final int RESPONSE_OK = 0; field in GateKeeperResponse 60 GateKeeperResponse response = new GateKeeperResponse(RESPONSE_OK); in createOkResponse() 79 } else if (responseCode == RESPONSE_OK) { 106 } else if (mResponseCode == RESPONSE_OK) { in writeToParcel()
|
/frameworks/base/media/java/android/mtp/ |
D | MtpDatabase.java | 532 MtpPropertyList ret = new MtpPropertyList(MtpConstants.RESPONSE_OK); in getObjectPropertyList() 558 if (err != MtpConstants.RESPONSE_OK) { in getObjectPropertyList() 593 return MtpConstants.RESPONSE_OK; in renameFile() 605 return allowed ? MtpConstants.RESPONSE_OK : MtpConstants.RESPONSE_GENERAL_ERROR; in beginMoveObject() 696 return MtpConstants.RESPONSE_OK; in getDeviceProperty() 705 return MtpConstants.RESPONSE_OK; in getDeviceProperty() 716 return MtpConstants.RESPONSE_OK; in getDeviceProperty() 719 return MtpConstants.RESPONSE_OK; in getDeviceProperty() 723 return MtpConstants.RESPONSE_OK; in getDeviceProperty() 737 return (e.commit() ? MtpConstants.RESPONSE_OK in setDeviceProperty() [all …]
|
D | MtpConstants.java | 74 public static final int RESPONSE_OK = 0x2001; field in MtpConstants
|
D | MtpPropertyGroup.java | 284 return MtpConstants.RESPONSE_OK; in getPropertyList()
|
/frameworks/base/core/java/android/service/controls/actions/ |
D | ControlAction.java | 115 RESPONSE_OK, 130 public static final @ResponseResult int RESPONSE_OK = 1; field in ControlAction
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | SyntheticPasswordManager.java | 631 if (response.getResponseCode() != GateKeeperResponse.RESPONSE_OK) { in newSyntheticPasswordAndSid() 656 if (response.getResponseCode() != GateKeeperResponse.RESPONSE_OK) { in newSidForUser() 833 if (response.getResponseCode() != GateKeeperResponse.RESPONSE_OK) { in createPasswordBasedSyntheticPassword() 1081 if (result.gkResponse.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) { in unwrapPasswordBasedSyntheticPassword() 1099 if (responseCode == GateKeeperResponse.RESPONSE_OK) { in unwrapPasswordBasedSyntheticPassword() 1111 if (reenrollResponse.getResponseCode() == GateKeeperResponse.RESPONSE_OK) { in unwrapPasswordBasedSyntheticPassword() 1204 if (response.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK || in unwrapTokenBasedSyntheticPasswordInternal() 1303 if (responseCode == GateKeeperResponse.RESPONSE_OK) { in verifyChallengeInternal() 1314 if (response.getResponseCode() == GateKeeperResponse.RESPONSE_OK) { in verifyChallengeInternal()
|
D | BiometricDeferredQueue.java | 274 if (response.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) { in requestHatFromGatekeeperPassword()
|
D | LockSettingsService.java | 2293 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in doVerifyCredential() 2313 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in doVerifyCredential() 2335 if (parentResponse.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) { in verifyTiedProfileChallenge() 2386 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in verifyCredential() 2915 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in spBasedDoVerifyCredential() 2923 if (response.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) { in spBasedDoVerifyCredential() 2931 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in spBasedDoVerifyCredential() 3356 if (result.gkResponse.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) { 3397 .getResponseCode() == VerifyCredentialResponse.RESPONSE_OK;
|
/frameworks/base/core/tests/coretests/src/android/service/controls/ |
D | ControlProviderServiceTest.java | 292 ControlAction.RESPONSE_OK); in testOnAction() 397 cb.accept(ControlAction.RESPONSE_OK);
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
D | NekoControlsService.kt | 227 consumer.accept(ControlAction.RESPONSE_OK) in performControlAction()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/ |
D | ControlsControllerImplTest.kt | 263 controller.onActionResponse(TEST_COMPONENT, TEST_CONTROL_ID, ControlAction.RESPONSE_OK) in <lambda>() 266 ControlAction.RESPONSE_OK) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
D | ControlViewHolder.kt | 199 ControlAction.RESPONSE_OK -> in actionResponse()
|
/frameworks/base/core/java/android/app/ |
D | KeyguardManager.java | 1072 return response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK; in checkLock()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 32109 Landroid/mtp/MtpConstants;->RESPONSE_OK:I 86787 Lcom/android/internal/widget/VerifyCredentialResponse;->RESPONSE_OK:I
|
/frameworks/base/core/api/ |
D | current.txt | 38709 field public static final int RESPONSE_OK = 1; // 0x1
|