HomeSort by relevance Sort by last modified time
    Searched refs:sBrowserIntent (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/applications/
AppLaunchSettings.java 56 private static final Intent sBrowserIntent;
58 sBrowserIntent = new Intent()
100 sBrowserIntent.setPackage(packageName);
101 List<ResolveInfo> list = mPm.queryIntentActivitiesAsUser(sBrowserIntent,
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java 583 private static final Intent sBrowserIntent;
585 sBrowserIntent = new Intent();
586 sBrowserIntent.setAction(Intent.ACTION_VIEW);
587 sBrowserIntent.addCategory(Intent.CATEGORY_BROWSABLE);
588 sBrowserIntent.setData(Uri.parse("http:"));
589 sBrowserIntent.addFlags(Intent.FLAG_IGNORE_EPHEMERAL);
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 67 milliseconds