Home
last modified time | relevance | path

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

/cts/tests/tests/match_flags/src/android/matchflags/cts/
DMatchFlagTests.java67 Intent onlyBrowserIntent = new Intent(Intent.ACTION_VIEW) in startNoBrowserIntentWithNoMatchingApps() local
72 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() argument
189 onlyBrowserIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)); in startActivity()