Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DNotificationPlayer.java67 private CreationAndCompletionThread mCompletionThread;
77 private final class CreationAndCompletionThread extends Thread { class in NotificationPlayer
79 public CreationAndCompletionThread(Command cmd) { in CreationAndCompletionThread() method in NotificationPlayer.CreationAndCompletionThread
203 mCompletionThread = new CreationAndCompletionThread(cmd); in startSound()