HomeSort by relevance Sort by last modified time
    Searched full:openable (Results 1 - 25 of 48) sorted by null

1 2

  /frameworks/base/core/java/android/provider/
OpenableColumns.java 23 * These are standard columns for openable URIs. Providers that serve openable
40 * The number of bytes in the file identified by the openable URI. Null if unknown.
DocumentsContract.java 148 * A document can be either an openable stream (with a specific MIME type),
179 * "application/pdf" for openable files. A document can also be a
    [all...]
  /packages/apps/Camera2/src/com/android/camera/device/
SingleDeviceActions.java 29 * available and openable.
32 * parameters or if the camera device determined to be un-openable.
  /cts/hostsidetests/appsecurity/test-apps/DocumentProvider/
AndroidManifest.xml 35 <category android:name="android.intent.category.OPENABLE" />
  /frameworks/base/packages/DocumentsUI/
AndroidManifest.xml 23 <category android:name="android.intent.category.OPENABLE" />
29 <category android:name="android.intent.category.OPENABLE" />
35 <category android:name="android.intent.category.OPENABLE" />
  /external/glide/library/src/main/java/com/bumptech/glide/load/data/
LocalUriFetcher.java 33 * @param uri A Uri pointing to a local asset. This load will fail if the uri isn't openable by
  /packages/apps/UnifiedEmail/tests/
AndroidManifest.xml 34 <category android:name="android.intent.category.OPENABLE" />
  /frameworks/base/core/java/android/database/
DefaultDatabaseErrorHandler.java 58 // database files are not even openable. delete this database file.
  /external/libchrome/base/files/
file_util.cc 61 // Even if both files aren't openable (and thus, in some sense, "equal"),
90 // Even if both files aren't openable (and thus, in some sense, "equal"),
  /packages/apps/Music/
AndroidManifest.xml 228 <category android:name="android.intent.category.OPENABLE" />
244 <category android:name="android.intent.category.OPENABLE" />
254 <category android:name="android.intent.category.OPENABLE" />
  /packages/apps/Gallery/
AndroidManifest.xml 53 <category android:name="android.intent.category.OPENABLE" />
58 <category android:name="android.intent.category.OPENABLE" />
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ExportVCardActivity.java 222 * Returns the display name for the given openable Uri or null if it could not be resolved. */
  /external/valgrind/auxprogs/
gen-mdg 138 open(CFILE, "< $f") || die "File $f not openable\n";
  /packages/apps/Gallery2/
AndroidManifest.xml 100 <category android:name="android.intent.category.OPENABLE" />
105 <category android:name="android.intent.category.OPENABLE" />
  /frameworks/base/docs/html/guide/topics/providers/
document-provider.jd 148 <li>Documents can be either an openable file (with a specific MIME type), or a
182 to further refine the criteria&mdash;for example, &quot;give me all openable files
660 &lt;category android:name=&quot;android.intent.category.OPENABLE&quot; /&gt;
    [all...]
  /frameworks/base/docs/html/training/secure-file-sharing/
share-file.jd 88 android:name="android.intent.category.OPENABLE"/&gt;
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadStorageProvider.java 339 // Provide fake MIME type so it's openable
  /hardware/libhardware/include/hardware/
camera_common.h 49 * camera module HAL interface. All camera devices openable through this
59 * of the camera module HAL interface. Camera devices openable through this
    [all...]
  /frameworks/base/docs/html/guide/components/
intents-common.jd     [all...]
  /frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/
document-provider.jd 658 &lt;category android:name=&quot;android.intent.category.OPENABLE&quot; /&gt;
  /frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/
document-provider.jd 658 &lt;category android:name=&quot;android.intent.category.OPENABLE&quot; /&gt;
  /frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/
document-provider.jd 658 &lt;category android:name=&quot;android.intent.category.OPENABLE&quot; /&gt;
    [all...]
  /frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/
document-provider.jd 658 &lt;category android:name=&quot;android.intent.category.OPENABLE&quot; /&gt;
  /frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/
document-provider.jd 658 &lt;category android:name=&quot;android.intent.category.OPENABLE&quot; /&gt;
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Attachment.java 117 * Shareable, openable uri for this attachment

Completed in 2133 milliseconds

1 2