Searched refs:TRACK_TITLE (Results 1 – 6 of 6) sorted by relevance
29 public static final long TRACK_TITLE = 0x00000010; field in ServiceFeature50 public static final long TRACK_TITLE_NOTIFY = TRACK_TITLE << 32;68 | TRACK_TITLE79 if (serviceFeature == TRACK_TITLE) return "TRACK_TITLE(BIT 5)"; in toString()
32 TRACK_TITLE, enumConstant
1682 if (stateFields.containsKey(PlayerStateField.TRACK_TITLE)) { in updatePlayerState()1683 String newTitle = (String) stateFields.get(PlayerStateField.TRACK_TITLE); in updatePlayerState()1687 (String) stateFields.get(PlayerStateField.TRACK_TITLE), in updatePlayerState()2006 if (isFeatureSupported(ServiceFeature.TRACK_TITLE)) { in getTrackTitleChar()2007 BluetoothGattCharacteristic characteristic = mCharacteristics.get(CharId.TRACK_TITLE); in getTrackTitleChar()2019 if (isFeatureSupported(ServiceFeature.TRACK_TITLE)) { in updateTrackTitleChar()2020 BluetoothGattCharacteristic characteristic = mCharacteristics.get(CharId.TRACK_TITLE); in updateTrackTitleChar()2230 public static final int TRACK_TITLE = field in MediaControlGattService.CharId2231 Long.numberOfTrailingZeros(ServiceFeature.TRACK_TITLE);2322 CharId.TRACK_TITLE, in getUuidCharacteristicList()[all …]
242 PlayerStateField.TRACK_TITLE, in onCurrentPlayerStateUpdated()257 state_map.put(PlayerStateField.TRACK_TITLE, ""); in onCurrentPlayerStateUpdated()852 | ServiceFeature.TRACK_TITLE
270 Assert.assertTrue(stateMap.containsKey(PlayerStateField.TRACK_TITLE)); in testOnCurrentPlayerStateUpdate()
481 state_map.put(PlayerStateField.TRACK_TITLE, track_title); in testUpdatePlayerState()