Searched defs:MSG_RETRY_CLEAR (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java233 private static final int MSG_RETRY_CLEAR = 12; field in class:BackupManagerService
898 case MSG_RETRY_CLEAR:
9277 mBackupHandler.removeMessages(MSG_RETRY_CLEAR);
9282 Message msg = mBackupHandler.obtainMessage(MSG_RETRY_CLEAR,

Completed in 58 milliseconds