Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DConversationInfoTest.java64 assertEquals(NOTIFICATION_CHANNEL_ID, conversationInfo.getNotificationChannelId()); in testBuild()
86 assertNull(conversationInfo.getNotificationChannelId()); in testBuildEmpty()
124 assertEquals(NOTIFICATION_CHANNEL_ID, destination.getNotificationChannelId()); in testBuildFromAnotherConversationInfo()
DConversationStoreTest.java95 assertNull(mConversationStore.getConversation(SHORTCUT_ID).getNotificationChannelId()); in testUpdateConversation()
103 assertEquals(NOTIFICATION_CHANNEL_ID, updated.getNotificationChannelId()); in testUpdateConversation()
DDataManagerTest.java503 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()
557 assertNull(conversationInfo.getNotificationChannelId()); in testNotificationChannelDeleted()
/frameworks/base/services/people/java/com/android/server/people/data/
DConversationStore.java152 String notifChannelId = conversationInfo.getNotificationChannelId(); in deleteConversation()
268 String notifChannelId = conversationInfo.getNotificationChannelId(); in updateConversationsInMemory()
DDataManager.java297 && conversationInfo.getNotificationChannelId() == null in pruneDataForUser()
824 && conversationInfo.getNotificationChannelId() == null) { in onNotificationRemoved()
894 && conversationInfo.getNotificationChannelId() == null) { in cleanupCachedShortcuts()
DConversationInfo.java136 String getNotificationChannelId() { in getNotificationChannelId() method in ConversationInfo
/frameworks/base/core/java/android/app/usage/
DUsageEvents.java650 public String getNotificationChannelId() { in getNotificationChannelId() method in UsageEvents.Event
/frameworks/base/non-updatable-api/
Dsystem-current.txt1364 method @Nullable public String getNotificationChannelId();
/frameworks/base/api/
Dsystem-current.txt1416 method @Nullable public String getNotificationChannelId();
/frameworks/base/services/
Dart-profile23012 PLcom/android/server/people/data/ConversationInfo;->getNotificationChannelId()Ljava/lang/String;