Searched refs:bluetoothName (Results 1 – 7 of 7) sorted by relevance
35 public CharSequence bluetoothName; field in AudioRoutesInfo42 bluetoothName = o.bluetoothName; in AudioRoutesInfo()47 bluetoothName = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(src); in AudioRoutesInfo()59 + (TextUtils.isEmpty(bluetoothName) ? "" : ", bluetoothName=" + bluetoothName) in toString()75 TextUtils.writeToParcel(bluetoothName, dest, flags); in writeToParcel()
240 if (!TextUtils.equals(newRoutes.bluetoothName, mCurAudioRoutesInfo.bluetoothName)) { in updateAudioRoutes()242 if (newRoutes.bluetoothName != null) { in updateAudioRoutes()246 info.mName = newRoutes.bluetoothName; in updateAudioRoutes()257 mBluetoothA2dpRoute.mName = newRoutes.bluetoothName; in updateAudioRoutes()280 mCurAudioRoutesInfo.bluetoothName = newRoutes.bluetoothName; in updateAudioRoutes()
67 btRouteInfo.bluetoothName = "bt_device"; in createFakeBluetoothAudioRoute()
2620 if (TextUtils.equals(mCurAudioRoutes.bluetoothName, name)) {2624 mCurAudioRoutes.bluetoothName = name;2633 TextUtils.equals(deviceInfo.mDeviceName, mCurAudioRoutes.bluetoothName));
11840 pw.print(" mBluetoothName="); pw.println(mDeviceBroker.getCurAudioRoutes().bluetoothName); in dump()
2080 newRoutes.bluetoothName != null || mActiveBluetoothDevice != null; in dispatchAudioRoutesChanged()
24685 Landroid/media/AudioRoutesInfo;->bluetoothName:Ljava/lang/CharSequence;