Home
last modified time | relevance | path

Searched refs:launchAttachmentChooserActivity (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DUIIntents.java232 public abstract void launchAttachmentChooserActivity(final Activity activity, in launchAttachmentChooserActivity() method in UIIntents
H A DUIIntentsImpl.java311 public void launchAttachmentChooserActivity(final Activity activity, in launchAttachmentChooserActivity() method in UIIntentsImpl
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationFragment.java1543 UIIntents.get().launchAttachmentChooserActivity(activity, in showAttachmentChooser()