Searched refs:sNotificationThread (Results 1 – 1 of 1) sorted by relevance
83 private static NotificationThread sNotificationThread; field in NotificationController242 if (!watch && sNotificationThread == null) return; in watchForMessages()258 sNotificationThread.quit(); in watchForMessages()259 sNotificationThread = null; in watchForMessages()315 if (sNotificationThread == null) { in ensureHandlerExists()316 sNotificationThread = new NotificationThread(); in ensureHandlerExists()317 sNotificationHandler = new Handler(sNotificationThread.getLooper()); in ensureHandlerExists()