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

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

Completed in 65 milliseconds