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);
59 + (TextUtils.isEmpty(bluetoothName) ? "" : ", bluetoothName=" + bluetoothName)
75 TextUtils.writeToParcel(bluetoothName, dest, flags);
MediaRouter.java 199 if (!TextUtils.equals(newRoutes.bluetoothName, mCurAudioRoutesInfo.bluetoothName)) {
200 mCurAudioRoutesInfo.bluetoothName = newRoutes.bluetoothName;
201 if (mCurAudioRoutesInfo.bluetoothName != null) {
204 info.mName = mCurAudioRoutesInfo.bluetoothName;
212 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 149 CharSequence bluetoothName = state.label;
151 bluetoothName = state.dualLabelContentDescription = mContext.getString(
154 state.dualLabelContentDescription = bluetoothName;
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java     [all...]

Completed in 2062 milliseconds