Home
last modified time | relevance | path

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

/cts/hostsidetests/backup/ProfileFullBackupApp/src/android/cts/backup/profilefullbackupapp/
DProfileFullBackupRestoreTest.java63 assertFileContains(mFile1, FILE_ONE_CONTENT); in writeFilesAndAssertSuccess()
66 assertFileContains(mFile2, FILE_TWO_CONTENT); in writeFilesAndAssertSuccess()
79 assertFileContains(mFile1, FILE_ONE_CONTENT); in assertFilesRestored()
82 assertFileContains(mFile2, FILE_TWO_CONTENT); in assertFilesRestored()
85 private void assertFileContains(File file, String content) throws IOException { in assertFileContains() method in ProfileFullBackupRestoreTest
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java100 assertFileContains(testFile, TEST1_NEW_CONTENTS); in doMountAndUnmountObbNormal()
175 assertFileContains(testFile1, TEST1_NEW_CONTENTS); in doMountAndUnmountTwoObbs()
182 assertFileContains(testFile2, TEST1_NEW_CONTENTS); in doMountAndUnmountTwoObbs()
739 private static void assertFileContains(File file, String contents) throws IOException { in assertFileContains() method in StorageManagerTest