Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
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()
DUpdateInstaller.java42 abstract class UpdateInstaller { class
53 protected UpdateInstaller(Context context, ParcelFileDescriptor updateFileDescriptor, in UpdateInstaller() method in UpdateInstaller
DNonAbUpdateInstaller.java32 class NonAbUpdateInstaller extends UpdateInstaller {
DDevicePolicyManagerService.java14209 UpdateInstaller updateInstaller; in installUpdateFromFile()