Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarButton.java379 String unselectedIntentString = in setUpIntents() local
381 unselectedIntentString = in setUpIntents()
382 unselectedIntentString != null ? unselectedIntentString : intentString; in setUpIntents()
409 if (unselectedIntentString != null) { in setUpIntents()
411 Intent.parseUri(unselectedIntentString, Intent.URI_INTENT_SCHEME); in setUpIntents()