Home
last modified time | relevance | path

Searched refs:PLAYER_ICON_OBJ_ID (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DObjectIds.java22 public static final int PLAYER_ICON_OBJ_ID = (int) ServiceFeature.PLAYER_ICON_OBJ_ID; field in ObjectIds
DServiceFeature.java26 public static final long PLAYER_ICON_OBJ_ID = 0x00000002; field in ServiceFeature
76 if (serviceFeature == PLAYER_ICON_OBJ_ID) return "PLAYER_ICON_OBJ_ID(BIT 2)"; in toString()
DMediaControlGattService.java1155 if (isFeatureSupported(ServiceFeature.PLAYER_ICON_OBJ_ID)) { in initialStateRequest()
1177 updateObjectID(ObjectIds.PLAYER_ICON_OBJ_ID, -1, notify); in setInitialCharacteristicValues()
1657 if (isFeatureSupported(ServiceFeature.PLAYER_ICON_OBJ_ID)) { in updatePlayerState()
2070 if (isFeatureSupported(ServiceFeature.PLAYER_ICON_OBJ_ID)) { in updateIconObjIdChar()
2074 + CharId.PLAYER_ICON_OBJ_ID in updateIconObjIdChar()
2077 updateObjectIdChar(mCharacteristics.get(CharId.PLAYER_ICON_OBJ_ID), objId, null, true); in updateIconObjIdChar()
2224 public static final int PLAYER_ICON_OBJ_ID = field in MediaControlGattService.CharId
2225 Long.numberOfTrailingZeros(ServiceFeature.PLAYER_ICON_OBJ_ID);
2292 CharId.PLAYER_ICON_OBJ_ID, in getUuidCharacteristicList()
2293 ServiceFeature.PLAYER_ICON_OBJ_ID, in getUuidCharacteristicList()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlGattServiceTest.java156 | ServiceFeature.PLAYER_ICON_OBJ_ID in initAllFeaturesGattService()