Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DVoicemailNotifier.java35 private final Set<String> mIntentActions = new ArraySet<>(); field in VoicemailNotifier
46 mIntentActions.add(action); in addIntentActions()
62 for (String intentAction : mIntentActions) { in sendNotification()
97 mIntentActions.clear(); in sendNotification()