Home
last modified time | relevance | path

Searched refs:RESPONSE_OK (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockscreenFrpTest.java60 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()
DSyntheticPasswordTests.java128 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 …]
DWeakEscrowTokenTests.java79 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()
DLockSettingsServiceTests.java138 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/
DVerifyCredentialResponse.java36 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()
DLockPatternUtils.java486 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in checkCredential()
/frameworks/base/core/java/android/service/gatekeeper/
DGateKeeperResponse.java31 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/
DMtpDatabase.java532 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 …]
DMtpConstants.java74 public static final int RESPONSE_OK = 0x2001; field in MtpConstants
DMtpPropertyGroup.java284 return MtpConstants.RESPONSE_OK; in getPropertyList()
/frameworks/base/core/java/android/service/controls/actions/
DControlAction.java115 RESPONSE_OK,
130 public static final @ResponseResult int RESPONSE_OK = 1; field in ControlAction
/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java631 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()
DBiometricDeferredQueue.java274 if (response.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) { in requestHatFromGatekeeperPassword()
DLockSettingsService.java2293 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/
DControlProviderServiceTest.java292 ControlAction.RESPONSE_OK); in testOnAction()
397 cb.accept(ControlAction.RESPONSE_OK);
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DNekoControlsService.kt227 consumer.accept(ControlAction.RESPONSE_OK) in performControlAction()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
DControlsControllerImplTest.kt263 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/
DControlViewHolder.kt199 ControlAction.RESPONSE_OK -> in actionResponse()
/frameworks/base/core/java/android/app/
DKeyguardManager.java1072 return response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK; in checkLock()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt32109 Landroid/mtp/MtpConstants;->RESPONSE_OK:I
86787 Lcom/android/internal/widget/VerifyCredentialResponse;->RESPONSE_OK:I
/frameworks/base/core/api/
Dcurrent.txt38709 field public static final int RESPONSE_OK = 1; // 0x1