Searched defs:profileType (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/content/pm/dex/ |
D | IArtManager.aidl | 47 void snapshotRuntimeProfile(int profileType, in String packageName, in snapshotRuntimeProfile() 57 boolean isRuntimeProfilingEnabled(int profileType, String callingPackage); in isRuntimeProfilingEnabled()
|
D | ArtManager.java | 108 public void snapshotRuntimeProfile(@ProfileType int profileType, @Nullable String packageName, in snapshotRuntimeProfile() 132 public boolean isRuntimeProfilingEnabled(@ProfileType int profileType) { in isRuntimeProfilingEnabled()
|
/frameworks/base/services/core/java/com/android/server/pm/dex/ |
D | ArtManagerService.java | 151 private boolean checkShellPermissions(@ProfileType int profileType, String packageName, in checkShellPermissions() 180 public void snapshotRuntimeProfile(@ProfileType int profileType, @Nullable String packageName, in snapshotRuntimeProfile() 314 public boolean isRuntimeProfilingEnabled(@ProfileType int profileType, String callingPackage) { in isRuntimeProfilingEnabled()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppProfiler.java | 1627 private void stopProfilerLPf(ProcessRecord proc, int profileType) { in stopProfilerLPf() 1673 ProfilerInfo profilerInfo, int profileType) { in profileControlLPf()
|
D | ActivityManagerService.java | 15979 ProfilerInfo profilerInfo, int profileType) throws RemoteException { in profileControl()
|
/frameworks/base/core/java/android/app/ |
D | IApplicationThread.aidl | 103 void profilerControl(boolean start, in ProfilerInfo profilerInfo, int profileType); in profilerControl()
|
D | IActivityManager.aidl | 299 in ProfilerInfo profilerInfo, int profileType); in profileControl()
|
D | ActivityThread.java | 1274 public void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) { in profilerControl() 6189 final void handleProfilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) { in handleProfilerControl()
|
/frameworks/base/core/java/android/os/ |
D | UserManager.java | 2564 final String profileType = getProfileType(userId); in isProfile() local 2597 final String profileType = mService.getProfileType(userId); in getProfileType() local
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerShellCommand.java | 2062 final int profileType = isBootImage in runSnapshotProfile() local
|