Searched defs:CreationAndCompletionThread (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DNotificationPlayer.java72 private final class CreationAndCompletionThread extends Thread { class in class:NotificationPlayer
74 public CreationAndCompletionThread(Command cmd) { method in class:NotificationPlayer.CreationAndCompletionThread
135 mCompletionThread = new CreationAndCompletionThread(cmd);
228 private CreationAndCompletionThread mCompletionThread;

Completed in 32 milliseconds