Home
last modified time | relevance | path

Searched defs:NOTIFICATION_CHANNEL_ID (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DSchedulerService.java28 private static final String NOTIFICATION_CHANNEL_ID = SchedulerService.class.getSimpleName(); field in SchedulerService
/aosp14/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
H A DTestService.java49 private static final String NOTIFICATION_CHANNEL_ID = TAG; field in TestService
/aosp14/frameworks/base/packages/SystemUI/plugin_core/src/com/android/systemui/plugins/
H A DPluginManager.java26 String NOTIFICATION_CHANNEL_ID = "ALR"; field
/aosp14/frameworks/base/services/tests/servicestests/test-apps/SimpleServiceTestApp/src/com/android/servicestests/apps/simpleservicetestapp/
H A DSimpleFgService.java34 private static final String NOTIFICATION_CHANNEL_ID = TAG; field in SimpleFgService
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DConversationInfoTest.java47 private static final String NOTIFICATION_CHANNEL_ID = "test : abc"; field in ConversationInfoTest
H A DConversationStoreTest.java47 private static final String NOTIFICATION_CHANNEL_ID = "test : abc"; field in ConversationStoreTest
H A DDataManagerTest.java134 private static final String NOTIFICATION_CHANNEL_ID = "test : sc"; field in DataManagerTest
/aosp14/frameworks/base/core/tests/coretests/src/android/service/notification/
H A DNotificationRankingUpdateTest.java45 private static final String NOTIFICATION_CHANNEL_ID = "test_channel_id"; field in NotificationRankingUpdateTest
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DHeapDumpReceiver.java68 private static final String NOTIFICATION_CHANNEL_ID = "heapdumps"; field in HeapDumpReceiver
H A DBugreportProgressService.java215 private static final String NOTIFICATION_CHANNEL_ID = "bugreports"; field in BugreportProgressService
/aosp14/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DDynamicSystemInstallationService.java104 private static final String NOTIFICATION_CHANNEL_ID = "com.android.dynsystem"; field in DynamicSystemInstallationService
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
H A DJobNotificationCoordinatorTest.java57 private static final String NOTIFICATION_CHANNEL_ID = "validNotificationChannelId"; field in JobNotificationCoordinatorTest