Home
last modified time | relevance | path

Searched refs:getDomainVerificationUserState (Results 1 – 17 of 17) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/applications/intentpicker/
H A DIntentPickerUtils.java57 public static DomainVerificationUserState getDomainVerificationUserState( in getDomainVerificationUserState() method in IntentPickerUtils
61 manager.getDomainVerificationUserState(pkgName); in getDomainVerificationUserState()
79 final DomainVerificationUserState userStage = getDomainVerificationUserState(manager, in getLinksList()
H A DAppLaunchSettings.java154 IntentPickerUtils.getDomainVerificationUserState(mDomainVerificationManager, in onPreferenceChange()
233 IntentPickerUtils.getDomainVerificationUserState(mDomainVerificationManager, in canUpdateMainSwitchAndCategories()
H A DSupportedLinksDialogFragment.java94 IntentPickerUtils.getDomainVerificationUserState(manager, mPackage); in doSelectedAction()
/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
H A DDomainVerificationManagerApiTest.kt176 assertThat(service.getDomainVerificationUserState(PKG_ONE, 0)
180 assertThat(service.getDomainVerificationUserState(PKG_ONE, 1)
184 assertThat(service.getDomainVerificationUserState(PKG_TWO, 0)
243 fun getDomainVerificationUserState() { regex
251 val infoOne = service.getDomainVerificationUserState(pkgWithDomains.getName(), 0)
261 val infoTwo = service.getDomainVerificationUserState(pkgWithoutDomains.getName(), 0)
269 service.getDomainVerificationUserState("invalid.pkg.name", 0)
H A DDomainVerificationUserSelectionOverrideTest.kt186 getDomainVerificationUserState(pkgName, USER_ID)!!.hostToStateMap[host]
H A DDomainVerificationEnforcerTest.kt239 getDomainVerificationUserState(it.targetPackageName, it.userId)
H A DDomainVerificationPackageTest.kt808 getDomainVerificationUserState(pkgName, userId)
/aosp12/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
H A DDomainVerificationManagerStub.java100 public DomainVerificationUserState getDomainVerificationUserState( in getDomainVerificationUserState() method in DomainVerificationManagerStub
103 return mService.getDomainVerificationUserState(packageName, userId); in getDomainVerificationUserState()
H A DDomainVerificationShell.java564 DomainVerificationUserState getDomainVerificationUserState( in getDomainVerificationUserState() method
H A DDomainVerificationService.java690 public DomainVerificationUserState getDomainVerificationUserState(
/aosp12/frameworks/base/core/java/android/content/pm/verify/domain/
H A DDomainVerificationManager.java330 public DomainVerificationUserState getDomainVerificationUserState( in getDomainVerificationUserState() method in DomainVerificationManager
333 return mDomainVerificationManager.getDomainVerificationUserState(packageName, in getDomainVerificationUserState()
H A DIDomainVerificationManager.aidl37 DomainVerificationUserState getDomainVerificationUserState(String packageName, in getDomainVerificationUserState() method
/aosp12/packages/apps/Settings/src/com/android/settings/applications/managedomainurls/
H A DDomainAppPreference.java68 IntentPickerUtils.getDomainVerificationUserState(mDomainVerificationManager, in isLinkHandlingAllowed()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/appinfo/
H A DAppOpenByDefaultPreferenceController.java92 IntentPickerUtils.getDomainVerificationUserState(mDomainVerificationManager, in isLinkHandlingAllowed()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/managedomainurls/
H A DDomainAppPreferenceControllerTest.java76 mDomainVerificationManager).getDomainVerificationUserState(anyString()); in getLayoutResource_shouldUseAppPreferenceLayout()
/aosp12/frameworks/base/services/
H A Dart-profile34797 …roid/server/pm/verify/domain/DomainVerificationManagerStub;->getDomainVerificationUserState(Ljava/…
34865 PLcom/android/server/pm/verify/domain/DomainVerificationService;->getDomainVerificationUserState(Lj…
34872 …d/server/pm/verify/domain/DomainVerificationService;->lambda$getDomainVerificationUserState$6$Doma…
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt13153 …android.content.pm.verify.domain.DomainVerificationUserState getDomainVerificationUserState(@NonNu…