Home
last modified time | relevance | path

Searched refs:setUpPrefsForBubbles (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java422 private void setUpPrefsForBubbles(boolean globalEnabled, boolean pkgEnabled, in setUpPrefsForBubbles() method in NotificationManagerServiceTest
4345 setUpPrefsForBubbles(true /* global */, true /* app */, true /* channel */); in testFlagBubble()
4369 setUpPrefsForBubbles(true /* global */, false /* app */, true /* channel */); in testFlagBubble_noFlag_appNotAllowed()
4393 setUpPrefsForBubbles(true /* global */, true /* app */, true /* channel */); in testFlagBubbleNotifs_flag_appForeground()
4415 setUpPrefsForBubbles(true /* global */, true /* app */, true /* channel */); in testFlagBubbleNotifs_noFlag_appNotForeground()
4437 setUpPrefsForBubbles(true /* global */, true /* app */, true /* channel */); in testFlagBubbleNotifs_flag_previousForegroundFlag()
4477 setUpPrefsForBubbles(true /* global */, true /* app */, true /* channel */); in testFlagBubbleNotifs_noFlag_previousForegroundFlag_afterRemoval()
4525 setUpPrefsForBubbles(true /* global */, true /* app */, true /* channel */); in testFlagBubbleNotifs_flag_messaging()
4571 setUpPrefsForBubbles(true /* global */, true /* app */, true /* channel */); in testFlagBubbleNotifs_flag_phonecall()
4606 setUpPrefsForBubbles(true /* global */, true /* app */, true /* channel */); in testFlagBubbleNotifs_noFlag_phonecall_noForegroundService()
[all …]