Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationFilterTest.java270 private void initStatusBarNotification(boolean allowDuringSetup) { in initStatusBarNotification() argument
272 bundle.putBoolean(Notification.EXTRA_ALLOW_DURING_SETUP, allowDuringSetup); in initStatusBarNotification()
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java3111 private void launchVoiceAssist(boolean allowDuringSetup) { in launchVoiceAssist() argument
3118 allowDuringSetup); in launchVoiceAssist()
3132 boolean allowDuringSetup) { in startActivityAsUser() argument
3133 if (allowDuringSetup || isUserSetupComplete()) { in startActivityAsUser()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt741 …ION_DURING_SETUP) public static final String EXTRA_ALLOW_DURING_SETUP = "android.allowDuringSetup";