Home
last modified time | relevance | path

Searched refs:TYPE_GET_IMAGE (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcp/
H A DAvrcpBipObexServerTest.java58 private static final String TYPE_GET_IMAGE = "x-bt/img-img"; field in AvrcpBipObexServerTest
369 mRequest.setHeader(HeaderSet.TYPE, TYPE_GET_IMAGE); in testGetImageWithValidHandleAndNullDescriptor()
383 mRequest.setHeader(HeaderSet.TYPE, TYPE_GET_IMAGE); in testGetImageWithValidHandleAndValidDescriptor()
397 mRequest.setHeader(HeaderSet.TYPE, TYPE_GET_IMAGE); in testGetImageWithValidHandleAndInvalidDescriptor()
412 mRequest.setHeader(HeaderSet.TYPE, TYPE_GET_IMAGE); in testGetImageWithValidUnstoredHandle()
425 mRequest.setHeader(HeaderSet.TYPE, TYPE_GET_IMAGE); in testGetImageWithInvalidHandle()
438 mRequest.setHeader(HeaderSet.TYPE, TYPE_GET_IMAGE); in testGetImageWithNullHandle()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
H A DRequestGetImage.java58 return TYPE_GET_IMAGE; in getType()
H A DBipRequest.java43 public static final int TYPE_GET_IMAGE = 1; field in BipRequest
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpBipObexServer.java66 private static final String TYPE_GET_IMAGE = "x-bt/img-img"; field in AvrcpBipObexServer
143 } else if (TYPE_GET_IMAGE.equals(type)) { in onGet()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpBipClient.java382 case BipRequest.TYPE_GET_IMAGE: in notifyCaller()