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

  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
RemoteDevicesTest.java 115 int batteryLevel = BluetoothDevice.BATTERY_LEVEL_UNKNOWN;
178 // .BATTERY_LEVEL_UNKNOWN
183 verifyBatteryLevelChangedIntent(mDevice1, BluetoothDevice.BATTERY_LEVEL_UNKNOWN,
189 BluetoothDevice.BATTERY_LEVEL_UNKNOWN);
224 // .BATTERY_LEVEL_UNKNOWN
231 verifyBatteryLevelChangedIntent(mDevice1, BluetoothDevice.BATTERY_LEVEL_UNKNOWN,
237 BluetoothDevice.BATTERY_LEVEL_UNKNOWN);
268 // BluetoothDevice.BATTERY_LEVEL_UNKNOWN
277 verifyBatteryLevelChangedIntent(mDevice1, BluetoothDevice.BATTERY_LEVEL_UNKNOWN,
286 Assert.assertEquals(BluetoothDevice.BATTERY_LEVEL_UNKNOWN,
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 221 * ranging from 0% to 100% for a remote device, {@link #BATTERY_LEVEL_UNKNOWN}
234 public static final int BATTERY_LEVEL_UNKNOWN = -1;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 76 milliseconds