Searched refs:getConversationNotificationChannel (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | RankingConfig.java | 50 NotificationChannel getConversationNotificationChannel(String pkg, int uid, String channelId, in getConversationNotificationChannel() method
|
D | NotificationChannelExtractor.java | 73 NotificationChannel updatedChannel = mConfig.getConversationNotificationChannel( in process()
|
D | PreferencesHelper.java | 1304 return getConversationNotificationChannel(pkg, uid, channelId, null, true, includeDeleted); in getNotificationChannel() 1308 public NotificationChannel getConversationNotificationChannel(String pkg, int uid, in getConversationNotificationChannel() method in PreferencesHelper
|
D | NotificationManagerService.java | 4224 return getConversationNotificationChannel( 4229 public NotificationChannel getConversationNotificationChannel(String callingPkg, int userId, 4240 return mPreferencesHelper.getConversationNotificationChannel( 4252 return mPreferencesHelper.getConversationNotificationChannel( 7559 NotificationChannel channel = mPreferencesHelper.getConversationNotificationChannel(
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationChannelExtractorTest.java | 104 when(mConfig.getConversationNotificationChannel( in testExtractsUpdatedConversationChannel() 124 when(mConfig.getConversationNotificationChannel( in testInvalidShortcutFlagEnabled_looksUpCorrectNonChannel() 145 when(mConfig.getConversationNotificationChannel( in testInvalidShortcutFlagDisabled_looksUpCorrectChannel()
|
D | NotificationManagerServiceTest.java | 3671 verify(mPreferencesHelper, times(1)).getConversationNotificationChannel( in testTvExtenderChannelOverride_onTv() 3686 verify(mPreferencesHelper, times(1)).getConversationNotificationChannel( in testTvExtenderChannelOverride_notOnTv() 11151 NotificationChannel friendChannel = mBinderService.getConversationNotificationChannel( 11224 mBinderService.getConversationNotificationChannel( 11305 mBinderService.getConversationNotificationChannel( 11350 mBinderService.getConversationNotificationChannel(
|
D | PreferencesHelperTest.java | 4787 compareChannelsParentChild(parent, mHelper.getConversationNotificationChannel( in testGetConversationNotificationChannel() 4800 compareChannels(parent, mHelper.getConversationNotificationChannel( in testGetNotificationChannel_conversationProvidedByNotCustomizedYet()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationChannelHelper.java | 61 channel = notificationManager.getConversationNotificationChannel( in createConversationChannelIfNeeded()
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 110 …NotificationChannel getConversationNotificationChannel(String callingPkg, int userId, String pkg, … in getConversationNotificationChannel() method
|
D | NotificationManager.java | 1066 return service.getConversationNotificationChannel(mContext.getOpPackageName(), in getNotificationChannel()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationConversationInfoTest.java | 230 when(mMockINotificationManager.getConversationNotificationChannel(anyString(), anyInt(), in setUp()
|
/frameworks/base/services/ |
D | art-profile | 2027 …ndroid/server/notification/NotificationManagerService$12;->getConversationNotificationChannel(Ljav… 2098 HSPLcom/android/server/notification/PreferencesHelper;->getConversationNotificationChannel(Ljava/la…
|
D | art-wear-profile | 15888 …ndroid/server/notification/NotificationManagerService$12;->getConversationNotificationChannel(Ljav… 16386 HPLcom/android/server/notification/PreferencesHelper;->getConversationNotificationChannel(Ljava/lan…
|