Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DAbUpdateInstaller.java46 class AbUpdateInstaller extends UpdateInstaller {
160 Log.w(UpdateInstaller.TAG, e); in installUpdateInThread()
165 Log.w(UpdateInstaller.TAG, e); in installUpdateInThread()
193 Log.w(UpdateInstaller.TAG, "Failed to find payload entry in the given package."); in applyPayload()
207 Log.w(UpdateInstaller.TAG, "Failed to install update from file.", e); in applyPayload()
227 Log.w(UpdateInstaller.TAG, "Invalid compression method."); in updateStateForPayload()
260 private UpdateInstaller mUpdateInstaller;
264 UpdateInstaller updateInstaller, UpdateEngine updateEngine) { in DelegatingUpdateEngineCallback()
H A DUpdateInstaller.java42 abstract class UpdateInstaller { class
53 protected UpdateInstaller(Context context, ParcelFileDescriptor updateFileDescriptor, in UpdateInstaller() method in UpdateInstaller
H A DNonAbUpdateInstaller.java32 class NonAbUpdateInstaller extends UpdateInstaller {
H A DDevicePolicyManagerService.java16344 UpdateInstaller updateInstaller;
/aosp12/frameworks/base/services/
H A Dart-profile53312 Lcom/android/server/devicepolicy/UpdateInstaller;