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

  /packages/apps/Messaging/src/com/android/messaging/util/
NotificationPlayer.java 73 private final class CreationAndCompletionThread extends Thread {
75 public CreationAndCompletionThread(final Command cmd) {
136 mCompletionThread = new CreationAndCompletionThread(cmd);
240 private CreationAndCompletionThread mCompletionThread;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
NotificationPlayer.java 66 private CreationAndCompletionThread mCompletionThread;
76 private final class CreationAndCompletionThread extends Thread {
78 public CreationAndCompletionThread(Command cmd) {
175 mCompletionThread = new CreationAndCompletionThread(cmd);

Completed in 2559 milliseconds