Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DCLIRListPreference.java3 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;
141 mTcpListener.onError(CLIRListPreference.this, RESPONSE_ERROR); in handleGetCLIRResponse()
145 mTcpListener.onError(CLIRListPreference.this, RESPONSE_ERROR); in handleGetCLIRResponse()
DTimeConsumingPreferenceActivity.java50 static final int RESPONSE_ERROR = 400; field in TimeConsumingPreferenceActivity
82 if (id == RESPONSE_ERROR || id == RADIO_OFF_ERROR || id == EXCEPTION_ERROR in onCreateDialog()
91 case RESPONSE_ERROR: in onCreateDialog()
DCallForwardEditPreference.java24 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;
219 mTcpListener.onError(CallForwardEditPreference.this, RESPONSE_ERROR); in handleGetCFResponse()
225 mTcpListener.onError(CallForwardEditPreference.this, RESPONSE_ERROR); in handleGetCFResponse()
DCallWaitingCheckBoxPreference.java6 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;
105 mTcpListener.onError(CallWaitingCheckBoxPreference.this, RESPONSE_ERROR); in handleGetCallWaitingResponse()