HomeSort by relevance Sort by last modified time
    Searched full:openable (Results 1 - 25 of 32) 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 107 * A document can be either an openable stream (with a specific MIME type),
138 * "application/pdf" for openable files. A document can also be a
    [all...]
DocumentsProvider.java 85 * A document can be either an openable stream (with a specific MIME type), or a
  /frameworks/base/packages/DocumentsUI/
AndroidManifest.xml 20 <category android:name="android.intent.category.OPENABLE" />
26 <category android:name="android.intent.category.OPENABLE" />
32 <category android:name="android.intent.category.OPENABLE" />
  /packages/apps/Browser/src/com/android/browser/
UploadHandler.java 151 // so launch an intent for both the Camera and image/* OPENABLE.
166 // on accept type so launch an intent for both camcorder and video/* OPENABLE.
181 // recorder and audio/* OPENABLE.
213 // Create and return a chooser with the default OPENABLE
  /packages/apps/UnifiedEmail/tests/
AndroidManifest.xml 32 <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/chromium_org/base/
file_util.cc 68 // Even if both files aren't openable (and thus, in some sense, "equal"),
97 // Even if both files aren't openable (and thus, in some sense, "equal"),
  /packages/apps/Music/
AndroidManifest.xml 227 <category android:name="android.intent.category.OPENABLE" />
243 <category android:name="android.intent.category.OPENABLE" />
253 <category android:name="android.intent.category.OPENABLE" />
  /external/chromium/base/
file_util.cc 88 // Even if both files aren't openable (and thus, in some sense, "equal"),
117 // Even if both files aren't openable (and thus, in some sense, "equal"),
  /packages/apps/Gallery/
AndroidManifest.xml 53 <category android:name="android.intent.category.OPENABLE" />
58 <category android:name="android.intent.category.OPENABLE" />
  /external/chromium/net/base/
upload_data.h 115 // type TYPE_FILE or if the file is not openable.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
popup.js 272 var openable = (item.state != 'interrupted') && item.exists && !item.deleted;
303 item.getElement('removed').style.display = openable ? 'none' : 'inline';
305 openable ? 'inline' : 'none');
376 } else if (!openable) {
  /hardware/libhardware/include/hardware/
camera_common.h 47 * camera module HAL interface. All camera devices openable through this
57 * of the camera module HAL interface. Camera devices openable through this
  /external/valgrind/main/auxprogs/
gen-mdg 138 open(CFILE, "< $f") || die "File $f not openable\n";
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadStorageProvider.java 300 // Provide fake MIME type so it's openable
  /packages/apps/Gallery2/
AndroidManifest.xml 98 <category android:name="android.intent.category.OPENABLE" />
103 <category android:name="android.intent.category.OPENABLE" />
  /frameworks/base/docs/html/training/secure-file-sharing/
share-file.jd 88 android:name="android.intent.category.OPENABLE"/&gt;
  /external/valgrind/main/perf/
vg_perf.in 169 open(INPUTFILE, "< $f") || die "File $f not openable\n";
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Attachment.java 118 * Shareable, openable uri for this attachment
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp     [all...]
  /external/llvm/docs/
MakefileGuide.rst 167 openable with the ``dlopen`` function and searchable with the ``dlsym`` function
    [all...]
  /external/valgrind/main/tests/
vg_regtest.in 254 open(INPUTFILE, "< $f") || die "File $f not openable\n";
  /external/openssh/
ChangeLog     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 

Completed in 2626 milliseconds

1 2