Home | History | Annotate | Download | only in phone

Lines Matching defs:exception

546                         if (result != null && result.exception == null) {
777 if (ar.exception != null) {
778 error = ar.exception;
779 if (DBG) Log.d(LOG_TAG, "FwdRead: ar.exception=" + error.getMessage());
887 if (result.exception != null) {
889 result.exception.getMessage());
903 if (entry.getValue().exception == null) {
918 // TODO: should never reach this, may want to throw exception
947 if (result.exception != null) {
949 result.exception.getMessage());
954 // TODO: should never reach this, may want to throw exception
990 Throwable exception = result.exception;
991 if (exception != null) {
992 String msg = exception.getMessage();
1002 if (mVoicemailChangeResult.exception != null) {
1003 String msg = mVoicemailChangeResult.exception.getMessage();