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.java42 private final Set<String> mIntentActions = new ArraySet<>(); field in VoicemailNotifier
53 mIntentActions.add(action); in addIntentActions()
69 for (String intentAction : mIntentActions) { in sendNotification()
114 mIntentActions.clear(); in sendNotification()