Searched refs:PRIVATE_FLAG_SYSTEM_ERROR (Results 1 – 6 of 6) sorted by relevance
19 import static android.view.WindowManager.LayoutParams.PRIVATE_FLAG_SYSTEM_ERROR;76 getWindow().addPrivateFlags(PRIVATE_FLAG_SYSTEM_ERROR); in StrictModeViolationDialog()
84 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SYSTEM_ERROR | in UserSwitchingDialog()
96 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SYSTEM_ERROR | in AppNotRespondingDialog()
94 attrs.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SYSTEM_ERROR in AppErrorDialog()
1896 public static final int PRIVATE_FLAG_SYSTEM_ERROR = 0x00000100; field in WindowManager.LayoutParams2079 mask = PRIVATE_FLAG_SYSTEM_ERROR,2080 equals = PRIVATE_FLAG_SYSTEM_ERROR,
48 import static android.view.WindowManager.LayoutParams.PRIVATE_FLAG_SYSTEM_ERROR;2278 || (attrs.privateFlags & PRIVATE_FLAG_SYSTEM_ERROR) != 0; in shouldBeHiddenByKeyguard()