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

/frameworks/base/core/java/android/app/
H A DProfilerInfo.java31 public final String profileFile; field in class:ProfilerInfo
43 profileFile = filename;
58 out.writeString(profileFile);
81 profileFile = in.readString();
H A DContextImpl.java1821 String profileFile, Bundle arguments) {
1827 className, profileFile, 0, arguments, null, null, getUserId(),
1820 startInstrumentation(ComponentName className, String profileFile, Bundle arguments) argument
H A DActivityManagerNative.java1007 String profileFile = data.readString();
1016 boolean res = startInstrumentation(className, profileFile, fl, arguments, w, c, userId,
3640 public boolean startInstrumentation(ComponentName className, String profileFile, argument
3648 data.writeString(profileFile);
H A DActivityThread.java461 String profileFile; field in class:ActivityThread.Profiler
486 profileFile = profilerInfo.profileFile;
496 VMDebug.startMethodTracing(profileFile, profileFd.getFileDescriptor(),
500 Slog.w(TAG, "Profiling failed on path " + profileFile);
520 profileFile = null;
1803 return mProfiler != null && mProfiler.profileFile != null
1808 return mProfiler.profileFile;
4159 Slog.w(TAG, "Profiling failed on path " + profilerInfo.profileFile
4296 mProfiler.profileFile
[all...]
H A DIActivityManager.java186 public boolean startInstrumentation(ComponentName className, String profileFile, argument
/frameworks/base/core/java/android/content/
H A DContextWrapper.java556 String profileFile, Bundle arguments) {
557 return mBase.startInstrumentation(className, profileFile, arguments);
555 startInstrumentation(ComponentName className, String profileFile, Bundle arguments) argument
H A DContext.java2073 * @param profileFile Optional path to write profiling data as the
2082 @Nullable String profileFile, @Nullable Bundle arguments);
2081 startInstrumentation(@onNull ComponentName className, @Nullable String profileFile, @Nullable Bundle arguments) argument
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java473 String profileFile, Bundle arguments) {
472 startInstrumentation(ComponentName className, String profileFile, Bundle arguments) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java5947 String profileFile = app.instrumentationProfileFile;
5953 profileFile = mProfileFile;
5986 ProfilerInfo profilerInfo = profileFile == null ? null
5987 : new ProfilerInfo(profileFile, profileFd, samplingInterval, profileAutoStop);
10284 mProfileFile = profilerInfo.profileFile;
16443 String profileFile, int flags, Bundle arguments,
16497 app.instrumentationProfileFile = profileFile;
16442 startInstrumentation(ComponentName className, String profileFile, int flags, Bundle arguments, IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection, int userId, String abiOverride) argument

Completed in 1009 milliseconds