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

  /frameworks/support/documents-archive/tests/src/android/support/provider/
StubProvider.java 100 archiveHelper.isSupportedArchiveType(getDocumentType(parentDocumentId))) {
143 public String getDocumentType(String documentId) throws FileNotFoundException {
145 return archiveHelper.getDocumentType(documentId);
DocumentArchiveTest.java 237 assertEquals(Document.MIME_TYPE_DIR, mArchive.getDocumentType("document-id:dir1/"));
238 assertEquals("text/plain", mArchive.getDocumentType("document-id:file1.txt"));
  /frameworks/support/documents-archive/src/android/support/provider/
DocumentArchiveHelper.java 128 * @see DocumentsProvider.getDocumentType(String)
130 public String getDocumentType(String documentId) throws FileNotFoundException {
134 return loader.get().getDocumentType(documentId);
DocumentArchive.java 271 * @see DocumentsProvider.getDocumentType(String)
273 public String getDocumentType(String documentId) throws FileNotFoundException {
442 Preconditions.checkArgument(getDocumentType(documentId).startsWith("image/"),
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportStorageProvider.java 98 mArchiveHelper.isSupportedArchiveType(getDocumentType(parentDocumentId))) {
  /frameworks/base/core/java/android/provider/
DocumentsProvider.java 467 public String getDocumentType(String documentId) throws FileNotFoundException {
598 * @see #getDocumentType(String)
609 return getDocumentType(getDocumentId(uri));
    [all...]
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
ExternalStorageProvider.java 551 mArchiveHelper.isSupportedArchiveType(getDocumentType(parentDocumentId))) {
591 public String getDocumentType(String documentId) throws FileNotFoundException {
593 return mArchiveHelper.getDocumentType(documentId);
  /developers/build/prebuilts/gradle/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 366 public String getDocumentType(String documentId) throws FileNotFoundException {
  /developers/samples/android/content/documentsUi/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 366 public String getDocumentType(String documentId) throws FileNotFoundException {
  /development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
MyCloudProvider.java 366 public String getDocumentType(String documentId) throws FileNotFoundException {
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadStorageProvider.java 210 mArchiveHelper.isSupportedArchiveType(getDocumentType(docId))) {
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /prebuilts/sdk/tools/
jack-launcher.jar 
jack-server-4.8.ALPHA.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 392 milliseconds