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 | 1443 getConversationNotificationChannel(pkg, uid, channelId, null, true, false); 1469 return getConversationNotificationChannel(pkg, uid, channelId, null, true, includeDeleted); 1473 public NotificationChannel getConversationNotificationChannel(String pkg, int uid,
|
D | NotificationManagerService.java | 4890 return getConversationNotificationChannel( 4895 public NotificationChannel getConversationNotificationChannel(String callingPkg, int userId, 4906 return mPreferencesHelper.getConversationNotificationChannel( 4918 return mPreferencesHelper.getConversationNotificationChannel( 7089 return mPreferencesHelper.getConversationNotificationChannel( 8600 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 | 4425 verify(mPreferencesHelper, times(1)).getConversationNotificationChannel( in testTvExtenderChannelOverride_onTv() 4445 verify(mPreferencesHelper, times(1)).getConversationNotificationChannel( in testTvExtenderChannelOverride_notOnTv() 4891 when(mPreferencesHelper.getConversationNotificationChannel( in setUpChannelsForConversationChannelTest() 12553 NotificationChannel friendChannel = mBinderService.getConversationNotificationChannel( 12626 mBinderService.getConversationNotificationChannel( 12707 mBinderService.getConversationNotificationChannel( 12752 mBinderService.getConversationNotificationChannel(
|
D | PreferencesHelperTest.java | 5183 compareChannelsParentChild(parent, mHelper.getConversationNotificationChannel( in testGetConversationNotificationChannel() 5196 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 | 112 …NotificationChannel getConversationNotificationChannel(String callingPkg, int userId, String pkg, … in getConversationNotificationChannel() method
|
D | NotificationManager.java | 1301 return service.getConversationNotificationChannel(mContext.getOpPackageName(), in getNotificationChannel()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationConversationInfoTest.java | 273 when(mMockINotificationManager.getConversationNotificationChannel(anyString(), anyInt(), in setUp()
|
/frameworks/base/services/ |
D | art-profile | 2277 HSPLcom/android/server/notification/PreferencesHelper;->getConversationNotificationChannel(Ljava/la…
|
D | art-wear-profile | 12551 …ndroid/server/notification/NotificationManagerService$12;->getConversationNotificationChannel(Ljav… 12870 HPLcom/android/server/notification/PreferencesHelper;->getConversationNotificationChannel(Ljava/lan…
|