Searched refs:STATUS_NOT_STARTED (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/ |
D | DynamicSystemInstallationService.java | 34 import static android.os.image.DynamicSystemClient.STATUS_NOT_STARTED; 271 postStatus(STATUS_NOT_STARTED, CAUSE_INSTALL_CANCELLED, null); in onResult() 276 postStatus(STATUS_NOT_STARTED, CAUSE_ERROR_IO, detail); in onResult() 281 postStatus(STATUS_NOT_STARTED, CAUSE_ERROR_INVALID_URL, detail); in onResult() 285 postStatus(STATUS_NOT_STARTED, CAUSE_ERROR_EXCEPTION, detail); in onResult() 374 postStatus(STATUS_NOT_STARTED, CAUSE_INSTALL_CANCELLED, null); in executeDiscardCommand() 407 postStatus(STATUS_NOT_STARTED, CAUSE_ERROR_EXCEPTION, null); in executeRebootToDynSystemCommand() 463 case STATUS_NOT_STARTED: in executeNotifyIfInUseCommand() 480 postStatus(STATUS_NOT_STARTED, CAUSE_INSTALL_CANCELLED, null); in executeNotifyKeyguardDismissed() 595 case STATUS_NOT_STARTED: in buildNotification() [all …]
|
/frameworks/base/core/java/android/os/image/ |
D | DynamicSystemClient.java | 74 STATUS_NOT_STARTED, 117 public static final int STATUS_NOT_STARTED = 1; field in DynamicSystemClient
|
/frameworks/base/core/api/ |
D | system-current.txt | 11434 field public static final int STATUS_NOT_STARTED = 1; // 0x1
|