Searched refs:broadcastAction (Results 1 – 1 of 1) sorted by relevance
127 final String broadcastAction = broadcastIntent.getAction(); in onHandleIntent() local129 if (Intent.ACTION_BOOT_COMPLETED.equals(broadcastAction)) { in onHandleIntent()131 } else if (AccountManager.LOGIN_ACCOUNTS_CHANGED_ACTION.equals(broadcastAction)) { in onHandleIntent()133 } else if (Intent.ACTION_LOCALE_CHANGED.equals(broadcastAction) || in onHandleIntent()134 UIProvider.ACTION_UPDATE_NOTIFICATION.equals((broadcastAction))) { in onHandleIntent()