Searched refs:MSG_RETRY_CLEAR (Results 1 – 2 of 2) sorted by relevance
73 public static final int MSG_RETRY_CLEAR = 12; field in BackupHandler292 case MSG_RETRY_CLEAR: { in handleMessage()
27 import static com.android.server.backup.internal.BackupHandler.MSG_RETRY_CLEAR;2381 mBackupHandler.removeMessages(MSG_RETRY_CLEAR); in clearBackupData()2388 Message msg = mBackupHandler.obtainMessage(MSG_RETRY_CLEAR, in clearBackupData()