Searched refs:PRIVATE_FLAG_SYSTEM_ERROR (Results 1 – 7 of 7) 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()
1710 public static final int PRIVATE_FLAG_SYSTEM_ERROR = 0x00000100; field in WindowManager.LayoutParams1876 mask = PRIVATE_FLAG_SYSTEM_ERROR,1877 equals = PRIVATE_FLAG_SYSTEM_ERROR,
51 import static android.view.WindowManager.LayoutParams.PRIVATE_FLAG_SYSTEM_ERROR;2334 || (attrs.privateFlags & PRIVATE_FLAG_SYSTEM_ERROR) != 0; in shouldBeHiddenByKeyguard()
79649 Landroid/view/WindowManager$LayoutParams;->PRIVATE_FLAG_SYSTEM_ERROR:I