OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:batteryTechnology
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/os/
BatteryProperties.java
36
public String
batteryTechnology
;
55
batteryTechnology
= p.readString();
70
p.writeString(
batteryTechnology
);
/frameworks/native/include/batteryservice/
BatteryService.h
58
String8
batteryTechnology
;
/frameworks/native/services/batteryservice/
BatteryProperties.cpp
44
batteryTechnology
= String8((p->readString16()).string());
60
p->writeString16(String16(
batteryTechnology
));
/frameworks/base/services/java/com/android/server/
BatteryService.java
315
+ ",
batteryTechnology
=" + mBatteryProps.
batteryTechnology
371
mPlugType, mBatteryProps.
batteryTechnology
);
486
intent.putExtra(BatteryManager.EXTRA_TECHNOLOGY, mBatteryProps.
batteryTechnology
);
495
", technology: " + mBatteryProps.
batteryTechnology
+
629
pw.println(" technology: " + mBatteryProps.
batteryTechnology
);
[
all
...]
/device/samsung/manta/health/
healthd-manta.cpp
276
props->
batteryTechnology
= "Li-ion";
/system/core/healthd/
BatteryMonitor.cpp
211
props.
batteryTechnology
= String8(buf);
Completed in 110 milliseconds