Searched refs:resStr (Results 1 – 3 of 3) sorted by relevance
194 String resStr; in updatePairingStatus() local201 resStr = getResources().getString(R.string.settings_bt_pair_toast_fail); in updatePairingStatus()202 text = String.format(resStr, device.getName()); in updatePairingStatus()211 resStr = getResources().getString(R.string.settings_bt_pair_toast_connected); in updatePairingStatus()212 text = String.format(resStr, device.getName()); in updatePairingStatus()
199 String resStr; in updatePairingStatusImpl() local212 resStr = getResources().getString(R.string.settings_bt_pair_toast_fail); in updatePairingStatusImpl()213 text = String.format(resStr, mDevice.getName()); in updatePairingStatusImpl()219 resStr = getResources().getString(R.string.settings_bt_pair_toast_connected); in updatePairingStatusImpl()220 text = String.format(resStr, mDevice.getName()); in updatePairingStatusImpl()
580 String resStr; in onA2dpConnectionStateChanged() local584 resStr = getResources().getString(R.string.settings_bt_pair_toast_connected); in onA2dpConnectionStateChanged()585 text = String.format(resStr, deviceName); in onA2dpConnectionStateChanged()590 resStr = getResources().getString(R.string.settings_bt_pair_toast_disconnected); in onA2dpConnectionStateChanged()591 text = String.format(resStr, deviceName); in onA2dpConnectionStateChanged()