Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationChannelExtractorTest.java69 when(mConfig.getConversationNotificationChannel( in testExtractsUpdatedChannel()
96 when(mConfig.getConversationNotificationChannel( in testInvalidShortcutFlagEnabled_looksUpCorrectChannel()
124 when(mConfig.getConversationNotificationChannel( in testInvalidShortcutFlagDisabled_looksUpCorrectChannel()
DNotificationManagerServiceTest.java2030 verify(mPreferencesHelper, times(1)).getConversationNotificationChannel( in testTvExtenderChannelOverride_onTv()
2045 verify(mPreferencesHelper, times(1)).getConversationNotificationChannel( in testTvExtenderChannelOverride_notOnTv()
6509 NotificationChannel friendChannel = mBinderService.getConversationNotificationChannel( in createConversationNotificationChannel()
6548 NotificationChannel messagesChild = mBinderService.getConversationNotificationChannel( in deleteConversationNotificationChannels()
6550 NotificationChannel callsChild = mBinderService.getConversationNotificationChannel( in deleteConversationNotificationChannels()
6561 assertNull(mBinderService.getConversationNotificationChannel( in deleteConversationNotificationChannels()
6563 assertNull(mBinderService.getConversationNotificationChannel( in deleteConversationNotificationChannels()
DPreferencesHelperTest.java3040 compareChannelsParentChild(parent, mHelper.getConversationNotificationChannel( in testGetConversationNotificationChannel()
3052 compareChannels(parent, mHelper.getConversationNotificationChannel( in testGetNotificationChannel_conversationProvidedByNotCustomizedYet()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationChannelExtractor.java47 NotificationChannel updatedChannel = mConfig.getConversationNotificationChannel( in process()
DRankingConfig.java50 NotificationChannel getConversationNotificationChannel(String pkg, int uid, String channelId, in getConversationNotificationChannel() method
DPreferencesHelper.java1008 return getConversationNotificationChannel(pkg, uid, channelId, null, true, includeDeleted); in getNotificationChannel()
1012 public NotificationChannel getConversationNotificationChannel(String pkg, int uid, in getConversationNotificationChannel() method in PreferencesHelper
DNotificationManagerService.java3352 return getConversationNotificationChannel(
3357 public NotificationChannel getConversationNotificationChannel(String callingPkg, int userId,
3368 return mPreferencesHelper.getConversationNotificationChannel(
3380 return mPreferencesHelper.getConversationNotificationChannel(
5679 final NotificationChannel channel = mPreferencesHelper.getConversationNotificationChannel(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationChannelHelper.java61 channel = notificationManager.getConversationNotificationChannel( in createConversationChannelIfNeeded()
/frameworks/base/core/java/android/app/
DINotificationManager.aidl100 …NotificationChannel getConversationNotificationChannel(String callingPkg, int userId, String pkg, … in getConversationNotificationChannel() method
DNotificationManager.java870 return service.getConversationNotificationChannel(mContext.getOpPackageName(), in getNotificationChannel()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfoTest.java231 when(mMockINotificationManager.getConversationNotificationChannel(anyString(), anyInt(), in setUp()
/frameworks/base/services/
Dart-profile21319 …ndroid/server/notification/NotificationManagerService$10;->getConversationNotificationChannel(Ljav…
22135 HSPLcom/android/server/notification/PreferencesHelper;->getConversationNotificationChannel(Ljava/la…