Searched refs:startViewIntent (Results 1 – 4 of 4) sorted by relevance
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | OpenHelper.java | 48 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
|
D | RawDocumentsHelper.java | 52 public static boolean startViewIntent(Context context, Uri documentUri) { in startViewIntent() method in RawDocumentsHelper
|
D | DownloadReceiver.java | 234 if (!OpenHelper.startViewIntent(context, id, Intent.FLAG_ACTIVITY_NEW_TASK)) { in openDownload()
|
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/ |
D | TrampolineActivity.java | 62 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()
|