Searched refs:buildViewIntent (Results 1 - 3 of 3) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DOpenHelper.java47 final Intent intent = OpenHelper.buildViewIntent(context, id);
67 private static Intent buildViewIntent(Context context, long id) { method in class:OpenHelper
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
H A DActionHandler.java493 Intent intent = Intent.createChooser(buildViewIntent(doc), null);
581 Intent intent = buildViewIntent(doc);
670 private Intent buildViewIntent(DocumentInfo doc) { method in class:ActionHandler
/packages/apps/Nfc/src/com/android/nfc/beam/
H A DBeamTransferManager.java343 Intent viewIntent = buildViewIntent();
477 Intent buildViewIntent() { method in class:BeamTransferManager

Completed in 7408 milliseconds