HomeSort by relevance Sort by last modified time
    Searched refs:EXTRA_BATTERY_LEVEL (Results 1 - 7 of 7) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
CarBatteryController.java 144 int batteryLevel = intent.getIntExtra(BluetoothHeadsetClient.EXTRA_BATTERY_LEVEL,
232 int batteryLevel = featuresBundle.getInt(BluetoothHeadsetClient.EXTRA_BATTERY_LEVEL,
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 209 * #EXTRA_BATTERY_LEVEL}.
226 public static final String EXTRA_BATTERY_LEVEL =
230 * Used as the unknown value for {@link #EXTRA_BATTERY_LEVEL} and {@link #getBatteryLevel()}
    [all...]
BluetoothHeadsetClient.java 101 * {@link #EXTRA_BATTERY_LEVEL},
177 public static final String EXTRA_BATTERY_LEVEL =
    [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
RemoteDevicesTest.java 438 intent.getIntExtra(BluetoothDevice.EXTRA_BATTERY_LEVEL, -15));
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
RemoteDevices.java 455 intent.putExtra(BluetoothDevice.EXTRA_BATTERY_LEVEL, batteryLevel);
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 421 milliseconds