Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarButton.java77 private String mLongIntent; field in CarSystemBarButton
291 mLongIntent = typedArray.getString(R.styleable.CarSystemBarButton_longIntent); in setUpIntents()
323 if (mLongIntent != null && !mLongIntent.isEmpty() in setUpIntents()
325 final Intent intent = Intent.parseUri(mLongIntent, Intent.URI_INTENT_SCHEME); in setUpIntents()