HomeSort by relevance Sort by last modified time
    Searched refs:bluetoothName (Results 1 - 5 of 5) sorted by null

  /frameworks/base/media/java/android/media/
AudioRoutesInfo.java 35 public CharSequence bluetoothName;
42 bluetoothName = o.bluetoothName;
47 bluetoothName = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(src);
58 TextUtils.writeToParcel(bluetoothName, dest, flags);
MediaRouter.java 195 if (!TextUtils.equals(newRoutes.bluetoothName, mCurAudioRoutesInfo.bluetoothName)) {
196 mCurAudioRoutesInfo.bluetoothName = newRoutes.bluetoothName;
197 if (mCurAudioRoutesInfo.bluetoothName != null) {
200 info.mName = mCurAudioRoutesInfo.bluetoothName;
207 sStatic.mBluetoothA2dpRoute.mName = mCurAudioRoutesInfo.bluetoothName;
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
BluetoothNameUtils.java 42 * @param bluetoothName
45 public static int getSetupType(String bluetoothName) {
46 Matcher matcher = NAME_PATTERN.matcher(bluetoothName);
66 * @param bluetoothName
69 public static LedConfiguration getColorConfiguration(String bluetoothName) {
70 Matcher matcher = NAME_PATTERN.matcher(bluetoothName);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
BluetoothTile.java 128 String bluetoothName = state.label;
130 bluetoothName = state.dualLabelContentDescription = mContext.getString(
133 state.dualLabelContentDescription = bluetoothName;
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java     [all...]

Completed in 259 milliseconds