Searched refs:watch (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/
H A DNotificationController.java234 * @param watch If {@code true}, we register observers for all accounts whose settings have
237 public void watchForMessages(final boolean watch) { argument
239 Log.i(Logging.LOG_TAG, "Notifications being toggled: " + watch);
242 if (!watch && sNotificationThread == null) return;
250 if (!watch) {

Completed in 198 milliseconds