Searched refs:ACTION_BATTERY_LEVEL_CHANGED (Results 1 – 13 of 13) sorted by relevance
83 .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 …]
528 DatabaseUtils.recordDateTime(mContext, Intent.ACTION_BATTERY_LEVEL_CHANGED); in dump_dumpExpectedData()
76 case Intent.ACTION_BATTERY_LEVEL_CHANGED: in onReceive()80 if (Intent.ACTION_BATTERY_LEVEL_CHANGED.equals(fullChargeIntentAction)) { in onReceive()
786 writeString(context, writer, "BatteryLevelChanged", Intent.ACTION_BATTERY_LEVEL_CHANGED); in dump()
22 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_BATTERY_LEVEL_CHANGED:23 Field 'ACTION_BATTERY_LEVEL_CHANGED' is missing @BroadcastBehavior
224 …fest.permission.BLUETOOTH_CONNECT) public static final String ACTION_BATTERY_LEVEL_CHANGED = "andr…
101 filter.addAction(BluetoothDevice.ACTION_BATTERY_LEVEL_CHANGED); in startListening()119 if (BluetoothDevice.ACTION_BATTERY_LEVEL_CHANGED.equals(action)) { in onReceive()
179 return Intent.ACTION_BATTERY_LEVEL_CHANGED; in getFullChargeIntentAction()
830 Assert.assertEquals(BluetoothDevice.ACTION_BATTERY_LEVEL_CHANGED, intent.getAction()); in verifyBatteryLevelChangedIntent()
800 Intent intent = new Intent(BluetoothDevice.ACTION_BATTERY_LEVEL_CHANGED); in sendBatteryLevelChangedBroadcast()
263 public static final String ACTION_BATTERY_LEVEL_CHANGED = field in BluetoothDevice
275 Landroid/bluetooth/BluetoothDevice;->ACTION_BATTERY_LEVEL_CHANGED:Ljava/lang/String;