HomeSort by relevance Sort by last modified time
    Searched defs:FILENAME (Results 1 - 8 of 8) sorted by null

  /development/testrunner/
android_manifest.py 33 FILENAME = 'AndroidManifest.xml'
64 self._manifest_path = os.path.join(app_path, self.FILENAME)
android_mk.py 33 FILENAME = "Android.mk"
92 self.mk_path = "%s/%s" % (self.app_path, self.FILENAME)
  /libcore/luni/src/test/java/tests/api/java/io/
ObjectOutputStreamPutFieldTest.java 72 private final String FILENAME =
143 refContent = getRefContent(FILENAME);
ObjectInputStreamGetFieldTest.java 66 private final String FILENAME =
135 initOis(FILENAME);
171 initOis(FILENAME);
253 initOis(FILENAME);
377 initOis(FILENAME);
384 private void initOis(String fileName) throws Exception {
389 getClass().getResourceAsStream(fileName));
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerStressHostTests.java 52 FILENAME,
118 * Get the absolute file system location of repository test app with given filename
119 * @param fileName the file name of the test app apk
122 private String getRepositoryTestAppFilePath(String fileDirectory, String fileName) {
124 File.separator, fileName);
128 * Get the absolute file system location of test app with given filename
129 * @param fileName the file name of the test app apk
132 public String getTestAppFilePath(String fileName) {
133 return String.format("%s%s%s", getTestAppPath(), File.separator, fileName);
216 String apkName = LARGE_APPS[i][APK.FILENAME.ordinal()]
    [all...]
  /frameworks/base/core/java/android/provider/
Telephony.java     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ClassTest.java 61 public static final String FILENAME =
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailContent.java     [all...]

Completed in 1140 milliseconds