Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DTimeConsumingPreferenceActivity.java29 static final int EXCEPTION_ERROR = 300; field in TimeConsumingPreferenceActivity
56 if (id == RESPONSE_ERROR || id == RADIO_OFF_ERROR || id == EXCEPTION_ERROR) { in onCreateDialog()
74 case EXCEPTION_ERROR: in onCreateDialog()
DCallWaitingCheckBoxPreference.java3 import static com.android.phone.TimeConsumingPreferenceActivity.EXCEPTION_ERROR;
89 tcpListener.onError(CallWaitingCheckBoxPreference.this, EXCEPTION_ERROR); in handleGetCallWaitingResponse()
DCLIRListPreference.java3 import static com.android.phone.TimeConsumingPreferenceActivity.EXCEPTION_ERROR;
137 tcpListener.onError(CLIRListPreference.this, EXCEPTION_ERROR); in handleGetCLIRResponse()
DCallForwardEditPreference.java19 import static com.android.phone.TimeConsumingPreferenceActivity.EXCEPTION_ERROR;
164 tcpListener.onError(CallForwardEditPreference.this, EXCEPTION_ERROR); in handleGetCFResponse()
DCallFeaturesSetting.java19 import static com.android.phone.TimeConsumingPreferenceActivity.EXCEPTION_ERROR;