Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProvider.java53 boolean shouldLaunchFullScreenIntentWhenAdded(NotificationEntry entry); in shouldLaunchFullScreenIntentWhenAdded() method
DNotificationInterruptStateProviderImpl.java177 public boolean shouldLaunchFullScreenIntentWhenAdded(NotificationEntry entry) { in shouldLaunchFullScreenIntentWhenAdded() method in NotificationInterruptStateProviderImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java504 if (mNotificationInterruptStateProvider.shouldLaunchFullScreenIntentWhenAdded(entry)) { in handleFullScreenIntent()