Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationFilter.java157 && sbn.getNotification().extras.getBoolean(Notification.EXTRA_ALLOW_DURING_SETUP); in showNotificationEvenIfUnprovisioned()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationFilterTest.java209 bundle.putBoolean(Notification.EXTRA_ALLOW_DURING_SETUP, allowDuringSetup); in initStatusBarNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationDataTest.java595 bundle.putBoolean(Notification.EXTRA_ALLOW_DURING_SETUP, allowDuringSetup); in initStatusBarNotification()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DMultiClientInputMethodManagerService.java493 extras.putBoolean(Notification.EXTRA_ALLOW_DURING_SETUP, true); in onBootPhase()
DInputMethodManagerService.java1473 extras.putBoolean(Notification.EXTRA_ALLOW_DURING_SETUP, true); in InputMethodManagerService()
/frameworks/base/core/java/android/app/
DNotification.java1148 public static final String EXTRA_ALLOW_DURING_SETUP = "android.allowDuringSetup"; field in Notification
/frameworks/base/api/
Dsystem-current.txt519 …ermission.NOTIFICATION_DURING_SETUP) public static final String EXTRA_ALLOW_DURING_SETUP = "androi…