Searched refs:statusIntent (Results 1 – 1 of 1) sorted by relevance
577 final Intent statusIntent = new Intent(Intent.ACTION_POWER_CONNECTED); in processValuesLocked() local578 statusIntent.setFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT); in processValuesLocked()579 statusIntent.putExtra(BatteryManager.EXTRA_SEQUENCE, mSequence); in processValuesLocked()583 mContext.sendBroadcastAsUser(statusIntent, UserHandle.ALL); in processValuesLocked()588 final Intent statusIntent = new Intent(Intent.ACTION_POWER_DISCONNECTED); in processValuesLocked() local589 statusIntent.setFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT); in processValuesLocked()590 statusIntent.putExtra(BatteryManager.EXTRA_SEQUENCE, mSequence); in processValuesLocked()594 mContext.sendBroadcastAsUser(statusIntent, UserHandle.ALL); in processValuesLocked()601 final Intent statusIntent = new Intent(Intent.ACTION_BATTERY_LOW); in processValuesLocked() local602 statusIntent.setFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT); in processValuesLocked()[all …]