Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DConversationInfoTest.java78 assertEquals(NOTIFICATION_CHANNEL_ID, conversationInfo.getNotificationChannelId()); in testBuild()
105 assertNull(conversationInfo.getNotificationChannelId()); in testBuildEmpty()
154 assertEquals(NOTIFICATION_CHANNEL_ID, destination.getNotificationChannelId()); in testBuildFromAnotherConversationInfo()
H A DConversationStoreTest.java95 assertNull(mConversationStore.getConversation(SHORTCUT_ID).getNotificationChannelId()); in testUpdateConversation()
103 assertEquals(NOTIFICATION_CHANNEL_ID, updated.getNotificationChannelId()); in testUpdateConversation()
H A DDataManagerTest.java718 assertEquals(mNotificationChannel.getId(), ci.getNotificationChannelId()); in testOnNotificationChannelModified()
819 assertEquals(NOTIFICATION_CHANNEL_ID, conversationInfo.getNotificationChannelId()); in testNotificationChannelCreated()
844 assertEquals(NOTIFICATION_CHANNEL_ID, conversationInfo.getNotificationChannelId()); in testNotificationChannelModified()
866 assertEquals(NOTIFICATION_CHANNEL_ID, conversationInfo.getNotificationChannelId()); in testNotificationChannelDeleted()
873 assertNull(conversationInfo.getNotificationChannelId()); in testNotificationChannelDeleted()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/
H A DAutoGrantPermissionsNotifier.java116 getNotificationChannelId(shouldNotifySilently), in createAutoGrantNotifierChannel()
161 getNotificationChannelId(shouldNotifySilently))).setContentTitle(title) in notifyOfAutoGrantPermissions()
240 private String getNotificationChannelId(boolean shouldNotifySilently) { in getNotificationChannelId() method in AutoGrantPermissionsNotifier
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/
H A DConversationStore.java157 String notifChannelId = conversationInfo.getNotificationChannelId(); in deleteConversation()
279 String notifChannelId = conversationInfo.getNotificationChannelId(); in updateConversationsInMemory()
H A DConversationInfo.java151 String getNotificationChannelId() { in getNotificationChannelId() method in ConversationInfo
H A DDataManager.java292 conversationInfo.getNotificationChannelId()); in getConversationChannel()
806 && Objects.equals(conversationInfo.getNotificationChannelId(), in isCachedRecentConversation()
/aosp12/frameworks/base/core/java/android/app/usage/
H A DUsageEvents.java663 public String getNotificationChannelId() { in getNotificationChannelId() method in UsageEvents.Event
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt1860 method @Nullable public String getNotificationChannelId();
/aosp12/frameworks/base/services/
H A Dart-profile28451 HPLcom/android/server/people/data/ConversationInfo;->getNotificationChannelId()Ljava/lang/String;