HomeSort by relevance Sort by last modified time
    Searched full:startviewintent (Results 1 - 6 of 6) sorted by null

  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
RawDocumentsHelper.java 52 public static boolean startViewIntent(Context context, Uri documentUri) {
OpenHelper.java 46 public static boolean startViewIntent(Context context, long id, int intentFlags) {
DownloadReceiver.java 221 if (!OpenHelper.startViewIntent(context, id, Intent.FLAG_ACTIVITY_NEW_TASK)) {
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
ClientTest.java 393 final Intent startViewIntent = new Intent(Intent.ACTION_VIEW);
394 startViewIntent.addCategory(Intent.CATEGORY_BROWSABLE);
395 startViewIntent.setData(Uri.parse("https://cts.google.com/ephemeral"));
397 startViewIntent, null /*options*/);
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
TrampolineActivity.java 62 if (!RawDocumentsHelper.startViewIntent(this, documentUri)) {
112 if (!OpenHelper.startViewIntent(this, id, 0)) {
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
ClientTest.java 358 // final Intent startViewIntent = new Intent(Intent.ACTION_VIEW);
359 // startViewIntent.addCategory(Intent.CATEGORY_BROWSABLE);
360 // startViewIntent.setData(Uri.parse("https://cts.google.com/normal"));
361 // InstrumentationRegistry.getContext().startActivity(startViewIntent, null /*options*/);
    [all...]

Completed in 2286 milliseconds