Searched refs:BATTERY (Results 1 – 11 of 11) sorted by relevance
39 public static String BATTERY = "BAT"; field in NotificationChannels44 final NotificationChannel batteryChannel = new NotificationChannel(BATTERY, in createAll()
25 public static final int LIGHT_ID_BATTERY = Type.BATTERY;
42 case TemperatureType::BATTERY: in notifyThrottling()
75 public static final int DEVICE_TEMPERATURE_BATTERY = Constants.TemperatureType.BATTERY;
7676 final long bToken = proto.start(SystemProto.BATTERY); in dumpProtoSystemLocked()
63 NotificationChannels.BATTERY, in testChannelSetup()
122 assertTrue(captor.getValue().getChannelId() == NotificationChannels.BATTERY); in testShowLowBatteryNotification_BatteryChannel()
255 final long mToken = proto.start(StateControllerProto.BATTERY); in dumpControllerStateLocked()
249 new Notification.Builder(mContext, NotificationChannels.BATTERY) in showWarningNotification()
1968 // The type of temperature being reported. Eg. CPU, GPU, SKIN, BATTERY.
196 final long batteryToken = p.start(GlobalSettingsProto.BATTERY); in dumpProtoGlobalSettingsLocked()