Searched refs:onlyBrowserIntent (Results 1 – 1 of 1) sorted by relevance
67 Intent onlyBrowserIntent = new Intent(Intent.ACTION_VIEW) in startNoBrowserIntentWithNoMatchingApps() local72 startActivity(onlyBrowserIntent); in startNoBrowserIntentWithNoMatchingApps()75 startActivity(onlyBrowserIntent); in startNoBrowserIntentWithNoMatchingApps()82 Intent noBrowserWithBrowserOnlyIntent = new Intent(onlyBrowserIntent) in startNoBrowserIntentWithNoMatchingApps()187 private static void startActivity(Intent onlyBrowserIntent) { in startActivity() argument189 onlyBrowserIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)); in startActivity()