Searched refs:mBootMsgDialog (Results 1 – 1 of 1) sorted by relevance
4683 if (mBootMsgDialog != null) { in handleHideBootMessage()4685 mBootMsgDialog.dismiss(); in handleHideBootMessage()4686 mBootMsgDialog = null; in handleHideBootMessage()4876 ProgressDialog mBootMsgDialog = null; field in PhoneWindowManager4883 if (mBootMsgDialog == null) { in showBootMessage()4891 mBootMsgDialog = new ProgressDialog(mContext, theme) { in showBootMessage()4915 mBootMsgDialog.setTitle(R.string.android_upgrading_title); in showBootMessage()4917 mBootMsgDialog.setTitle(R.string.android_start_title); in showBootMessage()4919 mBootMsgDialog.setProgressStyle(ProgressDialog.STYLE_SPINNER); in showBootMessage()4920 mBootMsgDialog.setIndeterminate(true); in showBootMessage()[all …]