Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DCarNotificationActionsView.java350 int focusedButtonIndex = getFocusedButtonIndex(); in onCallStateChanged() local
356 if (!isInTouchMode() && focusedButtonIndex != -1) { in onCallStateChanged()
357 for (int i = focusedButtonIndex; i != -1; i--) { in onCallStateChanged()