Searched refs:mProfileFile (Results 1 – 4 of 4) sorted by relevance
43 String mProfileFile; field in ActiveInstrumentation109 if (mProfileFile != null) { in dump()110 pw.print(prefix); pw.print("mProfileFile="); pw.println(mProfileFile); in dump()
113 private String mProfileFile; field in ActivityManagerShellCommand266 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,
1514 String mProfileFile; field in ActivityManagerService6824 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 != null15859 pw.println(" mProfileFile=" + mProfileFile + " mProfileFd=" + mProfileFd);19884 activeInstr.mProfileFile = profileFile;23243 mProfileFile = null;
1432 final String profileFile = mService.mProfileFile; in realStartActivityLocked()