Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarButton.java65 private boolean mBroadcastIntent; field in CarSystemBarButton
225 mBroadcastIntent = typedArray.getBoolean(R.styleable.CarSystemBarButton_broadcast, false); in setUpIntents()
271 if (mBroadcastIntent) { in getButtonClickListener()