Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
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()
DSnapshotPersistQueue.java157 final File protoFile = provider.getProtoFile(index, userId); in deleteSnapshot() local
159 if (protoFile.exists()) { in deleteSnapshot()
160 protoFile.delete(); in deleteSnapshot()
/frameworks/base/cmds/am/src/com/android/commands/am/
DInstrument.java90 boolean protoFile = false; // write proto to a file field in Instrument
232 if (protoFile) { in ProtoStatusReporter()
239 protoFile = false; in ProtoStatusReporter()
252 protoFile = false; in ProtoStatusReporter()
365 if (protoFile) { in outputProto()
477 if (protoFile || protoStd) { in run()
DAm.java170 instrument.protoFile = true; in runInstrument()