Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DStatusBarNotifier.java342 setNotificationWhen(call, callState, publicBuilder); in buildAndSendNotification()
441 setNotificationWhen(call, state, builder); in createIncomingCallNotification()
465 private void setNotificationWhen(DialerCall call, int state, Notification.Builder builder) { in setNotificationWhen() method in StatusBarNotifier