Home
last modified time | relevance | path

Searched refs:protoFile (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppSnapshotLoader.java142 final File protoFile = mPersistInfoProvider.getProtoFile(id, userId); in loadTask() local
143 if (!protoFile.exists()) { in loadTask()
147 final byte[] bytes = Files.readAllBytes(protoFile.toPath()); in loadTask()
H A DSnapshotPersistQueue.java135 final File protoFile = provider.getProtoFile(index, userId); in deleteSnapshot() local
137 protoFile.delete(); in deleteSnapshot()
/aosp14/frameworks/base/cmds/am/src/com/android/commands/am/
H A DInstrument.java88 boolean protoFile = false; // write proto to a file field in Instrument
229 if (protoFile) { in ProtoStatusReporter()
236 protoFile = false; in ProtoStatusReporter()
249 protoFile = false; in ProtoStatusReporter()
360 if (protoFile) { in outputProto()
472 if (protoFile || protoStd) { in run()
H A DAm.java170 instrument.protoFile = true; in runInstrument()