Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverySnapshotStorageTest.java106 byte[] fileContents = "<keyChainSnapshot></keyChainSnapshot>".getBytes( in get_deletesFileIfItIsInvalidSnapshot()
108 Files.write(fileContents, file); in get_deletesFileIfItIsInvalidSnapshot()
/frameworks/base/core/java/com/android/server/
DBootReceiver.java304 String fileContents = FileUtils.readTextFile(file, maxSize, "[[TRUNCATED]]\n"); in addFileWithFootersToDropBox() local
305 String text = headers + fileContents + footers; in addFileWithFootersToDropBox()
307 if (tag.equals(TAG_TOMBSTONE) && fileContents.contains(">>> system_server <<<")) { in addFileWithFootersToDropBox()