Home
last modified time | relevance | path

Searched refs:addIntentActions (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDbModifierWithNotification.java149 mVoicemailNotifier.addIntentActions(VoicemailContract.ACTION_NEW_VOICEMAIL); in notifyVoicemailChangeOnInsert()
158 mVoicemailNotifier.addIntentActions(Intent.ACTION_PROVIDER_CHANGED); in notifyVoicemailChange()
DVoicemailNotifier.java45 public void addIntentActions(String action) { in addIntentActions() method in VoicemailNotifier