Searched refs:SNAPSHOT_FAILED_INTERNAL_ERROR (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/ |
H A D | ArtManagerService.java | 193 callback.onError(ArtManager.SNAPSHOT_FAILED_INTERNAL_ERROR); in snapshotRuntimeProfile() 279 postError(callback, packageName, ArtManager.SNAPSHOT_FAILED_INTERNAL_ERROR); in snapshotAppProfile() 287 postError(callback, packageName, ArtManager.SNAPSHOT_FAILED_INTERNAL_ERROR); in snapshotAppProfile() 309 postError(callback, packageName, ArtManager.SNAPSHOT_FAILED_INTERNAL_ERROR); in createProfileSnapshot() 313 postError(callback, packageName, ArtManager.SNAPSHOT_FAILED_INTERNAL_ERROR); in createProfileSnapshot() 324 postError(callback, packageName, ArtManager.SNAPSHOT_FAILED_INTERNAL_ERROR); in createProfileSnapshot() 331 postError(callback, packageName, ArtManager.SNAPSHOT_FAILED_INTERNAL_ERROR); in createProfileSnapshot() 380 ArtManager.SNAPSHOT_FAILED_INTERNAL_ERROR); in snapshotBootImageProfile() 443 callback.onError(ArtManager.SNAPSHOT_FAILED_INTERNAL_ERROR); in postSuccess()
|
/aosp14/frameworks/base/core/java/android/content/pm/dex/ |
H A D | ArtManager.java | 54 public static final int SNAPSHOT_FAILED_INTERNAL_ERROR = 2; field in ArtManager
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 4133 field public static final int SNAPSHOT_FAILED_INTERNAL_ERROR = 2; // 0x2
|