/aosp14/frameworks/base/core/java/android/content/pm/verify/domain/ |
H A D | DomainVerificationState.java | 28 STATE_NO_RESPONSE, 45 int STATE_NO_RESPONSE = 0; field 102 case DomainVerificationState.STATE_NO_RESPONSE: in stateToDebugString() 129 case STATE_NO_RESPONSE: in isDefault() 155 case DomainVerificationState.STATE_NO_RESPONSE: in isVerified() 171 case DomainVerificationState.STATE_NO_RESPONSE: in isModifiable() 198 case STATE_NO_RESPONSE: in shouldMigrate() 211 } else if (internalState == STATE_NO_RESPONSE) { in convertToInfoState() 212 return DomainVerificationInfo.STATE_NO_RESPONSE; in convertToInfoState()
|
H A D | DomainVerificationInfo.java | 60 public static final int STATE_NO_RESPONSE = DomainVerificationState.STATE_NO_RESPONSE; field in DomainVerificationInfo 154 STATE_NO_RESPONSE, 169 case STATE_NO_RESPONSE: in stateToString()
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/ |
H A D | DomainVerificationPackageTest.kt | 97 DOMAIN_1 to STATE_NO_RESPONSE, 98 DOMAIN_2 to STATE_NO_RESPONSE, 209 DOMAIN_2 to STATE_NO_RESPONSE, 258 DOMAIN_1 to STATE_NO_RESPONSE, 259 DOMAIN_2 to STATE_NO_RESPONSE, 404 DOMAIN_2 to STATE_NO_RESPONSE, 470 DOMAIN_2 to STATE_NO_RESPONSE, 472 DOMAIN_4 to STATE_NO_RESPONSE, 490 DOMAIN_2 to STATE_NO_RESPONSE, 514 DOMAIN_1 to STATE_NO_RESPONSE, [all …]
|
H A D | DomainVerificationProxyTest.kt | 109 "example1.com" to DomainVerificationInfo.STATE_NO_RESPONSE, 110 "example2.com" to DomainVerificationInfo.STATE_NO_RESPONSE 115 "example3.com" to DomainVerificationInfo.STATE_NO_RESPONSE, 116 "example4.com" to DomainVerificationInfo.STATE_NO_RESPONSE
|
H A D | DomainVerificationManagerApiTest.kt | 113 DOMAIN_1 to DomainVerificationInfo.STATE_NO_RESPONSE, 114 DOMAIN_2 to DomainVerificationInfo.STATE_NO_RESPONSE
|
H A D | DomainVerificationPersistenceTest.kt | 186 stateMap["missing-state.com"] = DomainVerificationState.STATE_NO_RESPONSE
|
/aosp14/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/ |
H A D | VerifyStatus.kt | 33 NO_RESPONSE(DomainVerificationInfo.STATE_NO_RESPONSE),
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/verify/domain/ |
H A D | DomainVerificationSettings.java | 237 if (oldStateCode == null || oldStateCode == DomainVerificationState.STATE_NO_RESPONSE) { in mergePkgState()
|
H A D | DomainVerificationDebug.java | 177 reusedMap.putIfAbsent(domain, DomainVerificationState.STATE_NO_RESPONSE); in printState()
|
H A D | DomainVerificationPersistence.java | 212 int state = child.getInt(ATTR_STATE, DomainVerificationState.STATE_NO_RESPONSE); in readDomainStates()
|
H A D | DomainVerificationShell.java | 175 stateInt = DomainVerificationState.STATE_NO_RESPONSE; in runSetAppLinks()
|
H A D | DomainVerificationService.java | 283 DomainVerificationState.STATE_NO_RESPONSE); in getDomainVerificationInfo() 367 case DomainVerificationState.STATE_NO_RESPONSE: in setDomainVerificationStatusInternal()
|
/aosp14/frameworks/base/core/java/android/view/contentcapture/ |
H A D | ContentCaptureSession.java | 125 public static final int STATE_NO_RESPONSE = 0x80; field in ContentCaptureSession
|
H A D | MainContentCaptureSession.java | 502 resetSession(STATE_DISABLED | STATE_NO_RESPONSE); in sendContentCaptureEvent()
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 4180 field public static final int STATE_NO_RESPONSE = 0; // 0x0
|