Searched refs:sBrowserIntent (Results 1 – 1 of 1) sorted by relevance
597 private static final Intent sBrowserIntent; field in PackageManagerService599 sBrowserIntent = new Intent();600 sBrowserIntent.setAction(Intent.ACTION_VIEW);601 sBrowserIntent.addCategory(Intent.CATEGORY_BROWSABLE);602 sBrowserIntent.setData(Uri.parse("http:"));603 sBrowserIntent.addFlags(Intent.FLAG_IGNORE_EPHEMERAL);3924 List<ResolveInfo> list = queryIntentActivitiesInternal(sBrowserIntent, null,