Searched refs:TEST_FILENAME (Results 1 – 2 of 2) sorted by relevance
32 private static final String TEST_FILENAME = "testicon.png"; field in IconInfoTestUtil38 new IconInfo(TEST_WIDTH, TEST_HEIGHT, TEST_LANGUAGE, TEST_TYPE, TEST_FILENAME);58 writeByteArrayWithLength(out, TEST_FILENAME.getBytes(StandardCharsets.UTF_8)); in getTestData()
87 private static final String TEST_FILENAME = "location_cache.json"; field in CarLocationServiceTest503 return new File(mTempDirectory, TEST_FILENAME); in getLocationCacheFile()