Searched refs:getConversationNotificationChannel (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationChannelExtractorTest.java | 69 when(mConfig.getConversationNotificationChannel( in testExtractsUpdatedChannel() 96 when(mConfig.getConversationNotificationChannel( in testInvalidShortcutFlagEnabled_looksUpCorrectChannel() 124 when(mConfig.getConversationNotificationChannel( in testInvalidShortcutFlagDisabled_looksUpCorrectChannel()
|
D | NotificationManagerServiceTest.java | 2030 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()
|
D | PreferencesHelperTest.java | 3040 compareChannelsParentChild(parent, mHelper.getConversationNotificationChannel( in testGetConversationNotificationChannel() 3052 compareChannels(parent, mHelper.getConversationNotificationChannel( in testGetNotificationChannel_conversationProvidedByNotCustomizedYet()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationChannelExtractor.java | 47 NotificationChannel updatedChannel = mConfig.getConversationNotificationChannel( in process()
|
D | RankingConfig.java | 50 NotificationChannel getConversationNotificationChannel(String pkg, int uid, String channelId, in getConversationNotificationChannel() method
|
D | PreferencesHelper.java | 1008 return getConversationNotificationChannel(pkg, uid, channelId, null, true, includeDeleted); in getNotificationChannel() 1012 public NotificationChannel getConversationNotificationChannel(String pkg, int uid, in getConversationNotificationChannel() method in PreferencesHelper
|
D | NotificationManagerService.java | 3352 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/ |
D | NotificationChannelHelper.java | 61 channel = notificationManager.getConversationNotificationChannel( in createConversationChannelIfNeeded()
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 100 …NotificationChannel getConversationNotificationChannel(String callingPkg, int userId, String pkg, … in getConversationNotificationChannel() method
|
D | NotificationManager.java | 870 return service.getConversationNotificationChannel(mContext.getOpPackageName(), in getNotificationChannel()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationConversationInfoTest.java | 231 when(mMockINotificationManager.getConversationNotificationChannel(anyString(), anyInt(), in setUp()
|
/frameworks/base/services/ |
D | art-profile | 21319 …ndroid/server/notification/NotificationManagerService$10;->getConversationNotificationChannel(Ljav… 22135 HSPLcom/android/server/notification/PreferencesHelper;->getConversationNotificationChannel(Ljava/la…
|