Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/
DBatteryUsageBroadcastReceiverTest.java83 .thenReturn(Intent.ACTION_BATTERY_LEVEL_CHANGED); in onReceive_aospNotFullCharged_notFetchUsageData()
91 mContext, new Intent(Intent.ACTION_BATTERY_LEVEL_CHANGED)); in onReceive_aospNotFullCharged_notFetchUsageData()
94 assertSharedPreferences(Intent.ACTION_BATTERY_LEVEL_CHANGED); in onReceive_aospNotFullCharged_notFetchUsageData()
100 .thenReturn(Intent.ACTION_BATTERY_LEVEL_CHANGED); in onReceive_aospNearBooting_notFetchUsageData()
112 mContext, new Intent(Intent.ACTION_BATTERY_LEVEL_CHANGED)); in onReceive_aospNearBooting_notFetchUsageData()
115 assertSharedPreferences(Intent.ACTION_BATTERY_LEVEL_CHANGED); in onReceive_aospNearBooting_notFetchUsageData()
132 mContext, new Intent(Intent.ACTION_BATTERY_LEVEL_CHANGED)); in onReceive_aospWrongAction_notFetchUsageData()
135 assertSharedPreferences(Intent.ACTION_BATTERY_LEVEL_CHANGED); in onReceive_aospWrongAction_notFetchUsageData()
141 .thenReturn(Intent.ACTION_BATTERY_LEVEL_CHANGED); in onReceive_aospNormal_fetchUsageData()
152 mContext, new Intent(Intent.ACTION_BATTERY_LEVEL_CHANGED)); in onReceive_aospNormal_fetchUsageData()
[all …]
DDatabaseUtilsTest.java528 DatabaseUtils.recordDateTime(mContext, Intent.ACTION_BATTERY_LEVEL_CHANGED); in dump_dumpExpectedData()
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryUsageBroadcastReceiver.java76 case Intent.ACTION_BATTERY_LEVEL_CHANGED: in onReceive()
80 if (Intent.ACTION_BATTERY_LEVEL_CHANGED.equals(fullChargeIntentAction)) { in onReceive()
DDatabaseUtils.java786 writeString(context, writer, "BatteryLevelChanged", Intent.ACTION_BATTERY_LEVEL_CHANGED); in dump()
/packages/modules/Bluetooth/framework/api/
Dmodule-lib-lint-baseline.txt22 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_BATTERY_LEVEL_CHANGED:
23 Field 'ACTION_BATTERY_LEVEL_CHANGED' is missing @BroadcastBehavior
Dsystem-lint-baseline.txt22 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_BATTERY_LEVEL_CHANGED:
23 Field 'ACTION_BATTERY_LEVEL_CHANGED' is missing @BroadcastBehavior
Dsystem-current.txt224 …fest.permission.BLUETOOTH_CONNECT) public static final String ACTION_BATTERY_LEVEL_CHANGED = "andr…
/packages/apps/Car/SystemUI/src/com/android/systemui/car/bluetooth/
DCarBatteryController.java101 filter.addAction(BluetoothDevice.ACTION_BATTERY_LEVEL_CHANGED); in startListening()
119 if (BluetoothDevice.ACTION_BATTERY_LEVEL_CHANGED.equals(action)) { in onReceive()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DPowerUsageFeatureProviderImpl.java179 return Intent.ACTION_BATTERY_LEVEL_CHANGED; in getFullChargeIntentAction()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DRemoteDevicesTest.java830 Assert.assertEquals(BluetoothDevice.ACTION_BATTERY_LEVEL_CHANGED, intent.getAction()); in verifyBatteryLevelChangedIntent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DRemoteDevices.java800 Intent intent = new Intent(BluetoothDevice.ACTION_BATTERY_LEVEL_CHANGED); in sendBatteryLevelChangedBroadcast()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java263 public static final String ACTION_BATTERY_LEVEL_CHANGED = field in BluetoothDevice
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt275 Landroid/bluetooth/BluetoothDevice;->ACTION_BATTERY_LEVEL_CHANGED:Ljava/lang/String;