/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 285 mHelper.getNotificationChannel(package10, uid10, channel10.getId(), false)); in testWriteXml_onlyBackupsTargetUser() 286 assertNull(mHelper.getNotificationChannel(package0, uid0, channel0.getId(), false)); in testWriteXml_onlyBackupsTargetUser() 311 mHelper.getNotificationChannel(package0, expectedUid, channel0.getId(), false)); in testReadXml_onlyRestoresTargetUser() 312 assertNull(mHelper.getNotificationChannel(package0, uid0, channel0.getId(), false)); in testReadXml_onlyRestoresTargetUser() 354 mHelper.getNotificationChannel(PKG_N_MR1, UID_N_MR1, channel1.getId(), false)); in testChannelXml() 356 mHelper.getNotificationChannel(PKG_N_MR1, UID_N_MR1, channel2.getId(), false)); in testChannelXml() 424 mHelper.getNotificationChannel(PKG_N_MR1, UID_N_MR1, channel1.getId(), false)); in testChannelXmlForBackup() 426 mHelper.getNotificationChannel(PKG_N_MR1, UID_N_MR1, channel2.getId(), false)); in testChannelXmlForBackup() 428 mHelper.getNotificationChannel(PKG_N_MR1, UID_N_MR1, channel3.getId(), false)); in testChannelXmlForBackup() 491 NotificationChannel actualChannel = mHelper.getNotificationChannel( in testRestoreXml_withExistentCanonicalizedSoundUri() [all …]
|
D | NotificationChannelExtractorTest.java | 68 when(mConfig.getNotificationChannel(any(), anyInt(), eq("a"), eq(false))) in testExtractsUpdatedChannel()
|
D | NotificationManagerServiceTest.java | 404 assertNotNull(mBinderService.getNotificationChannel( in setUp() 425 when(mPreferencesHelper.getNotificationChannel( in setUpPrefsForBubbles() 552 mBinderService.getNotificationChannel(PKG, mContext.getUserId(), PKG, "id"); in testCreateNotificationChannels_SingleChannel() 575 assertTrue(mBinderService.getNotificationChannel( in testCreateNotificationChannels_TwoChannels() 577 assertTrue(mBinderService.getNotificationChannel( in testCreateNotificationChannels_TwoChannels() 595 mBinderService.getNotificationChannel(PKG, mContext.getUserId(), PKG, "id"); in testCreateNotificationChannels_SecondCreateDoesNotChangeImportance() 613 mBinderService.getNotificationChannel(PKG, mContext.getUserId(), PKG, "id"); in testCreateNotificationChannels_SecondCreateAllowedToDowngradeImportance() 636 mBinderService.getNotificationChannel(PKG, mContext.getUserId(), PKG, "id"); in testCreateNotificationChannels_CannotDowngradeImportanceIfAlreadyUpdated() 650 mBinderService.getNotificationChannel(PKG, mContext.getUserId(), PKG, "id"); in testCreateNotificationChannels_IdenticalChannelsInListIgnoresSecond() 703 assertEquals(IMPORTANCE_LOW, mBinderService.getNotificationChannel( in testEnqueuedBlockedNotifications_appBlockedChannelForegroundService() [all …]
|
D | BubbleExtractorTest.java | 65 when(mConfig.getNotificationChannel(mPkg, mUid, "a", false)).thenReturn(channel); in getNotificationRecord()
|
D | BadgeExtractorTest.java | 67 when(mConfig.getNotificationChannel(mPkg, mUid, "a", false)).thenReturn(channel); in getNotificationRecord()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerInternal.java | 23 NotificationChannel getNotificationChannel(String pkg, int uid, String channelId); in getNotificationChannel() method
|
D | NotificationChannelExtractor.java | 45 record.updateNotificationChannel(mConfig.getNotificationChannel(record.sbn.getPackageName(), in process()
|
D | RankingConfig.java | 45 …NotificationChannel getNotificationChannel(String pkg, int uid, String channelId, boolean includeD… in getNotificationChannel() method
|
D | NotificationManagerService.java | 1965 mPreferencesHelper.getNotificationChannel(pkg, uid, channel.getId(), true); 1972 mPreferencesHelper.getNotificationChannel(pkg, uid, channel.getId(), false); 2664 mPreferencesHelper.getNotificationChannel(pkg, uid, channel.getId(), 2689 public NotificationChannel getNotificationChannel(String callingPkg, int userId, 2699 return mPreferencesHelper.getNotificationChannel( 2710 return mPreferencesHelper.getNotificationChannel(pkg, uid, channelId, includeDeleted); 2725 mPreferencesHelper.getNotificationChannel(pkg, callingUid, channelId, true), 4614 public NotificationChannel getNotificationChannel(String pkg, int uid, String 4616 return mPreferencesHelper.getNotificationChannel(pkg, uid, channelId, false); 4706 final NotificationChannel channel = mPreferencesHelper.getNotificationChannel(pkg,
|
D | PreferencesHelper.java | 801 public NotificationChannel getNotificationChannel(String pkg, int uid, String channelId, in getNotificationChannel() method in PreferencesHelper
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | NotificationChannels.java | 83 nm.getNotificationChannel(SCREENSHOTS_LEGACY)), in createAll()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/ |
D | NotificationChannelController.java | 128 .getNotificationChannel(channelId); in getChannel()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AlertWindowNotification.java | 158 NotificationChannel channel = mNotificationManager.getNotificationChannel(mNotificationTag); in createNotificationChannel()
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 93 …NotificationChannel getNotificationChannel(String callingPkg, int userId, String pkg, String chann… in getNotificationChannel() method
|
D | NotificationManager.java | 725 public NotificationChannel getNotificationChannel(String channelId) { in getNotificationChannel() method in NotificationManager 728 return service.getNotificationChannel(mContext.getOpPackageName(), in getNotificationChannel()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ServiceRecord.java | 867 if (nm.getNotificationChannel(localPackageName, appUid, in postNotification()
|
/frameworks/base/services/ |
D | art-profile | 9389 HSPLcom/android/server/notification/NotificationManagerService$10;->getNotificationChannel(Ljava/la… 9425 PLcom/android/server/notification/NotificationManagerService$11;->getNotificationChannel(Ljava/lang… 9782 HSPLcom/android/server/notification/PreferencesHelper;->getNotificationChannel(Ljava/lang/String;IL…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1606 HSPLandroid/app/INotificationManager$Stub$Proxy;->getNotificationChannel(Ljava/lang/String;ILjava/l… 1985 HSPLandroid/app/NotificationManager;->getNotificationChannel(Ljava/lang/String;)Landroid/app/Notifi…
|
D | hiddenapi-greylist-max-o.txt | 6867 Landroid/app/INotificationManager$Stub$Proxy;->getNotificationChannel(Ljava/lang/String;Ljava/lang/… 7059 Landroid/app/INotificationManager;->getNotificationChannel(Ljava/lang/String;Ljava/lang/String;)Lan…
|
/frameworks/base/api/ |
D | current.txt | 5823 method public android.app.NotificationChannel getNotificationChannel(String);
|