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/Wifi/framework/java/android/net/wifi/aware/
DIWifiAwareManager.aidl42 Characteristics getCharacteristics(); in getCharacteristics() method
DWifiAwareManager.java327 public @Nullable Characteristics getCharacteristics() { in getCharacteristics() method in WifiAwareManager
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattService.java349 public List<BluetoothGattCharacteristic> getCharacteristics() { in getCharacteristics() method in BluetoothGattService
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareServiceImpl.java164 public Characteristics getCharacteristics() { in getCharacteristics() method in WifiAwareServiceImpl
DWifiAwareStateManager.java657 public Characteristics getCharacteristics() { in getCharacteristics() method in WifiAwareStateManager
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareServiceImplTest.java871 private static Characteristics getCharacteristics() { 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