Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java1697 public String getCarConnectionSummary(boolean shortSummary, boolean useDisconnectedString) { in getCarConnectionSummary() argument
1818 return useDisconnectedString ? mContext.getString(R.string.bluetooth_disconnected) : null; in getCarConnectionSummary()