Home | History | Annotate | Download | only in phone

Lines Matching full:showprogressindication

237     // ProgressDialog created by showProgressIndication()
2327 boolean showProgressIndication = mApp.inCallUiState.isProgressIndicationActive();
2330 || hasPendingMmiCodes || showProgressIndication) {
3263 showProgressIndication(
3269 showProgressIndication(
3285 private void showProgressIndication(int titleResId, int messageResId) {
3286 if (DBG) log("showProgressIndication(message " + messageResId + ")...");