Searched refs:PLAYER_ICON_URL (Results 1 – 3 of 3) sorted by relevance
27 public static final long PLAYER_ICON_URL = 0x00000004; field in ServiceFeature77 if (serviceFeature == PLAYER_ICON_URL) return "PLAYER_ICON_URL(BIT 3)"; in toString()
1151 if (isFeatureSupported(ServiceFeature.PLAYER_ICON_URL)) { in initialStateRequest()1660 if (isFeatureSupported(ServiceFeature.PLAYER_ICON_URL)) { in updatePlayerState()2119 if (isFeatureSupported(ServiceFeature.PLAYER_ICON_URL)) { in updatePlayerIconUrlChar()2120 mCharacteristics.get(CharId.PLAYER_ICON_URL).setValue(url); in updatePlayerIconUrlChar()2226 public static final int PLAYER_ICON_URL = field in MediaControlGattService.CharId2227 Long.numberOfTrailingZeros(ServiceFeature.PLAYER_ICON_URL);2302 CharId.PLAYER_ICON_URL, in getUuidCharacteristicList()2303 ServiceFeature.PLAYER_ICON_URL, in getUuidCharacteristicList()
157 | ServiceFeature.PLAYER_ICON_URL in initAllFeaturesGattService()