Searched refs:mActionQueue (Results 1 – 1 of 1) sorted by relevance
30 private LinkedBlockingQueue<Integer> mActionQueue = new LinkedBlockingQueue<>(); field in TestAcsClient47 mActionQueue.offer(ACTION_SET_RCS_CLIENT_CONFIG); in onSetRcsClientConfiguration()52 mActionQueue.offer(ACTION_TRIGGER_AUTO_CONFIG); in onTriggerAutoConfiguration()56 mActionQueue.offer(ACTION_CONFIG_CHANGED); in onConfigChanged()61 mActionQueue.offer(ACTION_CONFIG_REMOVED); in onConfigRemoved()66 return mActionQueue; in getActionQueue()78 mActionQueue.clear(); in reset()