Home
last modified time | relevance | path

Searched refs:EXCEPTION_ERROR (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DTimeConsumingPreferenceActivity.java49 static final int EXCEPTION_ERROR = 300; field in TimeConsumingPreferenceActivity
83 if (id == RESPONSE_ERROR || id == RADIO_OFF_ERROR || id == EXCEPTION_ERROR in onCreateDialog()
122 case EXCEPTION_ERROR: in onCreateDialog()
215 onError(preference, EXCEPTION_ERROR); in onException()
DCallForwardEditPreference.java3 import static com.android.phone.TimeConsumingPreferenceActivity.EXCEPTION_ERROR;
355 mTcpListener.onError(CallForwardEditPreference.this, EXCEPTION_ERROR); in handleGetCFResponse()