Home
last modified time | relevance | path

Searched refs:deviceProperties (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DRemoteDevices.java180 (address, deviceProperties) -> { in reset() argument
181 BluetoothDevice bluetoothDevice = deviceProperties.getDevice(); in reset()
191 deviceProperties.getConnectionHandle( in reset()
743 DeviceProperties deviceProperties = getDeviceProperties(device); in updateBatteryLevel() local
744 if (deviceProperties == null) { in updateBatteryLevel()
745 deviceProperties = addDeviceProperties(Utils.getByteAddress(device)); in updateBatteryLevel()
747 int prevBatteryLevel = deviceProperties.getBatteryLevel(); in updateBatteryLevel()
749 deviceProperties.setBatteryLevelFromBatteryService(batteryLevel); in updateBatteryLevel()
751 deviceProperties.setBatteryLevelFromHfp(batteryLevel); in updateBatteryLevel()
753 int newBatteryLevel = deviceProperties.getBatteryLevel(); in updateBatteryLevel()
[all …]
/packages/modules/Virtualization/authfs/tests/benchmarks/src/java/com/android/fs/benchmarks/
DAuthFsBenchmarks.java82 DeviceProperties deviceProperties = DeviceProperties.create(getDevice()::getProperty); in setUp() local
84 "Skip on CF; no need to collect metrics on CF", deviceProperties.isCuttlefish()); in setUp()
85 String metricsPrefix = MetricsProcessor.getMetricPrefix(deviceProperties.getMetricsTag()); in setUp()