Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DVerifyCredentialResponse.java29 public static final int RESPONSE_OK = 0; field in VerifyCredentialResponse
48 } else if (responseCode == RESPONSE_OK) {
67 mResponseCode = RESPONSE_OK; in VerifyCredentialResponse()
74 mResponseCode = RESPONSE_OK; in VerifyCredentialResponse()
94 } else if (mResponseCode == RESPONSE_OK) { in writeToParcel()
DLockPatternUtils.java258 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in verifyPattern()
282 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in checkPattern()
309 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in verifyPassword()
331 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in checkPassword()
/frameworks/base/core/java/android/service/gatekeeper/
DGateKeeperResponse.java29 public static final int RESPONSE_OK = 0; field in GateKeeperResponse
59 } else if (responseCode == RESPONSE_OK) {
83 } else if (mResponseCode == RESPONSE_OK) { in writeToParcel()
/frameworks/base/media/java/android/mtp/
DMtpDatabase.java825 return MtpConstants.RESPONSE_OK; in renameFile()
851 return MtpConstants.RESPONSE_OK; in getDeviceProperty()
862 return MtpConstants.RESPONSE_OK; in getDeviceProperty()
878 return (e.commit() ? MtpConstants.RESPONSE_OK in setDeviceProperty()
932 return MtpConstants.RESPONSE_OK; in getObjectFilePath()
946 return MtpConstants.RESPONSE_OK; in getObjectFilePath()
1028 return MtpConstants.RESPONSE_OK; in deleteFile()
1081 return MtpConstants.RESPONSE_OK; in setObjectReferences()
DMtpConstants.java74 public static final int RESPONSE_OK = 0x2001; field in MtpConstants
DMtpPropertyGroup.java346 MtpConstants.RESPONSE_OK); in getPropertyList()
/frameworks/base/services/core/java/com/android/server/
DLockSettingsService.java545 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK in doVerifyPattern()
629 } else if (responseCode == GateKeeperResponse.RESPONSE_OK) {
648 } else if (responseCode == GateKeeperResponse.RESPONSE_OK) {
656 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) {
694 == GateKeeperResponse.RESPONSE_OK) {
704 == GateKeeperResponse.RESPONSE_OK) {