Lines Matching refs:exception

358      *        ((AsyncResult)onComplete.obj).exception == null on success
359 * ((AsyncResult)onComplete.obj).exception != null on fail
410 * ((AsyncResult)onComplete.obj).exception == null on success
411 * ((AsyncResult)onComplete.obj).exception != null on fail
417 AsyncResult.forMessage((onComplete)).exception =
441 AsyncResult.forMessage((onComplete)).exception =
687 if (ar.exception != null) {
688 loge("Exception querying IMSI, Exception:" + ar.exception);
747 if (ar.exception == null) {
781 //If they are not reset, incase of invalid data/exception these
790 if (ar.exception != null) {
838 if (ar.exception != null) {
855 if (ar.exception == null) {
862 AsyncResult.forMessage(((Message) ar.userObj)).exception = ar.exception;
875 if (ar.exception != null) {
876 if (DBG) log("EVENT_GET_MWIS_DONE exception = " + ar.exception);
896 if (ar.exception != null) {
898 log("EVENT_GET_VOICE_MAIL_INDICATOR_CPHS_DONE exception = "
899 + ar.exception);
913 if (ar.exception != null) {
931 if (ar.exception != null) {
1012 if (ar.exception != null) {
1027 if (ar.exception != null) {
1036 if (ar.exception != null) {
1037 logw("update failed. ", ar.exception);
1047 if (ar.exception != null) {
1066 if (ar.exception != null) {
1085 if (ar.exception != null || index == null) {
1087 + ar.exception + " index " + index);
1097 if (ar.exception == null) {
1100 loge("Error on GET_SMS with exp " + ar.exception);
1109 if (ar.exception != null) {
1122 if (ar.exception != null) {
1135 if (DBG) log("EVENT_SET_MBDN_DONE ex:" + ar.exception);
1136 if (ar.exception == null) {
1152 if (ar.exception == null && ar.userObj != null) {
1153 AsyncResult.forMessage(((Message) ar.userObj)).exception = null;
1169 if (ar.exception != null && configLoader != null
1174 AsyncResult.forMessage(((Message) ar.userObj)).exception =
1179 .exception = ar.exception;
1188 if (ar.exception == null) {
1192 if (DBG) log("Set CPHS MailBox with exception: " + ar.exception);
1196 AsyncResult.forMessage(((Message) ar.userObj)).exception
1197 = ar.exception;
1204 if (DBG) log("Sim REFRESH with exception: " + ar.exception);
1205 if (ar.exception == null) {
1215 if (ar.exception != null) {
1229 if (ar.exception != null) {
1230 loge("Exception in fetching EF_CSP data " + ar.exception);
1246 if (ar.exception != null) {
1247 loge("Exception in get GID1 " + ar.exception);
1261 if (ar.exception != null) {
1262 loge("Exception in get GID2 " + ar.exception);
1276 if (ar.exception != null || data == null) {
1277 loge("Failed getting User PLMN with Access Tech Records: " + ar.exception);
1291 if (ar.exception != null || data == null) {
1293 + ar.exception);
1307 if (ar.exception != null || data == null) {
1308 loge("Failed getting Home PLMN with Access Tech Records: " + ar.exception);
1321 if (ar.exception != null || data == null) {
1322 loge("Failed getting Equivalent Home PLMNs: " + ar.exception);
1333 if (ar.exception != null || data == null) {
1334 loge("Failed getting Forbidden PLMNs: " + ar.exception);
1874 * ar.exception holds exception in error
1907 if (ar != null && ar.exception == null) {
1942 if (ar != null && ar.exception == null) {
1974 if (ar != null && ar.exception == null) {