Searched refs:statusIntent (Results 1 – 1 of 1) sorted by relevance
611 final Intent statusIntent = new Intent(Intent.ACTION_POWER_CONNECTED); in processValuesLocked() local612 statusIntent.setFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT); in processValuesLocked()613 statusIntent.putExtra(BatteryManager.EXTRA_SEQUENCE, mSequence); in processValuesLocked()617 mContext.sendBroadcastAsUser(statusIntent, UserHandle.ALL); in processValuesLocked()622 final Intent statusIntent = new Intent(Intent.ACTION_POWER_DISCONNECTED); in processValuesLocked() local623 statusIntent.setFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT); in processValuesLocked()624 statusIntent.putExtra(BatteryManager.EXTRA_SEQUENCE, mSequence); in processValuesLocked()628 mContext.sendBroadcastAsUser(statusIntent, UserHandle.ALL); in processValuesLocked()635 final Intent statusIntent = new Intent(Intent.ACTION_BATTERY_LOW); in processValuesLocked() local636 statusIntent.setFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT); in processValuesLocked()[all …]