Searched refs:PRIVATE_FLAG_SYSTEM_ERROR (Results 1 – 8 of 8) 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()
93 attrs.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SYSTEM_ERROR in AppErrorDialog()
42 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SYSTEM_ERROR in UserCreatingDialog()
2296 public static final int PRIVATE_FLAG_SYSTEM_ERROR = 0x00000100; field in WindowManager.LayoutParams2474 PRIVATE_FLAG_SYSTEM_ERROR,2525 mask = PRIVATE_FLAG_SYSTEM_ERROR,2526 equals = PRIVATE_FLAG_SYSTEM_ERROR,
1945 || (win.mAttrs.privateFlags & LayoutParams.PRIVATE_FLAG_SYSTEM_ERROR) != 0);
68543 Landroid/view/WindowManager$LayoutParams;->PRIVATE_FLAG_SYSTEM_ERROR:I