Searched refs:file (Results 201 - 205 of 205) sorted by relevance

123456789

/packages/apps/Email/tests/src/com/android/email/provider/
H A DProviderTests.java5 * use this file except in compliance with the License. You may obtain a copy of
1509 * Test that our unique file name algorithm works as expected. Since this test requires an
1545 File file = new File(directory, fileNames[i]);
1546 if (file.exists()) {
1547 file.delete();
1840 // Find the EmailProvider.db file
1850 // Find the EmailProviderBody.db file
1872 // already a EmailProviderBody.db file. In this case, it will delete
1906 // Find the EmailProviderBody.db file
1916 // Find the EmailProvider.db file
[all...]
/packages/apps/Browser/src/com/android/browser/
H A DTab.java5 * you may not use this file except in compliance with the License.
610 if (uri.getScheme().toLowerCase().equals("file")) {
611 File file = new File(uri.getPath());
613 if (file.getCanonicalPath().startsWith(
1347 // downloading a file. Remove it.
/packages/providers/TvProvider/src/com/android/providers/tv/
H A DTvProvider.java5 * you may not use this file except in compliance with the License.
360 for (File file : logoPath.listFiles()) {
361 file.delete();
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
H A Djoda-time-1.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...

Completed in 2205 milliseconds

123456789