Home
last modified time | relevance | path

Searched defs: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
187 private static void startActivity(Intent onlyBrowserIntent) { in startActivity()