Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
H A DNotificationUtils.java40 static CompletableFuture<Pair<String, Icon>> getDisplayNameAndRoundedAvatar(Context context, in getDisplayNameAndRoundedAvatar() method in NotificationUtils
H A DInCallNotificationController.java116 mNotificationFuture = NotificationUtils.getDisplayNameAndRoundedAvatar(mContext, callNumber) in showInCallNotification()
H A DMissedCallNotificationController.java120 CompletableFuture<Void> updateFuture = NotificationUtils.getDisplayNameAndRoundedAvatar( in showMissedCallNotification()