Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingConfig.java59 ParceledListSlice<NotificationChannel> getNotificationChannels(String pkg, int uid, in getNotificationChannels() method
H A DNotificationManagerService.java3914 mPreferencesHelper.getNotificationChannels(pkg, uid, true);
3935 mPreferencesHelper.getNotificationChannels(pkg, uid, true);
4163 return mPreferencesHelper.getNotificationChannels(pkg, uid, includeDeleted);
4255 public ParceledListSlice<NotificationChannel> getNotificationChannels(
4265 return mPreferencesHelper.getNotificationChannels(
5795 return mPreferencesHelper.getNotificationChannels(pkg,
6620 return mPreferencesHelper.getNotificationChannels(pkg, uid, includeDeleted).getList()
H A DPreferencesHelper.java1694 public ParceledListSlice<NotificationChannel> getNotificationChannels(String pkg, int uid, in getNotificationChannels() method in PreferencesHelper
/aosp14/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl110 ParceledListSlice getNotificationChannels(String callingPkg, String targetPkg, int userId); in getNotificationChannels() method
H A DNotificationManager.java1019 public List<NotificationChannel> getNotificationChannels() { in getNotificationChannels() method in NotificationManager
1022 return service.getNotificationChannels(mContext.getOpPackageName(), in getNotificationChannels()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java2229 mHelper.getNotificationChannels(PKG_N_MR1, UID_N_MR1, false).getList(); in testGetDeletedChannels()
2238 channels = mHelper.getNotificationChannels(PKG_N_MR1, UID_N_MR1, true).getList(); in testGetDeletedChannels()
2718 … assertEquals(1, mHelper.getNotificationChannels(PKG_N_MR1, UID_N_MR1, true).getList().size()); in testPermanentlyDeleteChannels()
2833 … mHelper.getNotificationChannels(PKG_N_MR1, user0Uids[i], false).getList().size()); in testOnUserRemoved()
2838 … mHelper.getNotificationChannels(PKG_N_MR1, user1Uids[i], false).getList().size()); in testOnUserRemoved()
2853 assertEquals(0, mHelper.getNotificationChannels( in testOnPackageChanged_packageRemoval()
2862 … assertEquals(2, mHelper.getNotificationChannels(PKG_N_MR1, UID_N_MR1, false).getList().size()); in testOnPackageChanged_packageRemoval()
2921 assertEquals(0, mHelper.getNotificationChannels(PKG_O, UID_O, true).getList().size()); in testClearData()
2934 … assertEquals(1, mHelper.getNotificationChannels(PKG_N_MR1, UID_N_MR1, false).getList().size()); in testRecordDefaults()
H A DNotificationManagerServiceTest.java3796 verify(mPreferencesHelper, times(1)).getNotificationChannels( in testGetNotificationChannelFromPrivilegedListener_cdm_success()
3814 verify(mPreferencesHelper, never()).getNotificationChannels( in testGetNotificationChannelFromPrivilegedListener_cdm_noAccess()
3829 verify(mPreferencesHelper, times(1)).getNotificationChannels( in testGetNotificationChannelFromPrivilegedListener_assistant_success()
3849 verify(mPreferencesHelper, never()).getNotificationChannels( in testGetNotificationChannelFromPrivilegedListener_assistant_noAccess()
3870 verify(mPreferencesHelper, never()).getNotificationChannels( in testGetNotificationChannelFromPrivilegedListener_badUser()
8086 mBinderService.getNotificationChannels("src", "target", mContext.getUserId()); in testGetNotificationChannels_crossUser()
8090 mBinderService.getNotificationChannels("src", "target", mContext.getUserId() + 1); in testGetNotificationChannels_crossUser()
8098 mBinderService.getNotificationChannels("src", "target", mContext.getUserId() + 1); in testGetNotificationChannels_crossUser()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java904 public final List<NotificationChannel> getNotificationChannels(@NonNull String pkg, in getNotificationChannels() method in NotificationListenerService
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/services/
H A Dart-profile5107 HPLcom/android/server/notification/NotificationManagerService$10;->getNotificationChannels(Ljava/la…
5337 HSPLcom/android/server/notification/PreferencesHelper;->getNotificationChannels(Ljava/lang/String;I…
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt1964 HSPLandroid/app/INotificationManager$Stub$Proxy;->getNotificationChannels(Ljava/lang/String;Ljava/l…
2407 HSPLandroid/app/NotificationManager;->getNotificationChannels()Ljava/util/List;
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt1964 HSPLandroid/app/INotificationManager$Stub$Proxy;->getNotificationChannels(Ljava/lang/String;Ljava/l…
2407 HSPLandroid/app/NotificationManager;->getNotificationChannels()Ljava/util/List;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6817 method public java.util.List<android.app.NotificationChannel> getNotificationChannels();
40905 …method public final java.util.List<android.app.NotificationChannel> getNotificationChannels(@NonNu…
/aosp14/frameworks/base/boot/hiddenapi/
H A 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/…