Home | History | Annotate | Download | only in phone

Lines Matching refs:mInCallScreen

141     private InCallScreen mInCallScreen;
234 if (DBG) log("updateUiWidgets()... mInCallScreen = " + mInCallScreen);
240 if (mInCallScreen != null) {
245 mInCallScreen = inCallScreen;
251 ViewStub otaCallCardStub = (ViewStub) mInCallScreen.findViewById(R.id.otaCallCardStub);
268 mInCallScreen = null;
582 // if (app.otaUtils.mInCallScreen != null) {
583 // app.otaUtils.mInCallScreen.requestUpdateScreen();
611 if (state && mInCallScreen.isBluetoothAvailable()
612 && mInCallScreen.isBluetoothAudioConnected()) {
613 mInCallScreen.disconnectBluetoothAudio();
705 mInCallScreen.endInCallScreenSession();
718 if (mInteractive) mInCallScreen.finish();
744 mInCallScreen.requestUpdateScreen();
914 if ((mOtaWidgetData == null) || (mInCallScreen == null)) {
1038 mOtaWidgetData.spcErrorDialog = new AlertDialog.Builder(mInCallScreen)
1052 mInCallScreen.requestCloseSpcErrorNotice(noticeTime);
1074 mOtaWidgetData.otaFailureDialog = new AlertDialog.Builder(mInCallScreen)
1083 mInCallScreen.requestCloseOtaFailureNotice(noticeTime);
1160 * this method does *not* post an mInCallScreen.requestUpdateScreen()
1171 if ((mInCallScreen != null) && mInCallScreen.isForegroundActivity()) {
1283 mInCallScreen.handleOtaCallEnd();
1311 mOtaWidgetData.otaSkipConfirmationDialog = new AlertDialog.Builder(mInCallScreen)
1380 mOtaWidgetData.otaTitle = (TextView) mInCallScreen.findViewById(R.id.otaTitle);
1381 mOtaWidgetData.otaTextActivate = (TextView) mInCallScreen.findViewById(R.id.otaActivate);
1384 (TextView) mInCallScreen.findViewById(R.id.otaListenProgress);
1386 (ProgressBar) mInCallScreen.findViewById(R.id.progress_large);
1389 (TextView) mInCallScreen.findViewById(R.id.otaSuccessFailStatus);
1392 (ViewGroup) mInCallScreen.findViewById(R.id.otaUpperWidgets);
1394 (View) mInCallScreen.findViewById(R.id.callCardOtaListenProgress);
1396 (View) mInCallScreen.findViewById(R.id.callCardOtaActivate);
1398 (View) mInCallScreen.findViewById(R.id.callCardOtaFailOrSuccessful);
1400 mOtaWidgetData.otaEndButton = (Button) mInCallScreen.findViewById(R.id.otaEndButton);
1401 mOtaWidgetData.otaEndButton.setOnClickListener(mInCallScreen);
1403 (ToggleButton) mInCallScreen.findViewById(R.id.otaSpeakerButton);
1404 mOtaWidgetData.otaSpeakerButton.setOnClickListener(mInCallScreen);
1406 (Button) mInCallScreen.findViewById(R.id.otaActivateButton);
1407 mOtaWidgetData.otaActivateButton.setOnClickListener(mInCallScreen);
1408 mOtaWidgetData.otaSkipButton = (Button) mInCallScreen.findViewById(R.id.otaSkipButton);
1409 mOtaWidgetData.otaSkipButton.setOnClickListener(mInCallScreen);
1410 mOtaWidgetData.otaNextButton = (Button) mInCallScreen.findViewById(R.id.otaNextButton);
1411 mOtaWidgetData.otaNextButton.setOnClickListener(mInCallScreen);
1413 (Button) mInCallScreen.findViewById(R.id.otaTryAgainButton);
1414 mOtaWidgetData.otaTryAgainButton.setOnClickListener(mInCallScreen);
1417 (DTMFTwelveKeyDialerView) mInCallScreen.findViewById(R.id.otaDtmfDialerView);
1426 mOtaCallCardDtmfDialer = new DTMFTwelveKeyDialer(mInCallScreen,