Searched defs:profileFile (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/app/
H A DProfilerInfo.java38 public final String profileFile; field in class:ProfilerInfo
70 profileFile = filename;
80 profileFile = in.profileFile;
94 return new ProfilerInfo(this.profileFile, this.profileFd, this.samplingInterval,
123 out.writeString(profileFile);
140 proto.write(ProfilerInfoProto.PROFILE_FILE, profileFile);
165 profileFile = in.readString();
184 return Objects.equals(profileFile, other.profileFile)
[all...]
H A DContextImpl.java1706 String profileFile, Bundle arguments) {
1712 className, profileFile, 0, arguments, null, null, getUserId(),
1705 startInstrumentation(ComponentName className, String profileFile, Bundle arguments) argument
H A DActivityThread.java655 String profileFile; field in class:ActivityThread.Profiler
681 profileFile = profilerInfo.profileFile;
693 VMDebug.startMethodTracing(profileFile, profileFd.getFileDescriptor(),
698 Slog.w(TAG, "Profiling failed on path " + profileFile, e);
718 profileFile = null;
2108 return mProfiler != null && mProfiler.profileFile != null
2113 return mProfiler.profileFile;
5258 Slog.w(TAG, "Profiling failed on path " + profilerInfo.profileFile
5553 mProfiler.profileFile
[all...]
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DInstrument.java69 public String profileFile = null; field in class:Instrument
484 if (!mAm.startInstrumentation(cn, profileFile, flags, args, watcher, connection, userId,
/frameworks/base/core/java/android/content/
H A DContextWrapper.java722 String profileFile, Bundle arguments) {
723 return mBase.startInstrumentation(className, profileFile, arguments);
721 startInstrumentation(ComponentName className, String profileFile, Bundle arguments) argument
H A DContext.java2957 * @param profileFile Optional path to write profiling data as the
2966 @Nullable String profileFile, @Nullable Bundle arguments);
2965 startInstrumentation(@onNull ComponentName className, @Nullable String profileFile, @Nullable Bundle arguments) argument
/frameworks/base/test-mock/src/android/test/mock/
H A DMockContext.java593 String profileFile, Bundle arguments) {
592 startInstrumentation(ComponentName className, String profileFile, Bundle arguments) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java7722 boolean needsInfo = mProfilerInfo.profileFile != null
17067 (mProfilerInfo.profileFile != null || mProfilerInfo.profileFd != null))) {
17075 pw.println(" mProfileFile=" + mProfilerInfo.profileFile + " mProfileFd=" +
17436 (mProfilerInfo.profileFile != null || mProfilerInfo.profileFd != null))) {
22060 String profileFile, int flags, Bundle arguments,
22124 activeInstr.mProfileFile = profileFile;
22059 startInstrumentation(ComponentName className, String profileFile, int flags, Bundle arguments, IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection, int userId, String abiOverride) argument
[all...]

Completed in 774 milliseconds