Searched refs:RESPONSE_ERROR (Results 1 – 7 of 7) sorted by relevance
50 static final int RESPONSE_ERROR = 400; field in TimeConsumingPreferenceActivity83 if (id == RESPONSE_ERROR || id == RADIO_OFF_ERROR || id == EXCEPTION_ERROR in onCreateDialog()93 case RESPONSE_ERROR: in onCreateDialog()198 if (error != RESPONSE_ERROR) { in onError()
3 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()
19 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;291 pref.mTcpListener.onError(pref, RESPONSE_ERROR); in handleGetCallBarringResponse()297 pref.mTcpListener.onError(pref, RESPONSE_ERROR); in handleGetCallBarringResponse()
5 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;161 mTcpListener.onError(CallWaitingSwitchPreference.this, RESPONSE_ERROR); in updateUi()
155 TimeConsumingPreferenceActivity.RESPONSE_ERROR); in handleGetCallWaitingResponse()165 TimeConsumingPreferenceActivity.RESPONSE_ERROR); in handleGetCallWaitingResponse()
4 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;396 mTcpListener.onError(CallForwardEditPreference.this, RESPONSE_ERROR); in handleGetCFResponse()402 mTcpListener.onError(CallForwardEditPreference.this, RESPONSE_ERROR); in handleGetCFResponse()
247 onError(mButtonChangePW, RESPONSE_ERROR);267 onError(mButtonDisableAll, RESPONSE_ERROR);