Searched refs:createEmptyIntentList (Results 1 – 1 of 1) sorted by relevance
132 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