Searched refs:ACTION_PACKAGE_ENABLE_ROLLBACK (Results 1 – 3 of 3) sorted by relevance
218 enableRollbackFilter.addAction(Intent.ACTION_PACKAGE_ENABLE_ROLLBACK); in RollbackManagerServiceImpl()230 if (Intent.ACTION_PACKAGE_ENABLE_ROLLBACK.equals(intent.getAction())) { in RollbackManagerServiceImpl()
2637 public static final String ACTION_PACKAGE_ENABLE_ROLLBACK = field in Intent11412 case ACTION_PACKAGE_ENABLE_ROLLBACK: in prepareToLeaveProcess()
18312 Intent enableRollbackIntent = new Intent(Intent.ACTION_PACKAGE_ENABLE_ROLLBACK); in sendEnableRollbackRequest()