Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/dex/
DArtManager.java132 public boolean isRuntimeProfilingEnabled(@ProfileType int profileType) { in isRuntimeProfilingEnabled() method in ArtManager
134 return mArtManager.isRuntimeProfilingEnabled(profileType, mContext.getOpPackageName()); in isRuntimeProfilingEnabled()
DIArtManager.aidl57 boolean isRuntimeProfilingEnabled(int profileType, String callingPackage); in isRuntimeProfilingEnabled() method
/frameworks/base/services/core/java/com/android/server/pm/dex/
DArtManagerService.java192 if (!isRuntimeProfilingEnabled(profileType, callingPackage)) { in snapshotRuntimeProfile()
310 public boolean isRuntimeProfilingEnabled(@ProfileType int profileType, String callingPackage) { in isRuntimeProfilingEnabled() method in ArtManagerService
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommand.java1730 if (!mInterface.getArtManager().isRuntimeProfilingEnabled(profileType, callingPackage)) { in runSnapshotProfile()
/frameworks/base/api/
Dsystem-current.txt1975 …S, android.Manifest.permission.PACKAGE_USAGE_STATS}) public boolean isRuntimeProfilingEnabled(int);
/frameworks/base/non-updatable-api/
Dsystem-current.txt1975 …S, android.Manifest.permission.PACKAGE_USAGE_STATS}) public boolean isRuntimeProfilingEnabled(int);
/frameworks/base/services/
Dart-profile11867 PLcom/android/server/pm/dex/ArtManagerService;->isRuntimeProfilingEnabled(ILjava/lang/String;)Z
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt14049 Landroid/content/pm/dex/IArtManager$Stub$Proxy;->isRuntimeProfilingEnabled(ILjava/lang/String;)Z
14057 Landroid/content/pm/dex/IArtManager;->isRuntimeProfilingEnabled(ILjava/lang/String;)Z