Home
last modified time | relevance | path

Searched refs:RESPONSE_ERROR (Results 1 – 7 of 7) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DCLIRListPreference.java3 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;
190 mTcpListener.onError(CLIRListPreference.this, RESPONSE_ERROR); in handleGetCLIRResponse()
194 mTcpListener.onError(CLIRListPreference.this, RESPONSE_ERROR); in handleGetCLIRResponse()
DTimeConsumingPreferenceActivity.java50 static final int RESPONSE_ERROR = 400; field in TimeConsumingPreferenceActivity
83 if (id == RESPONSE_ERROR || id == RADIO_OFF_ERROR || id == EXCEPTION_ERROR in onCreateDialog()
93 case RESPONSE_ERROR: in onCreateDialog()
DCallBarringEditPreference.java19 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;
300 pref.mTcpListener.onError(pref, RESPONSE_ERROR); in handleGetCallBarringResponse()
308 pref.mTcpListener.onError(pref, RESPONSE_ERROR); in handleGetCallBarringResponse()
DCallWaitingSwitchPreference.java4 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;
116 mTcpListener.onError(CallWaitingSwitchPreference.this, RESPONSE_ERROR); in updateUi()
DCdmaCallWaitingPreference.java155 TimeConsumingPreferenceActivity.RESPONSE_ERROR); in handleGetCallWaitingResponse()
165 TimeConsumingPreferenceActivity.RESPONSE_ERROR); in handleGetCallWaitingResponse()
DCallForwardEditPreference.java4 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;
382 mTcpListener.onError(CallForwardEditPreference.this, RESPONSE_ERROR); in handleGetCFResponse()
388 mTcpListener.onError(CallForwardEditPreference.this, RESPONSE_ERROR); in handleGetCFResponse()
DGsmUmtsCallBarringOptions.java242 onError(mButtonChangePW, RESPONSE_ERROR);
262 onError(mButtonDisableAll, RESPONSE_ERROR);