Searched refs:CHANNEL_NAME (Results 1 – 6 of 6) sorted by relevance
39 static final String CHANNEL_NAME = "Bubbles"; field in BubbleHelper76 NotificationChannel channel = new NotificationChannel(CHANNEL_ID, CHANNEL_NAME, in BubbleHelper()
64 private static final String CHANNEL_NAME = "Test channel"; field in NotificationTest138 new NotificationChannel(CHANNEL_ID, CHANNEL_NAME, IMPORTANCE_HIGH); in postMessagingNotification()
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()
114 public static final String CHANNEL_NAME = "Shell command"; field in NotificationShellCmd438 new NotificationChannel(CHANNEL_ID, CHANNEL_NAME, CHANNEL_IMP); in ensureChannel()
62 private static final String CHANNEL_NAME = " Biometric Unlock"; field in BiometricNotificationService167 mNotificationChannel = new NotificationChannel(CHANNEL_ID, CHANNEL_NAME, in start()
76 private static final String CHANNEL_NAME = "channelname"; field in PowerStatsServiceTest255 energyMeterList[i].name = new String(CHANNEL_NAME + i); in getEnergyMeterInfo()314 assertTrue(pssProto.channel[i].name.equals(CHANNEL_NAME + i)); in testWrittenMeterDataMatchesReadIncidentReportData()466 assertTrue(pssProto.channel[i].name.equals(CHANNEL_NAME + i)); in testCorruptOnDeviceMeterStorage()600 assertTrue(pssProto.channel[i].name.equals(CHANNEL_NAME + i)); in testNotEnoughBytesAfterMeterLengthField()