Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
DIconInfoTestUtil.java32 private static final String TEST_FILENAME = "testicon.png"; field in IconInfoTestUtil
38 new IconInfo(TEST_WIDTH, TEST_HEIGHT, TEST_LANGUAGE, TEST_TYPE, TEST_FILENAME);
58 writeByteArrayWithLength(out, TEST_FILENAME.getBytes(StandardCharsets.UTF_8)); in getTestData()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarLocationServiceTest.java87 private static final String TEST_FILENAME = "location_cache.json"; field in CarLocationServiceTest
503 return new File(mTempDirectory, TEST_FILENAME); in getLocationCacheFile()