Searched refs:handleBatteryUpdate (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DKeyguardUpdateMonitor.java57 * doesn't really belong here. see {@link #handleBatteryUpdate} where it shutdowns
153 handleBatteryUpdate(msg.arg1, msg.arg2);
287 private void handleBatteryUpdate(int batteryStatus, int batteryLevel) { method in class:KeyguardUpdateMonitor
288 if (DEBUG) Log.d(TAG, "handleBatteryUpdate");

Completed in 223 milliseconds