Searched refs:areBubblesAllowed (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | BubbleExtractorTest.java | 90 when(mConfig.areBubblesAllowed(mPkg, mUid)).thenReturn(true); in testAppYesChannelNo() 104 when(mConfig.areBubblesAllowed(mPkg, mUid)).thenReturn(false); in testAppNoChannelYes() 118 when(mConfig.areBubblesAllowed(mPkg, mUid)).thenReturn(true); in testAppYesChannelYes() 132 when(mConfig.areBubblesAllowed(mPkg, mUid)).thenReturn(false); in testAppNoChannelNo() 146 when(mConfig.areBubblesAllowed(mPkg, mUid)).thenReturn(true); in testAppYesChannelYesUserNo()
|
D | PreferencesHelperTest.java | 1677 assertTrue(mHelper.areBubblesAllowed(PKG_O, UID_O)); in testClearData() 2332 assertTrue(mHelper.areBubblesAllowed(PKG_O, UID_O)); in testAllowBubbles_defaults() 2338 assertTrue(mHelper.areBubblesAllowed(PKG_O, UID_O)); in testAllowBubbles_defaults() 2345 assertFalse(mHelper.areBubblesAllowed(PKG_O, UID_O)); in testAllowBubbles_xml() 2353 assertFalse(mHelper.areBubblesAllowed(PKG_O, UID_O)); in testAllowBubbles_xml() 2669 assertFalse(mHelper.areBubblesAllowed(PKG_O, UID_O)); in testSetBubblesAllowed_false()
|
D | NotificationManagerServiceTest.java | 426 when(mPreferencesHelper.areBubblesAllowed(anyString(), anyInt())).thenReturn(pkgEnabled); in setUpPrefsForBubbles()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | BubbleExtractor.java | 45 mConfig.areBubblesAllowed(record.sbn.getPackageName(), record.sbn.getUid()); in process()
|
D | RankingConfig.java | 32 boolean areBubblesAllowed(String packageName, int uid); in areBubblesAllowed() method
|
D | PreferencesHelper.java | 516 public boolean areBubblesAllowed(String pkg, int uid) { in areBubblesAllowed() method in PreferencesHelper
|
D | NotificationManagerService.java | 2570 public boolean areBubblesAllowed(String pkg) { 2585 return mPreferencesHelper.areBubblesAllowed(pkg, uid); 5048 if (!mPreferencesHelper.areBubblesAllowed(pkg, userId)) {
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 81 boolean areBubblesAllowed(String pkg); in areBubblesAllowed() method
|
D | NotificationManager.java | 1088 public boolean areBubblesAllowed() { in areBubblesAllowed() method in NotificationManager 1091 return service.areBubblesAllowed(mContext.getPackageName()); in areBubblesAllowed()
|
/frameworks/base/services/ |
D | art-profile | 9760 HSPLcom/android/server/notification/PreferencesHelper;->areBubblesAllowed(Ljava/lang/String;I)Z
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 5808 method public boolean areBubblesAllowed();
|
/frameworks/base/api/ |
D | current.txt | 5808 method public boolean areBubblesAllowed();
|