Searched refs:BATTERY (Results 1 – 13 of 13) sorted by relevance
38 public static String BATTERY = "BAT"; field in NotificationChannels47 final NotificationChannel batteryChannel = new NotificationChannel(BATTERY, in createAll()
26 public static final int LIGHT_ID_BATTERY = Type.BATTERY;
75 public static final int DEVICE_TEMPERATURE_BATTERY = Constants.TemperatureType.BATTERY;
62 public static final int TYPE_BATTERY = CoolingType.BATTERY;
85 public static final int TYPE_BATTERY = TemperatureType.BATTERY;
7827 final long bToken = proto.start(SystemProto.BATTERY); in dumpProtoSystemLocked()
60 NotificationChannels.BATTERY, in testChannelSetup()
127 assertTrue(captor.getValue().getChannelId() == NotificationChannels.BATTERY); in testShowLowBatteryNotification_BatteryChannel()
267 final long mToken = proto.start(StateControllerProto.BATTERY); in dumpControllerStateLocked()
108 BATTERY = 1; enumerator
269 new Notification.Builder(mContext, NotificationChannels.BATTERY) in showWarningNotification()
273 final long batteryToken = p.start(GlobalSettingsProto.BATTERY); in dumpProtoGlobalSettingsLocked()
5591 // The type of temperature being reported. Eg. CPU, GPU, SKIN, BATTERY, BCL_.