/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
D | ConversationStoreTest.java | 47 private static final String NOTIFICATION_CHANNEL_ID = "test : abc"; field in ConversationStoreTest 99 SHORTCUT_ID, newLocusId, CONTACT_URI, PHONE_NUMBER, NOTIFICATION_CHANNEL_ID); in testUpdateConversation() 103 assertEquals(NOTIFICATION_CHANNEL_ID, updated.getNotificationChannelId()); in testUpdateConversation() 133 PHONE_NUMBER, NOTIFICATION_CHANNEL_ID); in testGetConversationByLocusId() 146 PHONE_NUMBER, NOTIFICATION_CHANNEL_ID); in testGetConversationByContactUri() 159 PHONE_NUMBER, NOTIFICATION_CHANNEL_ID); in testGetConversationByPhoneNumber() 172 PHONE_NUMBER, NOTIFICATION_CHANNEL_ID); in testGetConversationByNotificationChannelId() 175 NOTIFICATION_CHANNEL_ID); in testGetConversationByNotificationChannelId() 181 mConversationStore.getConversationByNotificationChannelId(NOTIFICATION_CHANNEL_ID)); in testGetConversationByNotificationChannelId() 188 PHONE_NUMBER, NOTIFICATION_CHANNEL_ID); in testDataPersistenceAndRestoration() [all …]
|
D | ConversationInfoTest.java | 39 private static final String NOTIFICATION_CHANNEL_ID = "test : abc"; field in ConversationInfoTest 48 .setNotificationChannelId(NOTIFICATION_CHANNEL_ID) in testBuild() 64 assertEquals(NOTIFICATION_CHANNEL_ID, conversationInfo.getNotificationChannelId()); in testBuild() 105 .setNotificationChannelId(NOTIFICATION_CHANNEL_ID) in testBuildFromAnotherConversationInfo() 124 assertEquals(NOTIFICATION_CHANNEL_ID, destination.getNotificationChannelId()); in testBuildFromAnotherConversationInfo()
|
D | DataManagerTest.java | 114 private static final String NOTIFICATION_CHANNEL_ID = "test : sc"; field in DataManagerTest 204 NOTIFICATION_CHANNEL_ID, "test channel", NotificationManager.IMPORTANCE_DEFAULT); in setUp() 503 assertEquals(NOTIFICATION_CHANNEL_ID, conversationInfo.getNotificationChannelId()); in testNotificationChannelCreated() 528 assertEquals(NOTIFICATION_CHANNEL_ID, conversationInfo.getNotificationChannelId()); in testNotificationChannelModified() 550 assertEquals(NOTIFICATION_CHANNEL_ID, conversationInfo.getNotificationChannelId()); in testNotificationChannelDeleted()
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
D | SchedulerService.java | 28 private static final String NOTIFICATION_CHANNEL_ID = SchedulerService.class.getSimpleName(); field in SchedulerService 33 new NotificationChannel(NOTIFICATION_CHANNEL_ID, NOTIFICATION_CHANNEL_ID, in onStartCommand() 35 Notification status = new Notification.Builder(this, NOTIFICATION_CHANNEL_ID) in onStartCommand()
|
/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/ |
D | TestService.java | 49 private static final String NOTIFICATION_CHANNEL_ID = TAG; field in TestService 96 NOTIFICATION_CHANNEL_ID, NOTIFICATION_CHANNEL_ID, in startForeground() 100 new Notification.Builder(this, NOTIFICATION_CHANNEL_ID) in startForeground()
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | HeapDumpReceiver.java | 68 private static final String NOTIFICATION_CHANNEL_ID = "heapdumps"; field in HeapDumpReceiver 148 new NotificationChannel(NOTIFICATION_CHANNEL_ID, in showDumpNotification() 170 NOTIFICATION_CHANNEL_ID) in showDumpNotification()
|
D | BugreportProgressService.java | 200 private static final String NOTIFICATION_CHANNEL_ID = "bugreports"; field in BugreportProgressService 281 new NotificationChannel(NOTIFICATION_CHANNEL_ID, in onCreate() 1281 return new Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in newBaseNotification()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/ |
D | PluginManager.java | 28 String NOTIFICATION_CHANNEL_ID = "ALR"; field
|
D | PluginInstanceManager.java | 364 PluginManager.NOTIFICATION_CHANNEL_ID) in handleLoadPlugin()
|
D | PluginManagerImpl.java | 249 new Notification.Builder(mContext, NOTIFICATION_CHANNEL_ID) in onReceive()
|
/frameworks/base/services/people/java/com/android/server/people/data/ |
D | ConversationInfo.java | 280 protoOutputStream.write(ConversationInfoProto.NOTIFICATION_CHANNEL_ID, in writeToProto() 337 case (int) ConversationInfoProto.NOTIFICATION_CHANNEL_ID: in readFromProto() 339 ConversationInfoProto.NOTIFICATION_CHANNEL_ID)); in readFromProto()
|
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/ |
D | DynamicSystemInstallationService.java | 103 private static final String NOTIFICATION_CHANNEL_ID = "com.android.dynsystem"; field in DynamicSystemInstallationService 406 NotificationChannel chan = new NotificationChannel(NOTIFICATION_CHANNEL_ID, in prepareNotification() 428 Notification.Builder builder = new Notification.Builder(this, NOTIFICATION_CHANNEL_ID) in buildNotification()
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | UsageStatsProtoV2.java | 681 case (int) PendingEventProto.NOTIFICATION_CHANNEL_ID: in parsePendingEvent() 683 PendingEventProto.NOTIFICATION_CHANNEL_ID); in parsePendingEvent() 781 proto.write(PendingEventProto.NOTIFICATION_CHANNEL_ID, in writePendingEvent()
|
/frameworks/base/api/ |
D | current.txt | 6045 …ic static final String EXTRA_NOTIFICATION_CHANNEL_ID = "android.app.extra.NOTIFICATION_CHANNEL_ID";
|