Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
DCarNavigationBarController.java132 mIntents = createEmptyIntentList(icons.length()); in bind()
133 mLongPressIntents = createEmptyIntentList(icons.length()); in bind()
318 private List<Intent> createEmptyIntentList(int size) { in createEmptyIntentList() method in CarNavigationBarController