Home
last modified time | relevance | path

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

/packages/apps/Mms/src/com/android/mms/transaction/
DNotificationPlayer.java64 private LinkedList<Command> mCmdQueue = new LinkedList<Command>(); field in NotificationPlayer
167 synchronized (mCmdQueue) { in run()
169 cmd = mCmdQueue.removeFirst(); in run()
199 synchronized (mCmdQueue) { in run()
200 if (mCmdQueue.size() == 0) { in run()
220 synchronized (mCmdQueue) { in onCompletion()
221 if (mCmdQueue.size() == 0) { in onCompletion()
282 synchronized (mCmdQueue) { in play()
293 synchronized (mCmdQueue) { in stop()
307 mCmdQueue.add(cmd); in enqueueLocked()