Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DOpenHelper.java48 public static boolean startViewIntent(Context context, long id, int intentFlags) { in startViewIntent() method in OpenHelper
56 return startViewIntent(context, intent); in startViewIntent()
59 public static boolean startViewIntent(Context context, Intent intent) { in startViewIntent() method in OpenHelper
DRawDocumentsHelper.java52 public static boolean startViewIntent(Context context, Uri documentUri) { in startViewIntent() method in RawDocumentsHelper
DDownloadReceiver.java234 if (!OpenHelper.startViewIntent(context, id, Intent.FLAG_ACTIVITY_NEW_TASK)) { in openDownload()
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DTrampolineActivity.java62 if (!RawDocumentsHelper.startViewIntent(this, documentUri)) { in onCreate()
74 if (intent == null || !OpenHelper.startViewIntent(this, intent)) { in onCreate()
124 if (!OpenHelper.startViewIntent(this, id, 0)) { in onCreate()