/frameworks/base/services/core/java/com/android/server/notification/ |
D | RankingConfig.java | 49 …ParceledListSlice<NotificationChannel> getNotificationChannels(String pkg, int uid, boolean includ… in getNotificationChannels() method
|
D | NotificationManagerService.java | 2785 return mPreferencesHelper.getNotificationChannels(pkg, uid, includeDeleted); 2792 return mPreferencesHelper.getNotificationChannels(pkg, uid, includeDeleted) 2838 public ParceledListSlice<NotificationChannel> getNotificationChannels( 2848 return mPreferencesHelper.getNotificationChannels( 4063 … return mPreferencesHelper.getNotificationChannels(pkg, getUidForPackageAndUser(pkg, user),
|
D | PreferencesHelper.java | 1063 public ParceledListSlice<NotificationChannel> getNotificationChannels(String pkg, int uid, in getNotificationChannels() method in PreferencesHelper
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 1116 mHelper.getNotificationChannels(PKG_N_MR1, UID_N_MR1, false).getList(); in testGetDeletedChannels() 1125 channels = mHelper.getNotificationChannels(PKG_N_MR1, UID_N_MR1, true).getList(); in testGetDeletedChannels() 1515 … assertEquals(1, mHelper.getNotificationChannels(PKG_N_MR1, UID_N_MR1, true).getList().size()); in testPermanentlyDeleteChannels() 1581 … mHelper.getNotificationChannels(PKG_N_MR1, user0Uids[i], false).getList().size()); in testOnUserRemoved() 1586 … mHelper.getNotificationChannels(PKG_N_MR1, user1Uids[i], false).getList().size()); in testOnUserRemoved() 1600 assertEquals(0, mHelper.getNotificationChannels( in testOnPackageChanged_packageRemoval() 1608 … assertEquals(2, mHelper.getNotificationChannels(PKG_N_MR1, UID_N_MR1, false).getList().size()); in testOnPackageChanged_packageRemoval() 1678 assertEquals(0, mHelper.getNotificationChannels(PKG_O, UID_O, true).getList().size()); in testClearData() 1693 … assertEquals(1, mHelper.getNotificationChannels(PKG_N_MR1, UID_N_MR1, false).getList().size()); in testRecordDefaults()
|
D | NotificationManagerServiceTest.java | 1841 verify(mPreferencesHelper, times(1)).getNotificationChannels( in testGetNotificationChannelFromPrivilegedListener_cdm_success() 1859 verify(mPreferencesHelper, never()).getNotificationChannels( in testGetNotificationChannelFromPrivilegedListener_cdm_noAccess() 1873 verify(mPreferencesHelper, times(1)).getNotificationChannels( in testGetNotificationChannelFromPrivilegedListener_assistant_success() 1892 verify(mPreferencesHelper, never()).getNotificationChannels( in testGetNotificationChannelFromPrivilegedListener_assistant_noAccess() 1914 verify(mPreferencesHelper, never()).getNotificationChannels( in testGetNotificationChannelFromPrivilegedListener_badUser() 4196 mBinderService.getNotificationChannels("src", "target", mContext.getUserId()); in testgetNotificationChannels_crossUser() 4200 mBinderService.getNotificationChannels("src", "target", mContext.getUserId() + 1); in testgetNotificationChannels_crossUser() 4209 mBinderService.getNotificationChannels("src", "target", mContext.getUserId() + 1); in testgetNotificationChannels_crossUser()
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 96 ParceledListSlice getNotificationChannels(String callingPkg, String targetPkg, int userId); in getNotificationChannels() method
|
D | NotificationManager.java | 743 public List<NotificationChannel> getNotificationChannels() { in getNotificationChannels() method in NotificationManager 746 return service.getNotificationChannels(mContext.getOpPackageName(), in getNotificationChannels()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 756 public final List<NotificationChannel> getNotificationChannels(@NonNull String pkg, in getNotificationChannels() method in NotificationListenerService
|
/frameworks/base/services/ |
D | art-profile | 9393 HSPLcom/android/server/notification/NotificationManagerService$10;->getNotificationChannels(Ljava/l… 9786 HSPLcom/android/server/notification/PreferencesHelper;->getNotificationChannels(Ljava/lang/String;I…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1607 HSPLandroid/app/INotificationManager$Stub$Proxy;->getNotificationChannels(Ljava/lang/String;Ljava/l… 1986 HSPLandroid/app/NotificationManager;->getNotificationChannels()Ljava/util/List;
|
D | hiddenapi-greylist-max-o.txt | 6874 Landroid/app/INotificationManager$Stub$Proxy;->getNotificationChannels(Ljava/lang/String;)Landroid/… 7066 Landroid/app/INotificationManager;->getNotificationChannels(Ljava/lang/String;)Landroid/content/pm/…
|
/frameworks/base/api/ |
D | current.txt | 5826 method public java.util.List<android.app.NotificationChannel> getNotificationChannels(); 41489 …method public final java.util.List<android.app.NotificationChannel> getNotificationChannels(@NonNu…
|