Searched refs:ApplicationThreadConstants (Results 1 – 6 of 6) sorted by relevance
22 public final class ApplicationThreadConstants { class
3302 if (classname == null && (data.backupMode == ApplicationThreadConstants.BACKUP_MODE_FULL in handleCreateBackupAgent()3303 || data.backupMode == ApplicationThreadConstants.BACKUP_MODE_RESTORE_FULL)) { in handleCreateBackupAgent()3335 if (data.backupMode != ApplicationThreadConstants.BACKUP_MODE_RESTORE in handleCreateBackupAgent()3337 ApplicationThreadConstants.BACKUP_MODE_RESTORE_FULL) { in handleCreateBackupAgent()5257 case ApplicationThreadConstants.PACKAGE_REMOVED: in handleDispatchPackageBroadcast()5258 case ApplicationThreadConstants.PACKAGE_REMOVED_DONT_KILL: in handleDispatchPackageBroadcast()5260 final boolean killApp = cmd == ApplicationThreadConstants.PACKAGE_REMOVED; in handleDispatchPackageBroadcast()5285 case ApplicationThreadConstants.PACKAGE_REPLACED: in handleDispatchPackageBroadcast()5594 if (data.debugMode != ApplicationThreadConstants.DEBUG_OFF) { in handleBindApplication()5597 if (data.debugMode == ApplicationThreadConstants.DEBUG_WAIT) { in handleBindApplication()
1500 if (cmd == ApplicationThreadConstants.EXTERNAL_STORAGE_UNAVAILABLE) { in handlePackageBroadcast()
10 import android.app.ApplicationThreadConstants;138 ApplicationThreadConstants.BACKUP_MODE_INCREMENTAL); in bindToAgent()
41 import android.app.ApplicationThreadConstants;3012 ApplicationThreadConstants.BACKUP_MODE_INCREMENTAL); in invokeNextAgent()4016 ApplicationThreadConstants.BACKUP_MODE_FULL); in initializeAgent()6028 ApplicationThreadConstants.BACKUP_MODE_RESTORE_FULL); in restoreOneFile()7569 ApplicationThreadConstants.BACKUP_MODE_RESTORE_FULL); in restoreOneFile()9059 ApplicationThreadConstants.BACKUP_MODE_INCREMENTAL); in restoreKeyValue()
210 import android.app.ApplicationThreadConstants;6813 int testMode = ApplicationThreadConstants.DEBUG_OFF; in attachApplicationLocked()6816 ? ApplicationThreadConstants.DEBUG_WAIT in attachApplicationLocked()6817 : ApplicationThreadConstants.DEBUG_ON; in attachApplicationLocked()18382 (backupMode == ApplicationThreadConstants.BACKUP_MODE_INCREMENTAL)18398 backupMode == ApplicationThreadConstants.BACKUP_MODE_FULL) {19148 ApplicationThreadConstants.EXTERNAL_STORAGE_UNAVAILABLE,19174 ? ApplicationThreadConstants.PACKAGE_REMOVED19175 : ApplicationThreadConstants.PACKAGE_REMOVED_DONT_KILL;19243 sendPackageBroadcastLocked(ApplicationThreadConstants.PACKAGE_REPLACED,