HomeSort by relevance Sort by last modified time
    Searched defs:BATTERY_LEVEL_UNKNOWN (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/btservice/
RemoteDevicesTest.java 101 int batteryLevel = BluetoothDevice.BATTERY_LEVEL_UNKNOWN;
164 // .BATTERY_LEVEL_UNKNOWN
170 mDevice1, BluetoothDevice.BATTERY_LEVEL_UNKNOWN, mIntentArgument);
175 BluetoothDevice.BATTERY_LEVEL_UNKNOWN);
210 // .BATTERY_LEVEL_UNKNOWN
218 mDevice1, BluetoothDevice.BATTERY_LEVEL_UNKNOWN, mIntentArgument);
223 BluetoothDevice.BATTERY_LEVEL_UNKNOWN);
254 // BluetoothDevice.BATTERY_LEVEL_UNKNOWN
263 verifyBatteryLevelChangedIntent(mDevice1, BluetoothDevice.BATTERY_LEVEL_UNKNOWN,
272 Assert.assertEquals(BluetoothDevice.BATTERY_LEVEL_UNKNOWN,
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 219 * ranging from 0% to 100% for a remote device, {@link #BATTERY_LEVEL_UNKNOWN}
230 public static final int BATTERY_LEVEL_UNKNOWN = -1;
906 * @return Battery level in percents from 0 to 100, or {@link #BATTERY_LEVEL_UNKNOWN} if
    [all...]

Completed in 635 milliseconds