Home
last modified time | relevance | path

Searched defs:getCharacteristics (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/app/
DCameraProvider.java66 public Characteristics getCharacteristics(int cameraId); in getCharacteristics() method
DCameraController.java108 public CameraDeviceInfo.Characteristics getCharacteristics(int cameraId) { in getCharacteristics() method in CameraController
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/gatt/
DBluetoothGattConnection.java153 private List<BluetoothGattCharacteristic> getCharacteristics(UUID serviceUuid) in getCharacteristics() method in BluetoothGattConnection
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattService.java347 public List<BluetoothGattCharacteristic> getCharacteristics() { in getCharacteristics() method in BluetoothGattService
/packages/modules/Wifi/framework/java/android/net/wifi/aware/
DIWifiAwareManager.aidl45 Characteristics getCharacteristics(); in getCharacteristics() method
DWifiAwareManager.java408 public @Nullable Characteristics getCharacteristics() { in getCharacteristics() method in WifiAwareManager
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareServiceImpl.java185 public Characteristics getCharacteristics() { in getCharacteristics() method in WifiAwareServiceImpl
DWifiAwareStateManager.java811 public Characteristics getCharacteristics() { in getCharacteristics() method in WifiAwareStateManager
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareServiceImplTest.java1028 private static Characteristics getCharacteristics(DeviceConfigFacade deviceConfigFacade) { in getCharacteristics() method in WifiAwareServiceImplTest
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/
DGattDelegate.java481 Collection<Characteristic> getCharacteristics() { in getCharacteristics() method in GattDelegate.Service