HomeSort by relevance Sort by last modified time
    Searched refs:RESPONSE_ERROR (Results 1 - 4 of 4) sorted by null

  /packages/apps/Phone/src/com/android/phone/
CLIRListPreference.java 3 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;
136 tcpListener.onError(CLIRListPreference.this, RESPONSE_ERROR);
140 tcpListener.onError(CLIRListPreference.this, RESPONSE_ERROR);
TimeConsumingPreferenceActivity.java 33 static final int RESPONSE_ERROR = 400;
62 if (id == RESPONSE_ERROR || id == RADIO_OFF_ERROR || id == EXCEPTION_ERROR
70 case RESPONSE_ERROR:
71 msgId = R.string.response_error;
CallWaitingCheckBoxPreference.java 6 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;
99 if (tcpListener != null) tcpListener.onError(CallWaitingCheckBoxPreference.this, RESPONSE_ERROR);
CallForwardEditPreference.java 19 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;
184 tcpListener.onError(CallForwardEditPreference.this, RESPONSE_ERROR);
190 tcpListener.onError(CallForwardEditPreference.this, RESPONSE_ERROR);

Completed in 254 milliseconds