Home
last modified time | relevance | path

Searched refs:mActionQueue (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestAcsClient.java30 private LinkedBlockingQueue<Integer> mActionQueue = new LinkedBlockingQueue<>(); field in TestAcsClient
47 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()