OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mbatterytechnology
(Results
1 - 1
of
1
) sorted by null
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
BatteryManagerFacade.java
61
private volatile String
mBatteryTechnology
= null;
93
mBatteryTechnology
= intent.getStringExtra(getBatteryManagerFieldValue("EXTRA_TECHNOLOGY"));
108
data.putString("technology",
mBatteryTechnology
);
210
return
mBatteryTechnology
;
Completed in 636 milliseconds