Home
last modified time | relevance | path

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

/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/device/apps/
DAppUtils.java52 private static final Intent sBrowserIntent; field in AppUtils
55 sBrowserIntent = new Intent()
173 sBrowserIntent.setPackage(packageName); in isBrowserApp()
175 sBrowserIntent, PackageManager.MATCH_ALL, userId); in isBrowserApp()
/packages/apps/Car/Settings/src/com/android/car/settings/applications/managedomainurls/
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()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/managedomainurls/
DAppLinkStatePreferenceControllerTest.java24 …ar.settings.applications.managedomainurls.AppLaunchSettingsBasePreferenceController.sBrowserIntent;
231 sBrowserIntent.setPackage(TEST_PACKAGE_NAME); in setupIsBrowserApp()
233 when(mMockPackageManager.queryIntentActivitiesAsUser(sBrowserIntent, in setupIsBrowserApp()