Home
last modified time | relevance | path

Searched refs:isRuntimeProfilingEnabled (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/pm/dex/
DIArtManager.aidl57 boolean isRuntimeProfilingEnabled(int profileType, String callingPackage); in isRuntimeProfilingEnabled() method
DArtManager.java132 public boolean isRuntimeProfilingEnabled(@ProfileType int profileType) { in isRuntimeProfilingEnabled() method in ArtManager
134 return mArtManager.isRuntimeProfilingEnabled(profileType, mContext.getOpPackageName()); in isRuntimeProfilingEnabled()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DArtManagerService.java200 if (!isRuntimeProfilingEnabled(profileType, callingPackage)) { in snapshotRuntimeProfile()
277 public boolean isRuntimeProfilingEnabled(@ProfileType int profileType, String callingPackage) { in isRuntimeProfilingEnabled() method in ArtManagerService
/frameworks/base/core/api/
Dsystem-current.txt4497 …S, android.Manifest.permission.PACKAGE_USAGE_STATS}) public boolean isRuntimeProfilingEnabled(int);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt11162 Landroid/content/pm/dex/IArtManager$Stub$Proxy;->isRuntimeProfilingEnabled(ILjava/lang/String;)Z
11170 Landroid/content/pm/dex/IArtManager;->isRuntimeProfilingEnabled(ILjava/lang/String;)Z