Searched refs:mBootMsgDialog (Results 1 – 1 of 1) sorted by relevance
4550 if (mBootMsgDialog != null) { in handleHideBootMessage()4552 mBootMsgDialog.dismiss(); in handleHideBootMessage()4553 mBootMsgDialog = null; in handleHideBootMessage()4772 ProgressDialog mBootMsgDialog = null; local4779 if (mBootMsgDialog == null) { in showBootMessage()4816 mBootMsgDialog.setIndeterminate(true); in showBootMessage()4817 mBootMsgDialog.getWindow().setType( in showBootMessage()4819 mBootMsgDialog.getWindow().addFlags( in showBootMessage()4827 mBootMsgDialog.setCancelable(false); in showBootMessage()4828 mBootMsgDialog.show(); in showBootMessage()[all …]