Home
last modified time | relevance | path

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

/packages/apps/Car/tests/RotaryPlayground/src/com/android/car/rotaryplayground/
DRotaryMenu.java75 (v, hasFocus) -> showNotificationExample(hasFocus)); in onCreateView()
76 mNotificationButton.setOnClickListener(v -> showNotificationExample(/* hasFocus= */ true)); in onCreateView()
127 private void showNotificationExample(boolean hasFocus) { in showNotificationExample() method in RotaryMenu