Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DCLIRListPreference.java4 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;
139 tcpListener.onError(CLIRListPreference.this, RESPONSE_ERROR); in handleGetCLIRResponse()
143 tcpListener.onError(CLIRListPreference.this, RESPONSE_ERROR); in handleGetCLIRResponse()
DTimeConsumingPreferenceActivity.java30 static final int RESPONSE_ERROR = 400; field in TimeConsumingPreferenceActivity
56 if (id == RESPONSE_ERROR || id == RADIO_OFF_ERROR || id == EXCEPTION_ERROR) { in onCreateDialog()
63 case RESPONSE_ERROR: in onCreateDialog()
DCallForwardEditPreference.java20 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;
167 tcpListener.onError(CallForwardEditPreference.this, RESPONSE_ERROR); in handleGetCFResponse()
173 tcpListener.onError(CallForwardEditPreference.this, RESPONSE_ERROR); in handleGetCFResponse()
DCallWaitingCheckBoxPreference.java4 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;
91 tcpListener.onError(CallWaitingCheckBoxPreference.this, RESPONSE_ERROR); in handleGetCallWaitingResponse()
DCallFeaturesSetting.java20 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;