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.java157 mVoicemailNotifier.addIntentActions(VoicemailContract.ACTION_NEW_VOICEMAIL); in notifyVoicemailChangeOnInsert()
166 mVoicemailNotifier.addIntentActions(Intent.ACTION_PROVIDER_CHANGED); in notifyVoicemailChange()
DVoicemailNotifier.java52 public void addIntentActions(String action) { in addIntentActions() method in VoicemailNotifier