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

/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java232 private static final int MSG_RETRY_INIT = 11; field in class:BackupManagerService
919 case MSG_RETRY_INIT:
1736 mBackupHandler.removeMessages(MSG_RETRY_INIT);
1772 mBackupHandler.obtainMessage(MSG_RETRY_INIT,

Completed in 33 milliseconds