Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogViewModel.kt312 @StringRes val subTitleResId: Int, constant in com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogViewModel.UiProperties
322 subTitleResId = getSubtitleResId(isBluetoothEnabled), in build()
DBluetoothTileDialogDelegate.kt124 getSubtitleTextView(dialog).text = context.getString(initialUiProperties.subTitleResId) in <lambda>()
199 getSubtitleTextView(dialog).text = dialog.context.getString(uiProperties.subTitleResId) in <lambda>()