Searched refs:mBootMsgDialog (Results 1 – 1 of 1) sorted by relevance
6465 if (mBootMsgDialog != null) { in handleHideBootMessage()6467 mBootMsgDialog.dismiss(); in handleHideBootMessage()6468 mBootMsgDialog = null; in handleHideBootMessage()6927 ProgressDialog mBootMsgDialog = null; field in PhoneWindowManager6934 if (mBootMsgDialog == null) { in showBootMessage()6942 mBootMsgDialog = new ProgressDialog(mContext, theme) { in showBootMessage()6966 mBootMsgDialog.setTitle(R.string.android_upgrading_title); in showBootMessage()6968 mBootMsgDialog.setTitle(R.string.android_start_title); in showBootMessage()6970 mBootMsgDialog.setProgressStyle(ProgressDialog.STYLE_SPINNER); in showBootMessage()6971 mBootMsgDialog.setIndeterminate(true); in showBootMessage()[all …]