OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBatteryPresent
(Results
1 - 2
of
2
) sorted by null
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
BatteryManagerFacade.java
56
private volatile Boolean
mBatteryPresent
= null;
86
mBatteryPresent
=
100
data.putBoolean("battery_present",
mBatteryPresent
);
186
return
mBatteryPresent
;
/packages/apps/Settings/src/com/android/settings/
SettingsActivity.java
366
private boolean
mBatteryPresent
= true;
374
if (
mBatteryPresent
!= batteryPresent) {
375
mBatteryPresent
= batteryPresent;
[
all
...]
Completed in 55 milliseconds