Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DNotificationPlayer.java63 private final LinkedList<Command> mCmdQueue = new LinkedList<Command>(); field in NotificationPlayer
183 synchronized (mCmdQueue) { in run()
187 cmd = mCmdQueue.removeFirst(); in run()
205 synchronized (mCmdQueue) { in run()
206 if (mCmdQueue.size() == 0) { in run()
226 synchronized (mCmdQueue) { in onCompletion()
227 if (mCmdQueue.size() == 0) { in onCompletion()
286 synchronized (mCmdQueue) { in play()
303 synchronized (mCmdQueue) { in stop()
318 mCmdQueue.add(cmd); in enqueueLocked()