HomeSort by relevance Sort by last modified time
    Searched refs:getContentIntent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/android/java/src/org/chromium/ui/base/
SelectFileDialog.java 79 Intent getContentIntent = new Intent(Intent.ACTION_GET_CONTENT);
80 getContentIntent.addCategory(Intent.CATEGORY_OPENABLE);
88 getContentIntent.setType(ALL_IMAGE_TYPES);
91 getContentIntent.setType(ALL_VIDEO_TYPES);
94 getContentIntent.setType(ALL_AUDIO_TYPES);
100 getContentIntent.setType(ANY_TYPES);
109 chooser.putExtra(Intent.EXTRA_INTENT, getContentIntent);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowNotification.java 59 public PendingIntent getContentIntent() {

Completed in 134 milliseconds