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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java97 * doesn't really belong here. see {@link #handleBatteryUpdate} where it shutdowns
246 handleBatteryUpdate((BatteryStatus) msg.obj);
1453 private void handleBatteryUpdate(BatteryStatus status) { method in class:KeyguardUpdateMonitor
1454 if (DEBUG) Log.d(TAG, "handleBatteryUpdate");

Completed in 477 milliseconds