Searched refs:SystemUpdateManager (Results 1 – 11 of 11) sorted by relevance
26 import android.os.SystemUpdateManager;49 private final SystemUpdateManager mUpdateManager;54 mUpdateManager = (SystemUpdateManager) context.getSystemService(SYSTEM_UPDATE_SERVICE); in SystemUpdatePreferenceController()104 switch (updateInfo.getInt(SystemUpdateManager.KEY_STATUS)) { in getSummary()105 case SystemUpdateManager.STATUS_WAITING_DOWNLOAD: in getSummary()106 case SystemUpdateManager.STATUS_IN_PROGRESS: in getSummary()107 case SystemUpdateManager.STATUS_WAITING_INSTALL: in getSummary()108 case SystemUpdateManager.STATUS_WAITING_REBOOT: in getSummary()111 case SystemUpdateManager.STATUS_UNKNOWN: in getSummary()114 case SystemUpdateManager.STATUS_IDLE: in getSummary()[all …]
18 import static android.os.SystemUpdateManager.KEY_STATUS;19 import static android.os.SystemUpdateManager.KEY_TITLE;20 import static android.os.SystemUpdateManager.STATUS_IDLE;21 import static android.os.SystemUpdateManager.STATUS_UNKNOWN;22 import static android.os.SystemUpdateManager.STATUS_WAITING_DOWNLOAD;31 import android.os.SystemUpdateManager;60 private SystemUpdateManager mSystemUpdateManager;
19 import static android.os.SystemUpdateManager.KEY_STATUS;20 import static android.os.SystemUpdateManager.STATUS_IDLE;21 import static android.os.SystemUpdateManager.STATUS_UNKNOWN;37 import android.os.SystemUpdateManager;
33 public class SystemUpdateManager { class87 public SystemUpdateManager(ISystemUpdateManager service) { in SystemUpdateManager() method in SystemUpdateManager
174 import android.os.SystemUpdateManager;660 registerService(Context.SYSTEM_UPDATE_SERVICE, SystemUpdateManager.class, in registerService()661 new CachedServiceFetcher<SystemUpdateManager>() { in registerService()663 public SystemUpdateManager createService(ContextImpl ctx) in registerService()668 return new SystemUpdateManager(service); in registerService()
5702 android.os.SystemUpdateManager
29061 Landroid/os/SystemUpdateManager;
5700 android.os.SystemUpdateManager
38698 Landroid/os/SystemUpdateManager;
8574 public class SystemUpdateManager {
43086 Landroid/os/SystemUpdateManager;-><init>(Landroid/os/ISystemUpdateManager;)V43087 Landroid/os/SystemUpdateManager;->mService:Landroid/os/ISystemUpdateManager;43088 Landroid/os/SystemUpdateManager;->TAG:Ljava/lang/String;