Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActiveInstrumentation.java43 String mProfileFile; field in ActiveInstrumentation
109 if (mProfileFile != null) { in dump()
110 pw.print(prefix); pw.print("mProfileFile="); pw.println(mProfileFile); in dump()
DActivityManagerShellCommand.java113 private String mProfileFile; field in ActivityManagerShellCommand
266 mProfileFile = null; in makeIntent()
286 mProfileFile = getNextArgRequired(); in makeIntent()
289 mProfileFile = getNextArgRequired(); in makeIntent()
371 if (mProfileFile != null) {
372 ParcelFileDescriptor fd = openOutputFileForSystem(mProfileFile);
376 profilerInfo = new ProfilerInfo(mProfileFile, fd, mSamplingInterval, mAutoStop,
DActivityManagerService.java1514 String mProfileFile; field in ActivityManagerService
6824 String profileFile = app.instr != null ? app.instr.mProfileFile : null; in attachApplicationLocked()
6831 profileFile = mProfileFile; in attachApplicationLocked()
12671 mProfileFile = profilerInfo.profileFile;
15851 if (mProfileApp != null || mProfileProc != null || mProfileFile != null
15859 pw.println(" mProfileFile=" + mProfileFile + " mProfileFd=" + mProfileFd);
19884 activeInstr.mProfileFile = profileFile;
23243 mProfileFile = null;
DActivityStackSupervisor.java1432 final String profileFile = mService.mProfileFile; in realStartActivityLocked()