HomeSort by relevance Sort by last modified time
    Searched refs:CreationAndCompletionThread (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
NotificationPlayer.java 68 private final class CreationAndCompletionThread extends Thread {
70 public CreationAndCompletionThread(Command cmd) {
145 mCompletionThread = new CreationAndCompletionThread(cmd);
248 private CreationAndCompletionThread mCompletionThread;
  /packages/apps/Mms/src/com/android/mms/transaction/
NotificationPlayer.java 74 private final class CreationAndCompletionThread extends Thread {
76 public CreationAndCompletionThread(Command cmd) {
139 mCompletionThread = new CreationAndCompletionThread(cmd);
234 private CreationAndCompletionThread mCompletionThread;

Completed in 129 milliseconds