Home
last modified time | relevance | path

Searched refs:getNotificationChannelId (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DConversationInfoTest.java81 assertEquals(NOTIFICATION_CHANNEL_ID, conversationInfo.getNotificationChannelId()); in testBuild()
109 assertNull(conversationInfo.getNotificationChannelId()); in testBuildEmpty()
160 assertEquals(NOTIFICATION_CHANNEL_ID, destination.getNotificationChannelId()); in testBuildFromAnotherConversationInfo()
206 assertEquals(NOTIFICATION_CHANNEL_ID, destination.getNotificationChannelId()); in testBuildFromAnotherConversation_identicalConversation()
259 NOTIFICATION_CHANNEL_ID, conversationInfoFromBackup.getNotificationChannelId()); in testBuildFromBackupPayload()
313 NOTIFICATION_CHANNEL_ID, conversationInfoFromBackup.getNotificationChannelId()); in testBuildFromProtoPayload()
DConversationStoreTest.java95 assertNull(mConversationStore.getConversation(SHORTCUT_ID).getNotificationChannelId()); in testUpdateConversation()
103 assertEquals(NOTIFICATION_CHANNEL_ID, updated.getNotificationChannelId()); in testUpdateConversation()
DDataManagerTest.java780 assertEquals(mNotificationChannel.getId(), ci.getNotificationChannelId()); in testOnNotificationChannelModified()
881 assertEquals(NOTIFICATION_CHANNEL_ID, conversationInfo.getNotificationChannelId()); in testNotificationChannelCreated()
906 assertEquals(NOTIFICATION_CHANNEL_ID, conversationInfo.getNotificationChannelId()); in testNotificationChannelModified()
928 assertEquals(NOTIFICATION_CHANNEL_ID, conversationInfo.getNotificationChannelId()); in testNotificationChannelDeleted()
935 assertNull(conversationInfo.getNotificationChannelId()); in testNotificationChannelDeleted()
/frameworks/base/services/people/java/com/android/server/people/data/
DConversationStore.java157 String notifChannelId = conversationInfo.getNotificationChannelId(); in deleteConversation()
279 String notifChannelId = conversationInfo.getNotificationChannelId(); in updateConversationsInMemory()
DConversationInfo.java161 String getNotificationChannelId() { in getNotificationChannelId() method in ConversationInfo
DDataManager.java292 conversationInfo.getNotificationChannelId()); in getConversationChannel()
828 && Objects.equals(conversationInfo.getNotificationChannelId(), in isEligibleForCleanUp()
/frameworks/base/core/java/android/app/usage/
DUsageEvents.java732 public String getNotificationChannelId() { in getNotificationChannelId() method in UsageEvents.Event
/frameworks/base/core/api/
Dsystem-current.txt3189 method @Nullable public String getNotificationChannelId();