Searched refs:mLastBatteryRefreshWatch (Results 1 – 1 of 1) sorted by relevance
91 private final Map<BluetoothDevice, Stopwatch> mLastBatteryRefreshWatch = new HashMap<>(); field in BluetoothDeviceService309 mLastBatteryRefreshWatch.remove(device); in removeDevice()676 Stopwatch stopwatch = mLastBatteryRefreshWatch.get(device); in getBatteryLevel()725 mLastBatteryRefreshWatch.put(device, stopwatch); in initializeDeviceBatteryLevelRead()727 mLastBatteryRefreshWatch.remove(device); in initializeDeviceBatteryLevelRead()