Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
H A 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()
/aosp12/frameworks/base/libs/androidfw/tests/
H A DObbFile_test.cpp32 #define TEST_FILENAME "/test.obb" macro
44 mFileName.append(TEST_FILENAME); in SetUp()
H A DBackupData_test.cpp31 #define TEST_FILENAME "/test.bd" macro
57 mFilename.append(TEST_FILENAME); in SetUp()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DCarLocationServiceTest.java86 private static final String TEST_FILENAME = "location_cache.json"; field in CarLocationServiceTest
495 return new File(mTempDirectory, TEST_FILENAME); in getLocationCacheFile()