HomeSort by relevance Sort by last modified time
    Searched defs:ArtManager (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/content/pm/dex/
ArtManager.java 46 public class ArtManager {
47 private static final String TAG = "ArtManager";
75 public ArtManager(@NonNull Context context, @NonNull IArtManager manager) {
83 * If {@code profileType} is {@link ArtManager#PROFILE_APPS} the method will snapshot
87 * If {@code profileType} is {@code ArtManager.PROFILE_BOOT_IMAGE} the method will snapshot
97 * {@link ArtManager#isRuntimeProfilingEnabled(int)} does not return true for the given
128 * @param profileType can be either {@link ArtManager#PROFILE_APPS}
129 * or {@link ArtManager#PROFILE_BOOT_IMAGE}
163 private final ArtManager.SnapshotRuntimeProfileCallback mCallback;
167 ArtManager.SnapshotRuntimeProfileCallback callback, Executor executor)
    [all...]
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 84 milliseconds