Home
last modified time | relevance | path

Searched refs:mProfileFile (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActiveInstrumentation.java44 String mProfileFile; field in ActiveInstrumentation
113 if (mProfileFile != null) { in dump()
114 pw.print(prefix); pw.print("mProfileFile="); pw.println(mProfileFile); in dump()
143 proto.write(ActiveInstrumentationProto.PROFILE_FILE, mProfileFile); in writeToProto()
DActivityManagerShellCommand.java139 private String mProfileFile; field in ActivityManagerShellCommand
305 mProfileFile = null; in makeIntent()
327 mProfileFile = getNextArgRequired(); in makeIntent()
330 mProfileFile = getNextArgRequired(); in makeIntent()
460 if (mProfileFile != null || mAgent != null) {
462 if (mProfileFile != null) {
463 fd = openFileForSystem(mProfileFile, "w");
468 profilerInfo = new ProfilerInfo(mProfileFile, fd, mSamplingInterval, mAutoStop,
DActivityManagerService.java4952 } else if (instr != null && instr.mProfileFile != null) { in attachApplicationLocked()
4953 profilerInfo = new ProfilerInfo(instr.mProfileFile, null, 0, false, false, in attachApplicationLocked()
15767 activeInstr.mProfileFile = profileFile; in startInstrumentation()