Searched refs:isDungeonNotification (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DForegroundServiceController.java48 boolean isDungeonNotification(StatusBarNotification sbn); method in interface:ForegroundServiceController
H A DForegroundServiceControllerImpl.java72 if (isDungeonNotification(sbn)) {
93 if (isDungeonNotification(sbn)) {
110 public boolean isDungeonNotification(StatusBarNotification sbn) { method in class:ForegroundServiceControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DForegroundServiceControllerTest.java108 assertTrue(fsc.isDungeonNotification(sbn_user1_dungeon));
109 assertFalse(fsc.isDungeonNotification(sbn_user1_app1));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java504 if (fsc.isDungeonNotification(sbn) && !fsc.isDungeonNeededForUser(sbn.getUserId())) {

Completed in 76 milliseconds