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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DCarNavigationBarController.java69 private List<Intent> mLongPressIntents; field in class:CarNavigationBarController
133 mLongPressIntents = createEmptyIntentList(icons.length());
144 mLongPressIntents.set(i,
315 startActivity(mLongPressIntents.get(index));

Completed in 37 milliseconds