Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DMissedCallNotifierImpl.java142 private final Map<UserHandle, Integer> mMissedCallCounts; field in MissedCallNotifierImpl
166 mMissedCallCounts = new ArrayMap<>(); in MissedCallNotifierImpl()
314 Integer currentCount = mMissedCallCounts.get(userHandle); in showMissedCallNotification()
317 mMissedCallCounts.put(userHandle, missedCallCounts); in showMissedCallNotification()
440 mMissedCallCounts.put(userHandle, 0); in cancelMissedCallNotification()
624 mMissedCallCounts.remove(userHandle); in reloadFromDatabase()