Searched refs:getNotificationChannelId (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
D | ConversationInfoTest.java | 81 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()
|
D | ConversationStoreTest.java | 95 assertNull(mConversationStore.getConversation(SHORTCUT_ID).getNotificationChannelId()); in testUpdateConversation() 103 assertEquals(NOTIFICATION_CHANNEL_ID, updated.getNotificationChannelId()); in testUpdateConversation()
|
D | DataManagerTest.java | 780 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/ |
D | ConversationStore.java | 157 String notifChannelId = conversationInfo.getNotificationChannelId(); in deleteConversation() 279 String notifChannelId = conversationInfo.getNotificationChannelId(); in updateConversationsInMemory()
|
D | ConversationInfo.java | 161 String getNotificationChannelId() { in getNotificationChannelId() method in ConversationInfo
|
D | DataManager.java | 292 conversationInfo.getNotificationChannelId()); in getConversationChannel() 828 && Objects.equals(conversationInfo.getNotificationChannelId(), in isEligibleForCleanUp()
|
/frameworks/base/core/java/android/app/usage/ |
D | UsageEvents.java | 732 public String getNotificationChannelId() { in getNotificationChannelId() method in UsageEvents.Event
|
/frameworks/base/core/api/ |
D | system-current.txt | 3189 method @Nullable public String getNotificationChannelId();
|