HomeSort by relevance Sort by last modified time
    Searched full:broadcastaction (Results 1 - 1 of 1) sorted by null

  /packages/apps/Email/src/com/android/email/service/
EmailBroadcastProcessorService.java 127 final String broadcastAction = broadcastIntent.getAction();
129 if (Intent.ACTION_BOOT_COMPLETED.equals(broadcastAction)) {
131 } else if (AccountManager.LOGIN_ACCOUNTS_CHANGED_ACTION.equals(broadcastAction)) {
133 } else if (Intent.ACTION_LOCALE_CHANGED.equals(broadcastAction) ||
134 UIProvider.ACTION_UPDATE_NOTIFICATION.equals((broadcastAction))) {

Completed in 872 milliseconds