Home
last modified time | relevance | path

Searched refs:ACTION_BATTERY_LEVEL_CHANGED (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/input/
DBatteryController.java953 if (!BluetoothDevice.ACTION_BATTERY_LEVEL_CHANGED.equals(intent.getAction())) {
987 new IntentFilter(BluetoothDevice.ACTION_BATTERY_LEVEL_CHANGED)); in addBatteryListener()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothEventManager.java122 addHandler(BluetoothDevice.ACTION_BATTERY_LEVEL_CHANGED, new BatteryLevelChangedHandler()); in BluetoothEventManager()
/frameworks/base/services/core/java/com/android/server/
DBatteryService.java842 final Intent intent = new Intent(Intent.ACTION_BATTERY_LEVEL_CHANGED); in sendEnqueuedBatteryLevelChangedEvents()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
DJobSchedulerServiceTest.java1741 && filter.hasAction(Intent.ACTION_BATTERY_LEVEL_CHANGED) in testBatteryStateTrackerRegistersForImportantIntents()
2502 .onReceive(mContext, new Intent(Intent.ACTION_BATTERY_LEVEL_CHANGED));
/frameworks/base/core/api/
Dmodule-lib-lint-baseline.txt20 BroadcastBehavior: android.content.Intent#ACTION_BATTERY_LEVEL_CHANGED:
21 Field 'ACTION_BATTERY_LEVEL_CHANGED' is missing @BroadcastBehavior
1670 SdkConstant: android.content.Intent#ACTION_BATTERY_LEVEL_CHANGED:
1671 …Field 'ACTION_BATTERY_LEVEL_CHANGED' is missing @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTI…
Dtest-lint-baseline.txt24 BroadcastBehavior: android.content.Intent#ACTION_BATTERY_LEVEL_CHANGED:
25 Field 'ACTION_BATTERY_LEVEL_CHANGED' is missing @BroadcastBehavior
1894 SdkConstant: android.content.Intent#ACTION_BATTERY_LEVEL_CHANGED:
1895 …Field 'ACTION_BATTERY_LEVEL_CHANGED' is missing @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTI…
Dsystem-lint-baseline.txt24 BroadcastBehavior: android.content.Intent#ACTION_BATTERY_LEVEL_CHANGED:
25 Field 'ACTION_BATTERY_LEVEL_CHANGED' is missing @BroadcastBehavior
1846 SdkConstant: android.content.Intent#ACTION_BATTERY_LEVEL_CHANGED:
1847 …Field 'ACTION_BATTERY_LEVEL_CHANGED' is missing @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTI…
Dsystem-current.txt3846 …field public static final String ACTION_BATTERY_LEVEL_CHANGED = "android.intent.action.BATTERY_LEV…
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobSchedulerService.java4284 filter.addAction(Intent.ACTION_BATTERY_LEVEL_CHANGED);
4388 } else if (Intent.ACTION_BATTERY_LEVEL_CHANGED.equals(action)) {
/frameworks/base/core/java/android/content/
DIntent.java3364 public static final String ACTION_BATTERY_LEVEL_CHANGED = field in Intent