HomeSort by relevance Sort by last modified time
    Searched refs:SystemUpdateManager (Results 1 - 7 of 7) sorted by null

  /packages/apps/Settings/src/com/android/settings/system/
SystemUpdatePreferenceController.java 26 import android.os.SystemUpdateManager;
48 private final SystemUpdateManager mUpdateManager;
53 mUpdateManager = (SystemUpdateManager) context.getSystemService(SYSTEM_UPDATE_SERVICE);
103 switch (updateInfo.getInt(SystemUpdateManager.KEY_STATUS)) {
104 case SystemUpdateManager.STATUS_WAITING_DOWNLOAD:
105 case SystemUpdateManager.STATUS_IN_PROGRESS:
106 case SystemUpdateManager.STATUS_WAITING_INSTALL:
107 case SystemUpdateManager.STATUS_WAITING_REBOOT:
110 case SystemUpdateManager.STATUS_UNKNOWN:
113 case SystemUpdateManager.STATUS_IDLE
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/system/
SystemUpdatePreferenceControllerTest.java 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;
29 import android.os.SystemUpdateManager;
58 private SystemUpdateManager mSystemUpdateManager;
  /frameworks/base/core/java/android/os/
SystemUpdateManager.java 33 public class SystemUpdateManager {
34 private static final String TAG = "SystemUpdateManager";
98 public SystemUpdateManager(ISystemUpdateManager service) {
  /frameworks/base/services/core/java/com/android/server/
SystemUpdateManagerService.java 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;
  /frameworks/base/core/java/android/app/
SystemServiceRegistry.java 124 import android.os.SystemUpdateManager;
490 registerService(Context.SYSTEM_UPDATE_SERVICE, SystemUpdateManager.class,
491 new CachedServiceFetcher<SystemUpdateManager>() {
493 public SystemUpdateManager createService(ContextImpl ctx)
498 return new SystemUpdateManager(service);
    [all...]
  /frameworks/base/config/
preloaded-classes     [all...]
boot-image-profile.txt     [all...]

Completed in 488 milliseconds