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

  /packages/apps/Email/src/com/android/email/
NotificationController.java 83 private static NotificationThread sNotificationThread;
316 sNotificationThread = new NotificationThread();
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 558 bool notificationThread();
595 class NotificationThread : public Thread {
606 NotificationThread(AppCallbackNotifier* nh)
609 return mAppCallbackNotifier->notificationThread();
616 friend class NotificationThread;
649 sp< NotificationThread> mNotificationThread;
    [all...]

Completed in 284 milliseconds