Home
last modified time | relevance | path

Searched refs:sBrowserIntent (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/applications/managedomainurls/
H A DAppLaunchSettingsBasePreferenceController.java46 static final Intent sBrowserIntent = new Intent() field in AppLaunchSettingsBasePreferenceController
90 sBrowserIntent.setPackage(getPackageName()); in isBrowserApp()
91 List<ResolveInfo> list = mPm.queryIntentActivitiesAsUser(sBrowserIntent, in isBrowserApp()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DAppUtils.java53 private static final Intent sBrowserIntent; field in AppUtils
56 sBrowserIntent = new Intent()
192 sBrowserIntent.setPackage(packageName); in isBrowserApp()
194 sBrowserIntent, PackageManager.MATCH_ALL, userId); in isBrowserApp()
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/managedomainurls/
H A DAppLinkStatePreferenceControllerTest.java24 …ar.settings.applications.managedomainurls.AppLaunchSettingsBasePreferenceController.sBrowserIntent;
231 sBrowserIntent.setPackage(TEST_PACKAGE_NAME); in setupIsBrowserApp()
233 when(mMockPackageManager.queryIntentActivitiesAsUser(sBrowserIntent, in setupIsBrowserApp()