/aosp14/frameworks/base/core/java/android/app/ |
H A D | ProfilerInfo.java | 50 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 D | ActivityThread.java | 945 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 D | IActivityManager.aidl | 237 boolean startInstrumentation(in ComponentName className, in String profileFile, in startInstrumentation() argument
|
H A D | ContextImpl.java | 2182 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 D | DexOptHelper.java | 146 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 D | Am.java | 162 instrument.profileFile = nextArgRequired(); in runInstrument()
|
H A D | Instrument.java | 84 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 D | AppProfiler.java | 2272 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 D | ActivityManagerShellCommand.java | 993 String profileFile = null; 1055 profileFile = getNextArgRequired(); 1056 fd = openFileForSystem(profileFile, "w"); 1060 profilerInfo = new ProfilerInfo(profileFile, fd, mSamplingInterval, false, mStreaming,
|
H A D | ActivityManagerService.java | 15606 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 D | ContextWrapper.java | 928 @Nullable String profileFile, @Nullable Bundle arguments) { in startInstrumentation() argument 929 return mBase.startInstrumentation(className, profileFile, arguments); in startInstrumentation()
|
H A D | Context.java | 4057 @Nullable String profileFile, @Nullable Bundle arguments); in startInstrumentation() argument
|
/aosp14/frameworks/base/test-mock/src/android/test/mock/ |
H A D | MockContext.java | 670 String profileFile, Bundle arguments) { in startInstrumentation() argument
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowProcessController.java | 1355 if (currentProfilerInfo == null || currentProfilerInfo.profileFile == null in createProfilerInfoIfNeeded()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 2009 Landroid/app/ActivityThread$Profiler;->profileFile:Ljava/lang/String; 8285 Landroid/app/ProfilerInfo;->profileFile:Ljava/lang/String;
|