/frameworks/base/services/core/java/com/android/server/notification/ |
D | RankingConfig.java | 57 ParceledListSlice<NotificationChannel> getNotificationChannels(String pkg, int uid, in getNotificationChannels() method
|
D | NotificationManagerService.java | 4141 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()
|
D | PreferencesHelper.java | 1758 public ParceledListSlice<NotificationChannel> getNotificationChannels(String pkg, int uid, in getNotificationChannels() method in PreferencesHelper
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 114 ParceledListSlice getNotificationChannels(String callingPkg, String targetPkg, int userId); in getNotificationChannels() method
|
D | NotificationManager.java | 1082 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/ |
D | PreferencesHelperTest.java | 2423 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()
|
D | NotificationManagerServiceTest.java | 4250 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/ |
D | NotificationListenerService.java | 921 public final List<NotificationChannel> getNotificationChannels(@NonNull String pkg, in getNotificationChannels() method in NotificationListenerService
|
/frameworks/base/services/ |
D | art-profile | 2029 HPLcom/android/server/notification/NotificationManagerService$12;->getNotificationChannels(Ljava/la… 2101 HSPLcom/android/server/notification/PreferencesHelper;->getNotificationChannels(Ljava/lang/String;I…
|
D | art-wear-profile | 15892 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 1945 HSPLandroid/app/INotificationManager$Stub$Proxy;->getNotificationChannels(Ljava/lang/String;Ljava/l… 2381 HSPLandroid/app/NotificationManager;->getNotificationChannels()Ljava/util/List;
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1945 HSPLandroid/app/INotificationManager$Stub$Proxy;->getNotificationChannels(Ljava/lang/String;Ljava/l… 2381 HSPLandroid/app/NotificationManager;->getNotificationChannels()Ljava/util/List;
|
/frameworks/base/core/api/ |
D | current.txt | 7029 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/ |
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/…
|