Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DContextTest.java1308 String TEST_FILENAME = "TestGetFileStreamPath"; in testGetFileStreamPath() local
1311 String fileStreamPath = mContext.getFileStreamPath(TEST_FILENAME).toString(); in testGetFileStreamPath()
1312 assertTrue(fileStreamPath.indexOf(TEST_FILENAME) >= 0); in testGetFileStreamPath()