Searched defs:profileType (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/core/java/android/content/pm/dex/ |
H A D | IArtManager.aidl | 47 void snapshotRuntimeProfile(int profileType, in String packageName, in snapshotRuntimeProfile() 57 boolean isRuntimeProfilingEnabled(int profileType, String callingPackage); in isRuntimeProfilingEnabled()
|
H A D | ArtManager.java | 108 public void snapshotRuntimeProfile(@ProfileType int profileType, @Nullable String packageName, in snapshotRuntimeProfile() 132 public boolean isRuntimeProfilingEnabled(@ProfileType int profileType) { in isRuntimeProfilingEnabled()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/ |
H A D | ArtManagerService.java | 158 private boolean checkShellPermissions(@ProfileType int profileType, String packageName, in checkShellPermissions() 186 public void snapshotRuntimeProfile(@ProfileType int profileType, @Nullable String packageName, in snapshotRuntimeProfile() 350 public boolean isRuntimeProfilingEnabled(@ProfileType int profileType, String callingPackage) { in isRuntimeProfilingEnabled()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | AppProfiler.java | 1859 private void stopProfilerLPf(ProcessRecord proc, int profileType) { in stopProfilerLPf() 1905 ProfilerInfo profilerInfo, int profileType) { in profileControlLPf()
|
H A D | ActivityManagerService.java | 16954 ProfilerInfo profilerInfo, int profileType) throws RemoteException { in profileControl()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | IApplicationThread.aidl | 109 void profilerControl(boolean start, in ProfilerInfo profilerInfo, int profileType); in profilerControl()
|
H A D | IActivityManager.aidl | 350 in ProfilerInfo profilerInfo, int profileType); in profileControl()
|
H A D | ActivityThread.java | 1374 public void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) { in profilerControl() 6440 final void handleProfilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) { in handleProfilerControl()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | UserManager.java | 2990 final String profileType = getProfileType(userId); in isProfile() local 3023 final String profileType = mService.getProfileType(userId); in getProfileType() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerShellCommand.java | 2188 final int profileType = isBootImage in runSnapshotProfile() local
|