Lines Matching refs:Thread
235 // Don't create the thread if we're only going to stop watching
318 * NOTE: This must be called on the notification handler thread.
362 * NOTE: This must be called on the notification handler thread.
392 * NOTE: DO NOT CALL THIS METHOD FROM THE UI THREAD (DATABASE ACCESS)
409 * NOTE: DO NOT CALL THIS METHOD FROM THE UI THREAD (DATABASE ACCESS)
502 * NOTE: DO NOT CALL THIS METHOD FROM THE UI THREAD (DATABASE ACCESS)
525 * NOTE: DO NOT CALL THIS METHOD FROM THE UI THREAD (DATABASE ACCESS)
550 * NOTE: DO NOT CALL THIS METHOD FROM THE UI THREAD (DATABASE ACCESS)
570 * NOTE: DO NOT CALL THIS METHOD FROM THE UI THREAD (DATABASE ACCESS)
780 * Thread to handle all notification actions through its own {@link Looper}.
785 /** The {@link Looper} that handles messages for this thread */
789 new Thread(null, this, "EmailNotification").start();