Searched refs:CHANNEL_NAME (Results 1 – 3 of 3) sorted by relevance
107 case (int) Notification.CHANNEL_NAME: in readNotification()108 String channelName = parser.readString(Notification.CHANNEL_NAME); in readNotification()275 proto.write(Notification.CHANNEL_NAME, notification.getChannelName()); in writeNotification()
111 public static final String CHANNEL_NAME = "Shell command"; field in NotificationShellCmd426 new NotificationChannel(CHANNEL_ID, CHANNEL_NAME, CHANNEL_IMP); in ensureChannel()
75 private static final String CHANNEL_NAME = "channelname"; field in PowerStatsServiceTest254 energyMeterList[i].name = new String(CHANNEL_NAME + i); in getEnergyMeterInfo()313 assertTrue(pssProto.channel[i].name.equals(CHANNEL_NAME + i)); in testWrittenMeterDataMatchesReadIncidentReportData()465 assertTrue(pssProto.channel[i].name.equals(CHANNEL_NAME + i)); in testCorruptOnDeviceMeterStorage()599 assertTrue(pssProto.channel[i].name.equals(CHANNEL_NAME + i)); in testNotEnoughBytesAfterMeterLengthField()