Home
last modified time | relevance | path

Searched refs:CHANNEL_NAME (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryProtoHelper.java107 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()
DNotificationShellCmd.java111 public static final String CHANNEL_NAME = "Shell command"; field in NotificationShellCmd
426 new NotificationChannel(CHANNEL_ID, CHANNEL_NAME, CHANNEL_IMP); in ensureChannel()
/frameworks/base/services/tests/servicestests/src/com/android/server/powerstats/
DPowerStatsServiceTest.java75 private static final String CHANNEL_NAME = "channelname"; field in PowerStatsServiceTest
254 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()