Searched refs:testFile (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkStatsCollectionTest.java63 final File testFile = new File(getContext().getFilesDir(), TEST_FILE);
64 stageFile(R.raw.netstats_v1, testFile);
67 collection.readLegacyNetwork(testFile);
89 final File testFile = new File(getContext().getFilesDir(), TEST_FILE);
90 stageFile(R.raw.netstats_uid_v4, testFile);
93 collection.readLegacyUid(testFile, false);
115 final File testFile = new File(getContext().getFilesDir(), TEST_FILE);
116 stageFile(R.raw.netstats_uid_v4, testFile);
119 collection.readLegacyUid(testFile, true);
/frameworks/base/core/tests/coretests/src/android/content/
H A DMemoryFileProviderTest.java69 public void testFile() throws Exception { method in class:MemoryFileProviderTest
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppCacheTest.java243 File file1 = new File(fileArr[i], "testFile"+j+".txt");
297 File testFile = new File(testDir, "testFile"+i+".txt");
298 if(localLOGV) Log.i(TAG, "Creating "+i+"th test file "+testFile);
303 fos = new FileOutputStream(testFile);
305 Log.i(TAG, "Failed creating test file:"+testFile);
313 Log.i(TAG, "Failed to write to file:"+testFile);
320 Log.i(TAG, "Failed closing file:"+testFile);
325 createdFileBlks += getFileNumBlocks(testFile.length(), blkSize);
343 File testFile
[all...]
/frameworks/base/core/tests/coretests/src/android/net/
H A DUriTest.java258 public void testFile() { method in class:UriTest

Completed in 144 milliseconds