OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBatteryUsageHint
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/bluetooth/
IBluetoothHeadset.aidl
43
int
getBatteryUsageHint
(in BluetoothDevice device);
BluetoothHeadset.java
609
public int
getBatteryUsageHint
(BluetoothDevice device) {
610
if (VDBG) log("
getBatteryUsageHint
()");
614
return mService.
getBatteryUsageHint
(device);
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java
209
public int
getBatteryUsageHint
(BluetoothDevice device) {
212
return service.
getBatteryUsageHint
(device);
418
int
getBatteryUsageHint
(BluetoothDevice device) {
/frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java
[
all
...]
Completed in 201 milliseconds