Home
last modified time | relevance | path

Searched refs:getConversationNotificationChannel (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationChannelExtractorTest.java69 when(mConfig.getConversationNotificationChannel( in testExtractsUpdatedChannel()
96 when(mConfig.getConversationNotificationChannel( in testInvalidShortcutFlagEnabled_looksUpCorrectChannel()
124 when(mConfig.getConversationNotificationChannel( in testInvalidShortcutFlagDisabled_looksUpCorrectChannel()
H A DPreferencesHelperTest.java4549 compareChannelsParentChild(parent, mHelper.getConversationNotificationChannel( in testGetConversationNotificationChannel()
4562 compareChannels(parent, mHelper.getConversationNotificationChannel( in testGetNotificationChannel_conversationProvidedByNotCustomizedYet()
H A DNotificationManagerServiceTest.java3217 verify(mPreferencesHelper, times(1)).getConversationNotificationChannel( in testTvExtenderChannelOverride_onTv()
3232 verify(mPreferencesHelper, times(1)).getConversationNotificationChannel( in testTvExtenderChannelOverride_notOnTv()
9868 NotificationChannel friendChannel = mBinderService.getConversationNotificationChannel(
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationChannelExtractor.java47 NotificationChannel updatedChannel = mConfig.getConversationNotificationChannel( in process()
H A DRankingConfig.java52 NotificationChannel getConversationNotificationChannel(String pkg, int uid, String channelId, in getConversationNotificationChannel() method
H A DPreferencesHelper.java1242 return getConversationNotificationChannel(pkg, uid, channelId, null, true, includeDeleted); in getNotificationChannel()
1246 public NotificationChannel getConversationNotificationChannel(String pkg, int uid, in getConversationNotificationChannel() method in PreferencesHelper
H A DNotificationManagerService.java3997 return getConversationNotificationChannel(
4002 public NotificationChannel getConversationNotificationChannel(String callingPkg, int userId,
4013 return mPreferencesHelper.getConversationNotificationChannel(
4025 return mPreferencesHelper.getConversationNotificationChannel(
6789 final NotificationChannel channel = mPreferencesHelper.getConversationNotificationChannel(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationChannelHelper.java61 channel = notificationManager.getConversationNotificationChannel( in createConversationChannelIfNeeded()
/aosp14/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl106 …NotificationChannel getConversationNotificationChannel(String callingPkg, int userId, String pkg, … in getConversationNotificationChannel() method
H A DNotificationManager.java1003 return service.getConversationNotificationChannel(mContext.getOpPackageName(), in getNotificationChannel()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationConversationInfoTest.java229 when(mMockINotificationManager.getConversationNotificationChannel(anyString(), anyInt(), in setUp()
/aosp14/frameworks/base/services/
H A Dart-profile5104 …ndroid/server/notification/NotificationManagerService$10;->getConversationNotificationChannel(Ljav…
5331 HSPLcom/android/server/notification/PreferencesHelper;->getConversationNotificationChannel(Ljava/la…