OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BATTERY_PLUGGED_NONE
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/
BatteryService.java
100
private static final int
BATTERY_PLUGGED_NONE
= 0;
303
mPlugType =
BATTERY_PLUGGED_NONE
;
346
if (mLastPlugType ==
BATTERY_PLUGGED_NONE
) {
359
} else if (mPlugType ==
BATTERY_PLUGGED_NONE
) {
380
mPlugType ==
BATTERY_PLUGGED_NONE
) {
387
final boolean plugged = mPlugType !=
BATTERY_PLUGGED_NONE
;
388
final boolean oldPlugged = mLastPlugType !=
BATTERY_PLUGGED_NONE
;
[
all
...]
/frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java
[
all
...]
Completed in 297 milliseconds