Searched refs:ACTION_CANCEL_ENABLE_ROLLBACK (Results 1 – 2 of 2) sorted by relevance
237 enableRollbackTimedOutFilter.addAction(Intent.ACTION_CANCEL_ENABLE_ROLLBACK); in RollbackManagerServiceImpl()242 if (Intent.ACTION_CANCEL_ENABLE_ROLLBACK.equals(intent.getAction())) { in RollbackManagerServiceImpl()
2531 public static final String ACTION_CANCEL_ENABLE_ROLLBACK = field in Intent