Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/intentpicker/
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()
DAppLaunchSettings.java158 IntentPickerUtils.getDomainVerificationUserState(mDomainVerificationManager, in onPreferenceChange()
236 IntentPickerUtils.getDomainVerificationUserState(mDomainVerificationManager, in canUpdateMainSwitchAndCategories()
DSupportedLinksDialogFragment.java103 IntentPickerUtils.getDomainVerificationUserState(manager, mPackage); in doSelectedAction()
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/app/appinfo/
DAppOpenByDefaultPreferenceTest.kt125 whenever(domainVerificationManager.getDomainVerificationUserState(PACKAGE_NAME)) in allowedUserState_alwaysOpen()
143 whenever(domainVerificationManager.getDomainVerificationUserState(PACKAGE_NAME)) in notAllowedUserState_neverOpen()
/packages/apps/Settings/src/com/android/settings/applications/managedomainurls/
DDomainAppPreference.java76 IntentPickerUtils.getDomainVerificationUserState(mDomainVerificationManager, in isLinkHandlingAllowed()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/managedomainurls/
DDomainAppPreferenceControllerTest.java70 mDomainVerificationManager).getDomainVerificationUserState(anyString()); in getLayoutResource_shouldUseAppPreferenceLayout()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppOpenByDefaultPreferenceController.java92 IntentPickerUtils.getDomainVerificationUserState(mDomainVerificationManager, in isLinkHandlingAllowed()
/packages/apps/Settings/src/com/android/settings/spa/app/appinfo/
DAppOpenByDefaultPreference.kt81 val userState = IntentPickerUtils.getDomainVerificationUserState( in isLinkHandlingAllowed()