/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | RankingConfig.java | 59 ParceledListSlice<NotificationChannel> getNotificationChannels(String pkg, int uid, in getNotificationChannels() method
|
H A D | NotificationManagerService.java | 3914 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 D | PreferencesHelper.java | 1694 public ParceledListSlice<NotificationChannel> getNotificationChannels(String pkg, int uid, in getNotificationChannels() method in PreferencesHelper
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | INotificationManager.aidl | 110 ParceledListSlice getNotificationChannels(String callingPkg, String targetPkg, int userId); in getNotificationChannels() method
|
H A D | NotificationManager.java | 1019 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 D | PreferencesHelperTest.java | 2229 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 D | NotificationManagerServiceTest.java | 3796 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 D | NotificationListenerService.java | 904 public final List<NotificationChannel> getNotificationChannels(@NonNull String pkg, in getNotificationChannels() method in NotificationListenerService
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/services/ |
H A D | art-profile | 5107 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 D | boot-image-profile.txt | 1964 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 D | boot-image-profile.txt | 1964 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 D | current.txt | 6817 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 D | hiddenapi-max-target-o.txt | 6454 Landroid/app/INotificationManager$Stub$Proxy;->getNotificationChannels(Ljava/lang/String;)Landroid/… 6644 Landroid/app/INotificationManager;->getNotificationChannels(Ljava/lang/String;)Landroid/content/pm/…
|