Home
last modified time | relevance | path

Searched refs:TEST_FILE (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/tests/java/android/support/v4/content/
DFileProviderTest.java46 private static final String TEST_FILE = "file.test"; field in FileProviderTest
171 final File file = new File(mContext.getFilesDir(), TEST_FILE); in testQueryProjectionNull()
179 assertEquals(TEST_FILE, cursor.getString(cursor.getColumnIndex(DISPLAY_NAME))); in testQueryProjectionNull()
187 final File file = new File(mContext.getFilesDir(), TEST_FILE); in testQueryProjectionOrder()
197 assertEquals(TEST_FILE, cursor.getString(1)); in testQueryProjectionOrder()
207 assertEquals(TEST_FILE, cursor.getString(0)); in testQueryProjectionOrder()
215 final File file = new File(mContext.getFilesDir(), TEST_FILE); in testQueryExtraColumn()
225 assertEquals(TEST_FILE, cursor.getString(1)); in testQueryExtraColumn()
232 final File file = new File(mContext.getFilesDir(), TEST_FILE); in testReadFile()
239 final File file = new File(mContext.getFilesDir(), TEST_FILE); in testWriteFile()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkStatsCollectionTest.java57 private static final String TEST_FILE = "test.bin"; field in NetworkStatsCollectionTest
69 final File testFile = new File(getContext().getFilesDir(), TEST_FILE); in testReadLegacyNetwork()
95 final File testFile = new File(getContext().getFilesDir(), TEST_FILE); in testReadLegacyUid()
121 final File testFile = new File(getContext().getFilesDir(), TEST_FILE); in testReadLegacyUidTags()