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