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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadset.aidl 40 int getBatteryUsageHint(in BluetoothDevice device);
BluetoothHeadset.java 539 public int getBatteryUsageHint(BluetoothDevice device) {
540 if (DBG) log("getBatteryUsageHint()");
544 return mService.getBatteryUsageHint(device);
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 690 public int getBatteryUsageHint(BluetoothDevice device) {
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothService.java     [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]

Completed in 2776 milliseconds