Home
last modified time | relevance | path

Searched refs:setDomainVerificationLinkHandlingAllowed (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
H A DDomainVerificationManagerStub.java77 public void setDomainVerificationLinkHandlingAllowed(String packageName, boolean allowed, in setDomainVerificationLinkHandlingAllowed() method in DomainVerificationManagerStub
80 mService.setDomainVerificationLinkHandlingAllowed(packageName, allowed, userId); in setDomainVerificationLinkHandlingAllowed()
H A DDomainVerificationService.java478 public void setDomainVerificationLinkHandlingAllowed(@NonNull String packageName,
/aosp12/frameworks/base/core/java/android/content/pm/verify/domain/
H A DDomainVerificationManager.java252 public void setDomainVerificationLinkHandlingAllowed(@NonNull String packageName, in setDomainVerificationLinkHandlingAllowed() method in DomainVerificationManager
255 mDomainVerificationManager.setDomainVerificationLinkHandlingAllowed(packageName, in setDomainVerificationLinkHandlingAllowed()
H A DIDomainVerificationManager.aidl45 void setDomainVerificationLinkHandlingAllowed(String packageName, boolean allowed, int userId); in setDomainVerificationLinkHandlingAllowed() method
/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
H A DDomainVerificationManagerApiTest.kt166 fun setDomainVerificationLinkHandlingAllowed() { regex
173 service.setDomainVerificationLinkHandlingAllowed(PKG_ONE, false, 0)
188 service.setDomainVerificationLinkHandlingAllowed("invalid.pkg.name", false, 0)
H A DDomainVerificationSettingsMutationTest.kt151 setDomainVerificationLinkHandlingAllowed(TEST_PKG, true, TEST_USER_ID)
H A DDomainVerificationPackageTest.kt407 service.setDomainVerificationLinkHandlingAllowed(pkg1.getName(), true, USER_ID)
687 serviceBefore.setDomainVerificationLinkHandlingAllowed(pkg1.getName(), false, 10)
H A DDomainVerificationEnforcerTest.kt236 setDomainVerificationLinkHandlingAllowed(it.targetPackageName, true, it.userId)
/aosp12/packages/apps/Settings/src/com/android/settings/applications/intentpicker/
H A DAppLaunchSettings.java177 mDomainVerificationManager.setDomainVerificationLinkHandlingAllowed(mPackageName, in onSwitchChanged()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt2978 ….UPDATE_DOMAIN_VERIFICATION_USER_SELECTION) public void setDomainVerificationLinkHandlingAllowed(@…