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;
141 mTcpListener.onError(CLIRListPreference.this, RESPONSE_ERROR);
145 mTcpListener.onError(CLIRListPreference.this, RESPONSE_ERROR);
CallWaitingCheckBoxPreference.java 6 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;
100 mTcpListener.onError(CallWaitingCheckBoxPreference.this, RESPONSE_ERROR);
CallForwardEditPreference.java 20 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;
201 tcpListener.onError(CallForwardEditPreference.this, RESPONSE_ERROR);
207 tcpListener.onError(CallForwardEditPreference.this, RESPONSE_ERROR);
TimeConsumingPreferenceActivity.java 50 static final int RESPONSE_ERROR = 400;
79 if (id == RESPONSE_ERROR || id == RADIO_OFF_ERROR || id == EXCEPTION_ERROR
87 case RESPONSE_ERROR:
88 msgId = R.string.response_error;

Completed in 46 milliseconds