Searched refs:getBubblePreferenceForPackage (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationConversationInfoTest.java | 540 when(mMockINotificationManager.getBubblePreferenceForPackage(anyString(), anyInt())) in testBindNotification_defaultSelected_notFave_notSilent() 571 when(mMockINotificationManager.getBubblePreferenceForPackage(anyString(), anyInt())) in testBindNotification_default_allCanBubble() 674 when(mMockINotificationManager.getBubblePreferenceForPackage(anyString(), anyInt())) in testBindNotification_priorityDndAndBubble()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | INotificationManager.aidl | 91 int getBubblePreferenceForPackage(String pkg, int uid); in getBubblePreferenceForPackage() method
|
H A D | NotificationManager.java | 1444 return service.getBubblePreferenceForPackage(mContext.getPackageName(), in getBubblePreference()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationConversationInfo.java | 245 mAppBubble = mINotificationManager.getBubblePreferenceForPackage(mPackageName, mAppUid); in bindNotification()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
H A D | BubblesManager.java | 588 int currentPref = mNotificationManager.getBubblePreferenceForPackage(appPkg, appUid);
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 6910 assertEquals(mBinderService.getBubblePreferenceForPackage(PKG, mUid), in testBubble() 6917 assertEquals(mBinderService.getBubblePreferenceForPackage(PKG, mUid), in testUserApprovedBubblesForPackageSelected() 6925 assertEquals(mBinderService.getBubblePreferenceForPackage(PKG, mUid), in testUserApprovedBubblesForPackageAll() 8907 mBinderService.getBubblePreferenceForPackage(mContext.getPackageName(), 8916 mBinderService.getBubblePreferenceForPackage(mContext.getPackageName(),
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 3659 return getBubblePreferenceForPackage(pkg, Binder.getCallingUid()) 3677 public int getBubblePreferenceForPackage(String pkg, int uid) {
|