Home
last modified time | relevance | path

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

/aosp12/system/core/healthd/
H A DAnimationParser_test.cpp50 static const char TEST_FILE_NAME[] = "font_file"; in TEST() local
74 EXPECT_STREQ(TEST_FILE_NAME, out.font_file.c_str()); in TEST()
83 EXPECT_STREQ(TEST_FILE_NAME, out.font_file.c_str()); in TEST()
92 EXPECT_STREQ(TEST_FILE_NAME, out.font_file.c_str()); in TEST()
101 EXPECT_STREQ(TEST_FILE_NAME, out.font_file.c_str()); in TEST()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
H A DIconInfoTest.java40 private static final String TEST_FILE_NAME = "filename"; field in IconInfoTest
43 new IconInfo(TEST_WIDTH, TEST_HEIGHT, TEST_LANGUAGE, TEST_ICON_TYPE, TEST_FILE_NAME);
67 assertEquals(TEST_FILE_NAME, TEST_ICON_INFO.getFileName()); in testGetFileName()
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
H A DUtilsTest.java72 private static final String TEST_FILE_NAME = "testfile"; field in UtilsTest
99 mContext.deleteFile(TEST_FILE_NAME); in tearDown()
376 final String fileLocation = getContext().getFilesDir().toString() + "/" + TEST_FILE_NAME; in testComputeHashOfFile()
380 outputStream = getContext().openFileOutput(TEST_FILE_NAME, Context.MODE_PRIVATE); in testComputeHashOfFile()
397 final String fileLocation = getContext().getFilesDir().toString() + "/" + TEST_FILE_NAME; in testComputeHashOfFile_NotPresent()
398 getContext().deleteFile(TEST_FILE_NAME); in testComputeHashOfFile_NotPresent()
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/
H A DFileUtilsTest.java108 private static final String TEST_FILE_NAME = "FileUtilsTestFile" + NONCE; field in FileUtilsTest