Home
last modified time | relevance | path

Searched defs:profileType (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/content/pm/dex/
DIArtManager.aidl47 void snapshotRuntimeProfile(int profileType, in String packageName, in snapshotRuntimeProfile()
57 boolean isRuntimeProfilingEnabled(int profileType, String callingPackage); in isRuntimeProfilingEnabled()
DArtManager.java108 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/
DArtManagerService.java146 private boolean checkShellPermissions(@ProfileType int profileType, String packageName, in checkShellPermissions()
175 public void snapshotRuntimeProfile(@ProfileType int profileType, @Nullable String packageName, in snapshotRuntimeProfile()
313 public boolean isRuntimeProfilingEnabled(@ProfileType int profileType, String callingPackage) { in isRuntimeProfilingEnabled()
/frameworks/base/services/core/java/com/android/server/am/
DAppProfiler.java1640 private void stopProfilerLPf(ProcessRecord proc, int profileType) { in stopProfilerLPf()
1686 ProfilerInfo profilerInfo, int profileType) { in profileControlLPf()
DActivityManagerService.java14870 ProfilerInfo profilerInfo, int profileType) throws RemoteException { in profileControl()
/frameworks/base/core/java/android/app/
DIApplicationThread.aidl101 void profilerControl(boolean start, in ProfilerInfo profilerInfo, int profileType); in profilerControl()
DIActivityManager.aidl286 in ProfilerInfo profilerInfo, int profileType); in profileControl()
DActivityThread.java1241 public void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) { in profilerControl()
6129 final void handleProfilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) { in handleProfilerControl()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommand.java1918 final int profileType = isBootImage in runSnapshotProfile() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java5482 int profileType; in createDataProfile() local