Searched refs:EXCEPTION_ERROR (Results 1 – 3 of 3) sorted by relevance
49 static final int EXCEPTION_ERROR = 300; field in TimeConsumingPreferenceActivity83 if (id == RESPONSE_ERROR || id == RADIO_OFF_ERROR || id == EXCEPTION_ERROR in onCreateDialog()122 case EXCEPTION_ERROR: in onCreateDialog()225 onError(preference, EXCEPTION_ERROR); in onException()
3 import static com.android.phone.TimeConsumingPreferenceActivity.EXCEPTION_ERROR;141 int error = EXCEPTION_ERROR; in updateUi()147 error = EXCEPTION_ERROR; in updateUi()
3 import static com.android.phone.TimeConsumingPreferenceActivity.EXCEPTION_ERROR;392 mTcpListener.onError(CallForwardEditPreference.this, EXCEPTION_ERROR); in handleGetCFResponse()