Searched refs:buildViewIntent (Results 1 – 4 of 4) sorted by relevance
49 final Intent intent = OpenHelper.buildViewIntent(context, id); in startViewIntent()109 private static Intent buildViewIntent(Context context, long id) { in buildViewIntent() method in OpenHelper
344 Intent viewIntent = buildViewIntent(); in updateNotification()479 Intent buildViewIntent() { in buildViewIntent() method in BeamTransferManager
458 Intent intent = buildViewIntent(doc); in viewDocument()548 protected Intent buildViewIntent(DocumentInfo doc) { in buildViewIntent() method in AbstractActionHandler
546 Intent intent = Intent.createChooser(buildViewIntent(doc), null); in showChooserForDoc()