Searched defs:fileContents (Results 1 – 4 of 4) sorted by relevance
97 String fileContents = reader.readLine(); in readLastResumeReason() local142 String fileContents = IoUtils.readFileAsString(sysFsPowerControlFile).trim(); in isSuspendTypeSupported() local
157 private void testHelperMockedFileRead(BooleanSupplier consumer, String fileContents, in testHelperMockedFileRead()174 private void checkLastResumeReasonContents(String fileContents, String expectedResult) in checkLastResumeReasonContents()
108 ParsedFileContents fileContents; in isServiceFlowReady() local
546 val fileContents = "Test file contents" in testTapDoneNotification() constant