HomeSort by relevance Sort by last modified time
    Searched refs:handleBatteryUpdate (Results 1 - 2 of 2) sorted by null

  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardUpdateMonitor.java 59 * doesn't really belong here. see {@link #handleBatteryUpdate} where it shutdowns
185 handleBatteryUpdate((BatteryStatus) msg.obj);
345 private void handleBatteryUpdate(BatteryStatus batteryStatus) {
346 if (DEBUG) Log.d(TAG, "handleBatteryUpdate");
  /packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java 131 handleBatteryUpdate(
279 private void handleBatteryUpdate(int plugged, int status, int level) {

Completed in 472 milliseconds