Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java49 …ParceledListSlice<NotificationChannel> getNotificationChannels(String pkg, int uid, boolean includ… in getNotificationChannels() method
DNotificationManagerService.java2785 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),
DPreferencesHelper.java1063 public ParceledListSlice<NotificationChannel> getNotificationChannels(String pkg, int uid, in getNotificationChannels() method in PreferencesHelper
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java1116 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()
DNotificationManagerServiceTest.java1841 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/
DINotificationManager.aidl96 ParceledListSlice getNotificationChannels(String callingPkg, String targetPkg, int userId); in getNotificationChannels() method
DNotificationManager.java743 public List<NotificationChannel> getNotificationChannels() { in getNotificationChannels() method in NotificationManager
746 return service.getNotificationChannels(mContext.getOpPackageName(), in getNotificationChannels()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java756 public final List<NotificationChannel> getNotificationChannels(@NonNull String pkg, in getNotificationChannels() method in NotificationListenerService
/frameworks/base/services/
Dart-profile9393 HSPLcom/android/server/notification/NotificationManagerService$10;->getNotificationChannels(Ljava/l…
9786 HSPLcom/android/server/notification/PreferencesHelper;->getNotificationChannels(Ljava/lang/String;I…
/frameworks/base/config/
Dboot-image-profile.txt1607 HSPLandroid/app/INotificationManager$Stub$Proxy;->getNotificationChannels(Ljava/lang/String;Ljava/l…
1986 HSPLandroid/app/NotificationManager;->getNotificationChannels()Ljava/util/List;
Dhiddenapi-greylist-max-o.txt6874 Landroid/app/INotificationManager$Stub$Proxy;->getNotificationChannels(Ljava/lang/String;)Landroid/…
7066 Landroid/app/INotificationManager;->getNotificationChannels(Ljava/lang/String;)Landroid/content/pm/…
/frameworks/base/api/
Dcurrent.txt5826 method public java.util.List<android.app.NotificationChannel> getNotificationChannels();
41489 …method public final java.util.List<android.app.NotificationChannel> getNotificationChannels(@NonNu…