Home
last modified time | relevance | path

Searched refs:STATE_NO_RESPONSE (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/verify/domain/
H A DDomainVerificationState.java28 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 DDomainVerificationInfo.java60 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 DDomainVerificationPackageTest.kt97 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 DDomainVerificationProxyTest.kt109 "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 DDomainVerificationManagerApiTest.kt113 DOMAIN_1 to DomainVerificationInfo.STATE_NO_RESPONSE,
114 DOMAIN_2 to DomainVerificationInfo.STATE_NO_RESPONSE
H A DDomainVerificationPersistenceTest.kt186 stateMap["missing-state.com"] = DomainVerificationState.STATE_NO_RESPONSE
/aosp14/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/
H A DVerifyStatus.kt33 NO_RESPONSE(DomainVerificationInfo.STATE_NO_RESPONSE),
/aosp14/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
H A DDomainVerificationSettings.java237 if (oldStateCode == null || oldStateCode == DomainVerificationState.STATE_NO_RESPONSE) { in mergePkgState()
H A DDomainVerificationDebug.java177 reusedMap.putIfAbsent(domain, DomainVerificationState.STATE_NO_RESPONSE); in printState()
H A DDomainVerificationPersistence.java212 int state = child.getInt(ATTR_STATE, DomainVerificationState.STATE_NO_RESPONSE); in readDomainStates()
H A DDomainVerificationShell.java175 stateInt = DomainVerificationState.STATE_NO_RESPONSE; in runSetAppLinks()
H A DDomainVerificationService.java283 DomainVerificationState.STATE_NO_RESPONSE); in getDomainVerificationInfo()
367 case DomainVerificationState.STATE_NO_RESPONSE: in setDomainVerificationStatusInternal()
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureSession.java125 public static final int STATE_NO_RESPONSE = 0x80; field in ContentCaptureSession
H A DMainContentCaptureSession.java502 resetSession(STATE_DISABLED | STATE_NO_RESPONSE); in sendContentCaptureEvent()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt4180 field public static final int STATE_NO_RESPONSE = 0; // 0x0