Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarUxRestrictionsManagerServiceTest.java136 assertEquals(readFile(staged.toPath()), expectedConfig); in testSaveConfig_WriteStagedFile()
566 private String readFile(Path path) throws Exception { in readFile() method in CarUxRestrictionsManagerServiceTest
/packages/apps/CertInstaller/src/com/android/certinstaller/
DUtil.java78 static byte[] readFile(File file) { in readFile() method in Util