Searched refs:ACTION_BATTERY_CHANGED (Results 1 – 12 of 12) sorted by relevance
43 filter.addAction(Intent.ACTION_BATTERY_CHANGED); in BatteryController()57 if (action.equals(Intent.ACTION_BATTERY_CHANGED)) { in onReceive()
63 if (Intent.ACTION_BATTERY_CHANGED.equals(action)) {90 filter.addAction(Intent.ACTION_BATTERY_CHANGED); in onStart()
62 mFilter.addAction(Intent.ACTION_BATTERY_CHANGED); in onCreate()172 if (Intent.ACTION_BATTERY_CHANGED.equals(action)) {
75 filter.addAction(Intent.ACTION_BATTERY_CHANGED); in start()110 if (action.equals(Intent.ACTION_BATTERY_CHANGED)) {
238 filter.addAction(Intent.ACTION_BATTERY_CHANGED); in KeyguardUpdateMonitor()258 } else if (Intent.ACTION_BATTERY_CHANGED.equals(action)) { in KeyguardUpdateMonitor()
375 Intent intent = new Intent(Intent.ACTION_BATTERY_CHANGED); in sendIntent()
983 } else if (action.equals(Intent.ACTION_BATTERY_CHANGED)) {1115 intentFilter.addAction(Intent.ACTION_BATTERY_CHANGED); in registerForBroadcasts()
324 new IntentFilter(Intent.ACTION_BATTERY_CHANGED)); in UiModeManagerService()
637 filter.addAction(Intent.ACTION_BATTERY_CHANGED); in initInThread()
1658 public static final String ACTION_BATTERY_CHANGED = "android.intent.action.BATTERY_CHANGED"; field in Intent
5403 …field public static final java.lang.String ACTION_BATTERY_CHANGED = "android.intent.action.BATTERY…