Searched refs:mProfileFile (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveInstrumentation.java | 44 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()
|
D | ActivityManagerShellCommand.java | 139 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,
|
D | ActivityManagerService.java | 4952 } 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()
|