Searched refs:EXTRA_PRESENT (Results 1 – 9 of 9) sorted by relevance
19 import static android.os.BatteryManager.EXTRA_PRESENT;148 i.putExtra(EXTRA_PRESENT, false); in testBatteryPresentState_notPresent()163 i.putExtra(EXTRA_PRESENT, false); in testBatteryPresentState_callbackAddedAfterStateChange()
27 import static android.os.BatteryManager.EXTRA_PRESENT;94 present = batteryChangedIntent.getBooleanExtra(EXTRA_PRESENT, true); in BatteryStatus()
53 public static final String EXTRA_PRESENT = "present"; field in BatteryManager
22 import static android.os.BatteryManager.EXTRA_PRESENT;254 boolean present = intent.getBooleanExtra(EXTRA_PRESENT, true); in onReceive()
733 intent.putExtra(BatteryManager.EXTRA_PRESENT, mHealthInfo.batteryPresent); in sendBatteryChangedIntentLocked()780 event.putBoolean(BatteryManager.EXTRA_PRESENT, mHealthInfo.batteryPresent); in sendBatteryLevelChangedIntentLocked()
263 intent.getBooleanExtra(BatteryManager.EXTRA_PRESENT, mHasBattery);1133 batteryStatus.getBooleanExtra(BatteryManager.EXTRA_PRESENT, true); in onBootPhaseSystemServicesReady()
680 boolean present = intent.getBooleanExtra(BatteryManager.EXTRA_PRESENT, true);
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
32506 field public static final String EXTRA_PRESENT = "present";