Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DOpenHelper.java49 final Intent intent = OpenHelper.buildViewIntent(context, id); in startViewIntent()
109 private static Intent buildViewIntent(Context context, long id) { in buildViewIntent() method in OpenHelper
/packages/apps/Nfc/src/com/android/nfc/beam/
DBeamTransferManager.java344 Intent viewIntent = buildViewIntent(); in updateNotification()
478 Intent buildViewIntent() { in buildViewIntent() method in BeamTransferManager
/packages/apps/DocumentsUI/src/com/android/documentsui/
DAbstractActionHandler.java456 Intent intent = buildViewIntent(doc); in viewDocument()
546 protected Intent buildViewIntent(DocumentInfo doc) { in buildViewIntent() method in AbstractActionHandler
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DActionHandler.java546 Intent intent = Intent.createChooser(buildViewIntent(doc), null); in showChooserForDoc()