Home
last modified time | relevance | path

Searched refs:profileFile (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DProfilerInfo.java50 public final String profileFile; field in ProfilerInfo
88 profileFile = filename; in ProfilerInfo()
99 profileFile = in.profileFile; in ProfilerInfo()
132 return new ProfilerInfo(this.profileFile, this.profileFd, this.samplingInterval, in setAgent()
162 out.writeString(profileFile); in writeToParcel()
180 proto.write(ProfilerInfoProto.PROFILE_FILE, profileFile); in dumpDebug()
206 profileFile = in.readString(); in ProfilerInfo()
226 return Objects.equals(profileFile, other.profileFile) in equals()
237 result = 31 * result + Objects.hashCode(profileFile); in hashCode()
H A DActivityThread.java945 String profileFile; field in ActivityThread.Profiler
972 profileFile = profilerInfo.profileFile; in setProfiler()
990 Slog.w(TAG, "Profiling failed on path " + profileFile, e); in startProfiling()
1010 profileFile = null; in stopProfiling()
2843 return mProfiler != null && mProfiler.profileFile != null in isProfiling()
2848 return mProfiler.profileFile; in getProfileFilePath()
6450 Slog.w(TAG, "Profiling failed on path " + profilerInfo.profileFile in handleProfilerControl()
6786 mProfiler.profileFile = data.initProfilerInfo.profileFile; in handleBindApplication()
7294 if (mProfiler.profileFile != null && !ii.handleProfiling in initInstrumentation()
7297 final File file = new File(mProfiler.profileFile); in initInstrumentation()
[all …]
H A DIActivityManager.aidl237 boolean startInstrumentation(in ComponentName className, in String profileFile, in startInstrumentation() argument
H A DContextImpl.java2182 String profileFile, Bundle arguments) { in startInstrumentation() argument
2188 className, profileFile, 0, arguments, null, null, getUserId(), in startInstrumentation()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DDexOptHelper.java146 File profileFile = new File(getPrebuildProfilePath(pkg)); in performDexOptUpgrade() local
148 if (profileFile.exists()) { in performDexOptUpgrade()
153 if (!mPm.mInstaller.copySystemProfile(profileFile.getAbsolutePath(), in performDexOptUpgrade()
163 Log.e(TAG, "Failed to copy profile " + profileFile.getAbsolutePath() + " ", in performDexOptUpgrade()
177 profileFile = new File(systemProfilePath); in performDexOptUpgrade()
184 if (profileFile.exists()) { in performDexOptUpgrade()
199 + profileFile.getAbsolutePath() + " ", e); in performDexOptUpgrade()
294 File profileFile = new File(getPrebuildProfilePath(pkg)); in checkAndDexOptSystemUi() local
298 if (profileFile.exists()) { in checkAndDexOptSystemUi()
301 if (mPm.mInstaller.copySystemProfile(profileFile.getAbsolutePath(), in checkAndDexOptSystemUi()
[all …]
/aosp14/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java162 instrument.profileFile = nextArgRequired(); in runInstrument()
H A DInstrument.java84 public String profileFile = null; field in Instrument
533 if (!mAm.startInstrumentation(cn, profileFile, flags, args, watcher, connection, userId, in run()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java2272 boolean needsInfo = mProfileData.getProfilerInfo().profileFile != null in setupProfilerInfoLocked()
2407 && (mProfileData.getProfilerInfo().profileFile != null in dumpProfileDataLocked()
2417 pw.println(" mProfileFile=" + mProfileData.getProfilerInfo().profileFile in dumpProfileDataLocked()
2515 && (mProfileData.getProfilerInfo().profileFile != null in writeProfileDataToProtoLocked()
H A DActivityManagerShellCommand.java993 String profileFile = null;
1055 profileFile = getNextArgRequired();
1056 fd = openFileForSystem(profileFile, "w");
1060 profilerInfo = new ProfilerInfo(profileFile, fd, mSamplingInterval, false, mStreaming,
H A DActivityManagerService.java15606 String profileFile, int flags, Bundle arguments, in startInstrumentation() argument
15703 profileFile, in startInstrumentation()
15728 activeInstr.mProfileFile = profileFile; in startInstrumentation()
15800 String profileFile, in startInstrumentationOfSdkSandbox() argument
15845 activeInstr.mProfileFile = profileFile; in startInstrumentationOfSdkSandbox()
/aosp14/frameworks/base/core/java/android/content/
H A DContextWrapper.java928 @Nullable String profileFile, @Nullable Bundle arguments) { in startInstrumentation() argument
929 return mBase.startInstrumentation(className, profileFile, arguments); in startInstrumentation()
H A DContext.java4057 @Nullable String profileFile, @Nullable Bundle arguments); in startInstrumentation() argument
/aosp14/frameworks/base/test-mock/src/android/test/mock/
H A DMockContext.java670 String profileFile, Bundle arguments) { in startInstrumentation() argument
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowProcessController.java1355 if (currentProfilerInfo == null || currentProfilerInfo.profileFile == null in createProfilerInfoIfNeeded()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt2009 Landroid/app/ActivityThread$Profiler;->profileFile:Ljava/lang/String;
8285 Landroid/app/ProfilerInfo;->profileFile:Ljava/lang/String;