HomeSort by relevance Sort by last modified time
    Searched refs:sBrowserIntent (Results 1 - 2 of 2) 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 483 private static final Intent sBrowserIntent;
485 sBrowserIntent = new Intent();
486 sBrowserIntent.setAction(Intent.ACTION_VIEW);
487 sBrowserIntent.addCategory(Intent.CATEGORY_BROWSABLE);
488 sBrowserIntent.setData(Uri.parse("http:"));
    [all...]

Completed in 3771 milliseconds