Home
last modified time | relevance | path

Searched refs:Files (Results 1 – 25 of 80) sorted by relevance

1234

/frameworks/base/media/java/android/mtp/
DMtpDatabase.java34 import android.provider.MediaStore.Files;
91 Files.FileColumns._ID, // 0
94 Files.FileColumns._ID, // 0
95 Files.FileColumns.DATA, // 1
98 Files.FileColumns._ID, // 0
99 Files.FileColumns.FORMAT, // 1
102 Files.FileColumns._ID, // 0
103 Files.FileColumns.DATA, // 1
104 Files.FileColumns.FORMAT, // 2
107 Files.FileColumns._ID, // 0
[all …]
DMtpPropertyGroup.java24 import android.provider.MediaStore.Files;
61 private static final String ID_WHERE = Files.FileColumns._ID + "=?";
62 private static final String FORMAT_WHERE = Files.FileColumns.FORMAT + "=?";
64 private static final String PARENT_WHERE = Files.FileColumns.PARENT + "=?";
72 mUri = Files.getMtpObjectsUri(volumeName); in MtpPropertyGroup()
76 columns.add(Files.FileColumns._ID); in MtpPropertyGroup()
95 column = Files.FileColumns.STORAGE_ID; in createProperty()
99 column = Files.FileColumns.FORMAT; in createProperty()
107 column = Files.FileColumns.SIZE; in createProperty()
111 column = Files.FileColumns.DATA; in createProperty()
[all …]
/frameworks/base/docs/html/training/beam-files/
Dindex.jd1 page.title=Sharing Files with NFC
50 <b><a href="send-files.html">Sending Files to Another Device</a></b>
55 <b><a href="receive-files.html">Receiving Files from Another Device</a></b>
Dsend-files.jd1 page.title=Sending Files to Another Device
17 >Create a Callback Method That Provides Files</a>
19 <li><a href="#ProvideUri">Specify the Files to Send</a>
44 Files you want to transfer must reside in external storage. To learn more about using
193 Create a Callback Method that Provides Files
269 <h2 id="ProvideUri">Specify the Files to Send</h2>
/frameworks/base/media/java/android/media/
DMediaScanner.java36 import android.provider.MediaStore.Files;
37 import android.provider.MediaStore.Files.FileColumns;
124 Files.FileColumns._ID, // 0
125 Files.FileColumns.DATA, // 1
126 Files.FileColumns.FORMAT, // 2
127 Files.FileColumns.DATE_MODIFIED, // 3
131 Files.FileColumns._ID,
406 mFilesUri = Files.getContentUri(volumeName); in MediaScanner()
997 values.put(Files.FileColumns.FORMAT, format);
1129 where = MediaStore.Files.FileColumns._ID + ">?" +
[all …]
/frameworks/data-binding/
DsupportBundle.gradle7 import com.google.common.io.Files
103 Files.write(xml, new File(project.ext.distDir, 'repo-extras.xml'), Charsets.UTF_8)
116Files.write(sourceProp, new File(project.ext.supportRepoOut, 'source.properties'), Charsets.UTF_8)
/frameworks/base/docs/html/training/performance/battery/network/
Daction-any-traffic.jd12 <li><a href="#cache-locally">Cache Files Locally</a></li>
59 <h2 id="cache-locally">Cache Files Locally</h2>
83 "{@docRoot}training/efficient-downloads/redundant_redundant.html#LocalCache">Cache Files
/frameworks/multidex/
Dbuild.gradle67 import com.google.common.io.Files
96 Files.write(xml, new File(project.ext.distDir, 'repo-extras.xml'), Charsets.UTF_8)
110Files.write(sourceProp, new File(project.ext.supportRepoOut, 'source.properties'), Charsets.UTF_8)
/frameworks/base/docs/downloads/
DREADME1 Files in this directory are not hosted on developer.android.com.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
Dwin_asm.bat3 set ASM="D:\Program Files\Microsoft Visual Studio 8\VC\ce\bin\x86_arm\armasm"
/frameworks/base/
DNOTICE289 Unicode Data Files include all data files under the directories
310 "Data Files") or Unicode software and any associated documentation (the
311 "Software") to deal in the Data Files or Software without restriction,
313 publish, distribute, and/or sell copies of the Data Files or Software,
314 and to permit persons to whom the Data Files or Software are furnished to
316 notice appear with all copies of the Data Files or Software, (b) both the
334 or other dealings in these Data Files or Software without prior written
/frameworks/av/
DNOTICE278 Unicode Data Files include all data files under the directories
299 "Data Files") or Unicode software and any associated documentation (the
300 "Software") to deal in the Data Files or Software without restriction,
302 publish, distribute, and/or sell copies of the Data Files or Software,
303 and to permit persons to whom the Data Files or Software are furnished to
305 notice appear with all copies of the Data Files or Software, (b) both the
323 or other dealings in these Data Files or Software without prior written
/frameworks/native/
DNOTICE278 Unicode Data Files include all data files under the directories
299 "Data Files") or Unicode software and any associated documentation (the
300 "Software") to deal in the Data Files or Software without restriction,
302 publish, distribute, and/or sell copies of the Data Files or Software,
303 and to permit persons to whom the Data Files or Software are furnished to
305 notice appear with all copies of the Data Files or Software, (b) both the
323 or other dealings in these Data Files or Software without prior written
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaInserterTest.java25 import android.provider.MediaStore.Files;
50 private static final Uri sFilesUri = Files.getContentUri(sVolumeName);
/frameworks/base/docs/html/training/secure-file-sharing/
Dindex.jd1 page.title=Sharing Files
22 <li><a href="{@docRoot}training/basics/data-storage/files.html">Saving Files</a>
/frameworks/base/docs/html/training/efficient-downloads/
Dredundant_redundant.jd34 <h2 id="LocalCache">Cache Files Locally</h2>
65 <p>Files stored in either cache location will be erased when the application is uninstalled.</p>
/frameworks/native/vulkan/
DREADME.md13 …because the generator tools aren't part of the platform toolchain (yet?). Files named `foo_gen.*` …
/frameworks/support/
Dbuild.gradle79 import com.google.common.io.Files
108 Files.write(xml, new File(project.ext.distDir, 'repo-extras.xml'), Charsets.UTF_8)
123Files.write(sourceProp, new File(project.ext.supportRepoOut, 'source.properties'), Charsets.UTF_8)
/frameworks/base/docs/html/training/basics/supporting-devices/
Dlanguages.jd15 <li><a href="#CreateDirs">Create Locale Directories and String Files</a></li>
39 <h2 id="CreateDirs">Create Locale Directories and String Files</h2>
/frameworks/base/docs/html/training/game-controllers/
Dindex.jd22 class="external-link" target="_blank">Key Layout Files</a></li>
/frameworks/base/docs/html/google/
Dgoogle_toc.cs72 <span class="en">APK Expansion Files</span></a>
/frameworks/base/docs/html/training/basics/data-storage/
Dindex.jd50 <dt><b><a href="files.html">Saving Files</a></b></dt>
Dfiles.jd1 page.title=Saving Files
62 <li>Files saved here are accessible by only your app.</li>
91 href="{@docRoot}training/secure-file-sharing/index.html">Sharing Files</a>.</p>
252 <dd>Files that
258 <dd>Files that rightfully belong to your app and should be deleted when the user uninstalls
/frameworks/base/docs/html/training/sharing/
Dsend.jd149 {@link android.provider.MediaStore.Files MediaStore.Files} for more info). Files can be inserted
/frameworks/base/docs/html/training/
Dtraining_toc.cs171 Saving Files
302 >Sharing Files</a>
332 >Sharing Files with NFC</a>
337 >Sending Files to Another Device</a>
340 >Receiving Files from Another Device</a></li>

1234