Searched refs:getConversationNotificationChannel (Results 1 – 12 of 12) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationChannelExtractorTest.java | 69 when(mConfig.getConversationNotificationChannel( in testExtractsUpdatedChannel() 96 when(mConfig.getConversationNotificationChannel( in testInvalidShortcutFlagEnabled_looksUpCorrectChannel() 124 when(mConfig.getConversationNotificationChannel( in testInvalidShortcutFlagDisabled_looksUpCorrectChannel()
|
H A D | PreferencesHelperTest.java | 4549 compareChannelsParentChild(parent, mHelper.getConversationNotificationChannel( in testGetConversationNotificationChannel() 4562 compareChannels(parent, mHelper.getConversationNotificationChannel( in testGetNotificationChannel_conversationProvidedByNotCustomizedYet()
|
H A D | NotificationManagerServiceTest.java | 3217 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 D | NotificationChannelExtractor.java | 47 NotificationChannel updatedChannel = mConfig.getConversationNotificationChannel( in process()
|
H A D | RankingConfig.java | 52 NotificationChannel getConversationNotificationChannel(String pkg, int uid, String channelId, in getConversationNotificationChannel() method
|
H A D | PreferencesHelper.java | 1242 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 D | NotificationManagerService.java | 3997 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 D | NotificationChannelHelper.java | 61 channel = notificationManager.getConversationNotificationChannel( in createConversationChannelIfNeeded()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | INotificationManager.aidl | 106 …NotificationChannel getConversationNotificationChannel(String callingPkg, int userId, String pkg, … in getConversationNotificationChannel() method
|
H A D | NotificationManager.java | 1003 return service.getConversationNotificationChannel(mContext.getOpPackageName(), in getNotificationChannel()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationConversationInfoTest.java | 229 when(mMockINotificationManager.getConversationNotificationChannel(anyString(), anyInt(), in setUp()
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 5104 …ndroid/server/notification/NotificationManagerService$10;->getConversationNotificationChannel(Ljav… 5331 HSPLcom/android/server/notification/PreferencesHelper;->getConversationNotificationChannel(Ljava/la…
|