Searched refs:mLongIntent (Results 1 – 1 of 1) sorted by relevance
77 private String mLongIntent; field in CarSystemBarButton291 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()