Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java57 ParceledListSlice<NotificationChannel> getNotificationChannels(String pkg, int uid, in getNotificationChannels() method
DNotificationManagerService.java4141 mPreferencesHelper.getNotificationChannels(pkg, uid, true);
4162 mPreferencesHelper.getNotificationChannels(pkg, uid, true);
4391 return mPreferencesHelper.getNotificationChannels(pkg, uid, includeDeleted);
4512 public ParceledListSlice<NotificationChannel> getNotificationChannels(
4522 return mPreferencesHelper.getNotificationChannels(
6365 return mPreferencesHelper.getNotificationChannels(pkg,
7252 return mPreferencesHelper.getNotificationChannels(pkg, uid, includeDeleted).getList()
DPreferencesHelper.java1758 public ParceledListSlice<NotificationChannel> getNotificationChannels(String pkg, int uid, in getNotificationChannels() method in PreferencesHelper
/frameworks/base/core/java/android/app/
DINotificationManager.aidl114 ParceledListSlice getNotificationChannels(String callingPkg, String targetPkg, int userId); in getNotificationChannels() method
DNotificationManager.java1082 public List<NotificationChannel> getNotificationChannels() { in getNotificationChannels() method in NotificationManager
1085 return service.getNotificationChannels(mContext.getOpPackageName(), in getNotificationChannels()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java2423 mHelper.getNotificationChannels(PKG_N_MR1, UID_N_MR1, false).getList(); in testGetDeletedChannels()
2432 channels = mHelper.getNotificationChannels(PKG_N_MR1, UID_N_MR1, true).getList(); in testGetDeletedChannels()
2942 … assertEquals(1, mHelper.getNotificationChannels(PKG_N_MR1, UID_N_MR1, true).getList().size()); in testPermanentlyDeleteChannels()
3057 … mHelper.getNotificationChannels(PKG_N_MR1, user0Uids[i], false).getList().size()); in testOnUserRemoved()
3062 … mHelper.getNotificationChannels(PKG_N_MR1, user1Uids[i], false).getList().size()); in testOnUserRemoved()
3077 assertEquals(0, mHelper.getNotificationChannels( in testOnPackageChanged_packageRemoval()
3086 … assertEquals(2, mHelper.getNotificationChannels(PKG_N_MR1, UID_N_MR1, false).getList().size()); in testOnPackageChanged_packageRemoval()
3145 assertEquals(0, mHelper.getNotificationChannels(PKG_O, UID_O, true).getList().size()); in testClearData()
3158 … assertEquals(1, mHelper.getNotificationChannels(PKG_N_MR1, UID_N_MR1, false).getList().size()); in testRecordDefaults()
DNotificationManagerServiceTest.java4250 verify(mPreferencesHelper, times(1)).getNotificationChannels( in testGetNotificationChannelFromPrivilegedListener_cdm_success()
4268 verify(mPreferencesHelper, never()).getNotificationChannels( in testGetNotificationChannelFromPrivilegedListener_cdm_noAccess()
4283 verify(mPreferencesHelper, times(1)).getNotificationChannels( in testGetNotificationChannelFromPrivilegedListener_assistant_success()
4303 verify(mPreferencesHelper, never()).getNotificationChannels( in testGetNotificationChannelFromPrivilegedListener_assistant_noAccess()
4325 verify(mPreferencesHelper, never()).getNotificationChannels( in testGetNotificationChannelFromPrivilegedListener_badUser()
9097 mBinderService.getNotificationChannels("src", "target", mContext.getUserId()); in testGetNotificationChannels_crossUser()
9101 mBinderService.getNotificationChannels("src", "target", mContext.getUserId() + 1); in testGetNotificationChannels_crossUser()
9109 mBinderService.getNotificationChannels("src", "target", mContext.getUserId() + 1); in testGetNotificationChannels_crossUser()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java921 public final List<NotificationChannel> getNotificationChannels(@NonNull String pkg, in getNotificationChannels() method in NotificationListenerService
/frameworks/base/services/
Dart-profile2029 HPLcom/android/server/notification/NotificationManagerService$12;->getNotificationChannels(Ljava/la…
2101 HSPLcom/android/server/notification/PreferencesHelper;->getNotificationChannels(Ljava/lang/String;I…
Dart-wear-profile15892 PLcom/android/server/notification/NotificationManagerService$12;->getNotificationChannels(Ljava/lan…
16389 HPLcom/android/server/notification/PreferencesHelper;->getNotificationChannels(Ljava/lang/String;IZ…
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt1945 HSPLandroid/app/INotificationManager$Stub$Proxy;->getNotificationChannels(Ljava/lang/String;Ljava/l…
2381 HSPLandroid/app/NotificationManager;->getNotificationChannels()Ljava/util/List;
/frameworks/base/config/
Dboot-image-profile.txt1945 HSPLandroid/app/INotificationManager$Stub$Proxy;->getNotificationChannels(Ljava/lang/String;Ljava/l…
2381 HSPLandroid/app/NotificationManager;->getNotificationChannels()Ljava/util/List;
/frameworks/base/core/api/
Dcurrent.txt7029 method public java.util.List<android.app.NotificationChannel> getNotificationChannels();
41163 …method public final java.util.List<android.app.NotificationChannel> getNotificationChannels(@NonNu…
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt6454 Landroid/app/INotificationManager$Stub$Proxy;->getNotificationChannels(Ljava/lang/String;)Landroid/…
6644 Landroid/app/INotificationManager;->getNotificationChannels(Ljava/lang/String;)Landroid/content/pm/…