Home
last modified time | relevance | path

Searched refs:PLAYER_ICON_URL (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DServiceFeature.java27 public static final long PLAYER_ICON_URL = 0x00000004; field in ServiceFeature
77 if (serviceFeature == PLAYER_ICON_URL) return "PLAYER_ICON_URL(BIT 3)"; in toString()
DMediaControlGattService.java1151 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.CharId
2227 Long.numberOfTrailingZeros(ServiceFeature.PLAYER_ICON_URL);
2302 CharId.PLAYER_ICON_URL, in getUuidCharacteristicList()
2303 ServiceFeature.PLAYER_ICON_URL, in getUuidCharacteristicList()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlGattServiceTest.java157 | ServiceFeature.PLAYER_ICON_URL in initAllFeaturesGattService()