Home
last modified time | relevance | path

Searched defs:testFile (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/services/
H A DMoveJobTest.java60 Uri testFile = mDocs.createVirtualFile( in testMoveVirtualTypedFile() local
81 Uri testFile = mDocs.createDocumentWithFlags( in testMove_BackendSideVirtualTypedFile_Fallback() local
H A DAbstractCopyJobTest.java64 Uri testFile = mDocs.createVirtualFile( in runCopyVirtualTypedFileTest() local
78 Uri testFile = mDocs.createVirtualFile( in runCopyVirtualNonTypedFileTest() local
163 Uri testFile = mDocs.createDocument(mSrcRoot, "text/plain", "test1.txt"); in runCopyFileWithReadErrorsTest() local
H A DCopyJobTest.java50 Uri testFile = mDocs.createDocumentWithFlags( in testCopy_BackendSideVirtualTypedFile_Fallback() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DPackageParserTest.java244 final File testFile = extractFile(TEST_APP1_APK); in testParseIsolatedSplitsDefault() local
258 final File testFile = extractFile(TEST_APP2_APK); in testParseIsolatedSplitsConstant() local
272 final File testFile = extractFile(TEST_APP3_APK); in testParseIsolatedSplitsResource() local
379 final File testFile = extractFile(TEST_APP4_APK); in testParseApplicationProperties() local
411 final File testFile = extractFile(TEST_APP4_APK); in testParseActivityProperties() local
444 final File testFile = extractFile(TEST_APP4_APK); in testParseProviderProperties() local
465 final File testFile = extractFile(TEST_APP4_APK); in testParseReceiverProperties() local
488 final File testFile = extractFile(TEST_APP4_APK); in testParseServiceProperties() local
/aosp12/packages/modules/Connectivity/services/tests/servicestests/src/com/android/server/net/
H A DNetworkStatsCollectionTest.java63 final File testFile = new File(getContext().getFilesDir(), TEST_FILE); in testReadLegacyNetwork() local
89 final File testFile = new File(getContext().getFilesDir(), TEST_FILE); in testReadLegacyUid() local
115 final File testFile = new File(getContext().getFilesDir(), TEST_FILE); in testReadLegacyUidTags() local
/aosp12/frameworks/base/cmds/incident_helper/tests/
H A DKernelWakesParser_test.cpp53 const string testFile = kTestDataPath + "kernel_wakeups_short.txt"; in TEST_F() local
77 const string testFile = kTestDataPath + "kernel_wakeups.txt"; in TEST_F() local
H A DProcrankParser_test.cpp53 const string testFile = kTestDataPath + "procrank.txt"; in TEST_F() local
105 const string testFile = kTestDataPath + "procrank_short.txt"; in TEST_F() local
H A DBatteryTypeParser_test.cpp53 const string testFile = kTestDataPath + "batterytype.txt"; in TEST_F() local
H A DSystemPropertiesParser_test.cpp53 const string testFile = kTestDataPath + "system_properties.txt"; in TEST_F() local
H A DEventLogTagsParser_test.cpp53 const string testFile = kTestDataPath + "event-log-tags.txt"; in TEST_F() local
H A DCpuFreqParser_test.cpp53 const string testFile = kTestDataPath + "cpufreq.txt"; in TEST_F() local
H A DCpuInfoParser_test.cpp53 const string testFile = kTestDataPath + "cpuinfo.txt"; in TEST_F() local
H A DPageTypeInfoParser_test.cpp53 const string testFile = kTestDataPath + "pagetypeinfo.txt"; in TEST_F() local
H A DPsParser_test.cpp53 const string testFile = kTestDataPath + "ps.txt"; in TEST_F() local
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
H A DNetworkStatsCollectionTest.java114 final File testFile = in testReadLegacyNetwork() local
142 final File testFile = in testReadLegacyUid() local
170 final File testFile = in testReadLegacyUidTags() local
274 final File testFile = in testAugmentPlan() local
/aosp12/frameworks/base/core/tests/coretests/src/android/content/
H A DMemoryFileProviderTest.java70 public void testFile() throws Exception { in testFile() method in MemoryFileProviderTest
/aosp12/packages/apps/StorageManager/tests/unit/src/com/android/storagemanager/deletionhelper/
H A DFetchDownloadsLoaderTest.java65 File testFile = File.createTempFile("test", null, tempDir); in testNestedDirectories() local
/aosp12/frameworks/base/cmds/incidentd/tests/
H A DProtoFileReader_test.cpp52 const std::string testFile = kTestDataPath + "protoFile.txt"; in TEST() local
H A DFdBuffer_test.cpp236 const std::string testFile = kTestDataPath + "morethan96MB.txt"; in TEST_F() local
270 const std::string testFile = kTestDataPath + "morethan96MB.txt"; in TEST_F() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DFileUtil.java44 File testFile = new File(directory, newName); in getNewFile() local
/aosp12/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
H A DDownloadServiceTest.kt335 val testFile = createTestFile(extension = ".$TEST_TEXT_FILE_EXTENSION") regex
422 val testFile = intent.data ?: fail("This activity expects a file") regex
/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/
H A DBackupManagerServiceRoboTest.java1374 File testFile = new File(mContext.getFilesDir(), "test"); in getFileDescriptorForAdbTest() local
1440 File testFile = createTestFile(); in testDump_onRegisteredUser_callsMethodForUser() local
1456 File testFile = createTestFile(); in testDump_onUnknownUser_doesNotPropagateCall() local
1486 File testFile = new File(mContext.getFilesDir(), "test"); in createTestFile() local
/aosp12/packages/apps/TV/tuner/tests/unittests/javatests/com/android/tv/tuner/
H A DFileTunerHal.java63 FileTunerHal(Context context, File testFile) { in FileTunerHal()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/rollback/
H A DRollbackUnitTest.java439 File testFile = File.createTempFile("test", ".txt"); in readAndWriteStagedRollbackIdsFile() local
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DMbmsDownloadSession.java1101 File testFile = new File(MbmsTempFileProvider.getEmbmsTempFileDir(mContext), in checkDownloadRequestDestination() local

12