Home
last modified time | relevance | path

Searched defs:getDescriptor (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DMediaRequest.java69 MediaRequestDescriptor<T> getDescriptor(); in getDescriptor() method
DAsyncMediaRequestWrapper.java71 public MediaRequestDescriptor<T> getDescriptor() { in getDescriptor() method in AsyncMediaRequestWrapper
DEncodedImageResource.java158 public MediaRequestDescriptor<ImageResource> getDescriptor() { in getDescriptor() method in EncodedImageResource.DecodeImageRequest
DDecodedImageResource.java250 public MediaRequestDescriptor<ImageResource> getDescriptor() { in getDescriptor() method in DecodedImageResource.EncodeImageRequest
DImageRequest.java71 public D getDescriptor() { in getDescriptor() method in ImageRequest
DVCardRequest.java325 public MediaRequestDescriptor<VCardResource> getDescriptor() { in getDescriptor() method in VCardRequest
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/media/
DFakeImageRequest.java65 public MediaRequestDescriptor<FakeImageResource> getDescriptor() { in getDescriptor() method in FakeImageRequest
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/gatt/
DBluetoothGattConnection.java202 public BluetoothGattDescriptor getDescriptor(UUID serviceUuid, in getDescriptor() method in BluetoothGattConnection
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCharacteristic.java373 /*package*/ BluetoothGattDescriptor getDescriptor(UUID uuid, int instanceId) { in getDescriptor() method in BluetoothGattCharacteristic
501 public BluetoothGattDescriptor getDescriptor(UUID uuid) { in getDescriptor() method in BluetoothGattCharacteristic
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcp/
DCoverArtTest.java99 private BipImageDescriptor getDescriptor(int encoding, int width, int height) { in getDescriptor() method in CoverArtTest
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/
DGattDelegate.java503 Descriptor getDescriptor(ParcelUuid uuid) { in getDescriptor() method in GattDelegate.Characteristic