Searched refs:areBubblesAllowed (Results 1 – 11 of 11) 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 | 1674 assertTrue(mHelper.areBubblesAllowed(PKG_O, UID_O)); in testClearData() 2353 assertTrue(mHelper.areBubblesAllowed(PKG_O, UID_O)); in testAllowBubbles_defaults() 2359 assertTrue(mHelper.areBubblesAllowed(PKG_O, UID_O)); in testAllowBubbles_defaults() 2366 assertFalse(mHelper.areBubblesAllowed(PKG_O, UID_O)); in testAllowBubbles_xml() 2374 assertFalse(mHelper.areBubblesAllowed(PKG_O, UID_O)); in testAllowBubbles_xml() 2690 assertFalse(mHelper.areBubblesAllowed(PKG_O, UID_O)); in testSetBubblesAllowed_false()
|
D | NotificationManagerServiceTest.java | 424 when(mPreferencesHelper.areBubblesAllowed(anyString(), anyInt())).thenReturn(pkgEnabled); in setUpPrefsForBubbles()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | BubbleExtractor.java | 46 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 | 504 public boolean areBubblesAllowed(String pkg, int uid) { in areBubblesAllowed() method in PreferencesHelper
|
D | NotificationManagerService.java | 2495 public boolean areBubblesAllowed(String pkg) { 2510 return mPreferencesHelper.areBubblesAllowed(pkg, uid); 4848 && 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/api/ |
D | current.txt | 5805 method public boolean areBubblesAllowed();
|