Searched defs:handleBatteryUpdate (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardUpdateMonitor.java60 * doesn't really belong here. see {@link #handleBatteryUpdate} where it shutdowns
127 handleBatteryUpdate((BatteryStatus) msg.obj);
537 private void handleBatteryUpdate(BatteryStatus status) { method in class:KeyguardUpdateMonitor
538 if (DEBUG) Log.d(TAG, "handleBatteryUpdate");
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardUpdateMonitor.java54 * doesn't really belong here. see {@link #handleBatteryUpdate} where it shutdowns
108 handleBatteryUpdate((BatteryStatus) msg.obj);
431 private void handleBatteryUpdate(BatteryStatus status) { method in class:KeyguardUpdateMonitor
432 if (DEBUG) Log.d(TAG, "handleBatteryUpdate");

Completed in 34 milliseconds