Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSystemUIDialog.java65 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in setShowForAllUsers()
68 ~WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in setShowForAllUsers()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSysUIToast.java27 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in makeText()
/frameworks/base/services/core/java/com/android/server/am/
DLockTaskNotify.java75 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in makeAllUserToastAndShow()
DUserSwitchingDialog.java88 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in UserSwitchingDialog()
DAppNotRespondingDialog.java100 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in AppNotRespondingDialog()
DAppErrorDialog.java94 | WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in AppErrorDialog()
DActivityManagerService.java13614 lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS;
/frameworks/base/services/retaildemo/java/com/android/server/retaildemo/
DUserInactivityCountdownDialog.java42 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in UserInactivityCountdownDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipDismissViewController.java97 lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in createDismissTarget()
/frameworks/base/services/tests/servicestests/src/com/android/server/policy/
DAccessibilityShortcutControllerTest.java298 assertEquals(WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS, in testOnAccessibilityShortcut_withDialogShowing_callsServer()
300 & WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS); in testOnAccessibilityShortcut_withDialogShowing_callsServer()
/frameworks/base/services/core/java/com/android/server/policy/
DAccessibilityShortcutController.java196 WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in performAccessibilityShortcut()
DImmersiveModeConfirmation.java199 lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in getClingWindowLayoutParams()
DPhoneWindowManager.java63 import static android.view.WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS;
2526 if ((attrs.privateFlags & PRIVATE_FLAG_SHOW_FOR_ALL_USERS) == 0) { in checkShowToOwnerOnly()
2932 params.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in addSplashScreen()
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DSaveUi.java194 window.addPrivateFlags(WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS); in SaveUi()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DScreenPinningRequest.java117 lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in getWindowLayoutParams()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java1971 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in notifyFrequencyConflict()
2491 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in notifyP2pEnableFailure()
2523 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in notifyInvitationSent()
2605 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in notifyInvitationReceived()
/frameworks/base/core/java/android/view/
DWindowManager.java1281 public static final int PRIVATE_FLAG_SHOW_FOR_ALL_USERS = 0x00000010; field in WindowManager.LayoutParams
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java1709 |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; in showEnableTouchExplorationDialog()