Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DNotificationPlayer.java149 mCompletionThread = new CreationAndCompletionThread(cmd); in startSound()
150 synchronized(mCompletionThread) { in startSound()
151 mCompletionThread.start(); in startSound()
152 mCompletionThread.wait(); in startSound()
244 mCompletionThread = null; in onCompletion()
259 private CreationAndCompletionThread mCompletionThread; field in NotificationPlayer