Searched refs:mBootMsgDialog (Results 1 – 1 of 1) sorted by relevance
6309 if (mBootMsgDialog != null) { in handleHideBootMessage()6311 mBootMsgDialog.dismiss(); in handleHideBootMessage()6312 mBootMsgDialog = null; in handleHideBootMessage()6768 ProgressDialog mBootMsgDialog = null; field in PhoneWindowManager6775 if (mBootMsgDialog == null) { in showBootMessage()6785 mBootMsgDialog = new ProgressDialog(mContext, theme) { in showBootMessage()6809 mBootMsgDialog.setTitle(R.string.android_upgrading_title); in showBootMessage()6811 mBootMsgDialog.setTitle(R.string.android_start_title); in showBootMessage()6813 mBootMsgDialog.setProgressStyle(ProgressDialog.STYLE_SPINNER); in showBootMessage()6814 mBootMsgDialog.setIndeterminate(true); in showBootMessage()[all …]