Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
H A DBubbleHelper.java39 static final String CHANNEL_NAME = "Bubbles"; field in BubbleHelper
76 NotificationChannel channel = new NotificationChannel(CHANNEL_ID, CHANNEL_NAME, in BubbleHelper()
/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DNotificationTest.java64 private static final String CHANNEL_NAME = "Test channel"; field in NotificationTest
138 new NotificationChannel(CHANNEL_ID, CHANNEL_NAME, IMPORTANCE_HIGH); in postMessagingNotification()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A 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()
H A DNotificationShellCmd.java114 public static final String CHANNEL_NAME = "Shell command"; field in NotificationShellCmd
438 new NotificationChannel(CHANNEL_ID, CHANNEL_NAME, CHANNEL_IMP); in ensureChannel()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DBiometricNotificationService.java62 private static final String CHANNEL_NAME = " Biometric Unlock"; field in BiometricNotificationService
167 mNotificationChannel = new NotificationChannel(CHANNEL_ID, CHANNEL_NAME, in start()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/powerstats/
H A DPowerStatsServiceTest.java76 private static final String CHANNEL_NAME = "channelname"; field in PowerStatsServiceTest
255 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()