Home
last modified time | relevance | path

Searched refs:ACTION_DOMAINS_NEED_VERIFICATION (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/
H A DDomainVerificationReceiverV2.kt63 Intent.ACTION_DOMAINS_NEED_VERIFICATION -> {
/aosp12/frameworks/base/services/core/java/com/android/server/pm/verify/domain/proxy/
H A DDomainVerificationProxyV2.java84 Intent intent = new Intent(Intent.ACTION_DOMAINS_NEED_VERIFICATION) in runMessage()
/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
H A DDomainVerificationProxyTest.kt459 assertThat(this.action).isEqualTo(Intent.ACTION_DOMAINS_NEED_VERIFICATION)
/aosp12/frameworks/base/core/java/android/content/
H A DIntent.java2940 public static final String ACTION_DOMAINS_NEED_VERIFICATION = field in Intent
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java8670 Intent intent = new Intent(Intent.ACTION_DOMAINS_NEED_VERIFICATION); in getDomainVerificationAgentComponentNameLPr()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt2378 …field public static final String ACTION_DOMAINS_NEED_VERIFICATION = "android.intent.action.DOMAINS…