Lines Matching refs:exception

274      *        ((AsyncResult)onComplete.obj).exception == null on success
275 * ((AsyncResult)onComplete.obj).exception != null on fail
321 * ((AsyncResult)onComplete.obj).exception == null on success
322 * ((AsyncResult)onComplete.obj).exception != null on fail
327 AsyncResult.forMessage((onComplete)).exception =
351 AsyncResult.forMessage((onComplete)).exception =
553 if (ar.exception != null) {
554 loge("Exception querying IMSI, Exception:" + ar.exception);
607 if (ar.exception == null) {
641 //If they are not reset, incase of invalid data/exception these
650 if (ar.exception != null) {
696 if (ar.exception != null) {
714 AsyncResult.forMessage(((Message) ar.userObj)).exception
715 = ar.exception;
726 if (ar.exception != null) {
757 if (ar.exception != null) {
787 if (ar.exception != null) {
805 if (ar.exception != null) {
876 if (ar.exception != null) {
900 if (ar.exception != null) {
909 if (ar.exception != null) {
910 logw("update failed. ", ar.exception);
920 if (ar.exception != null) {
940 if (ar.exception != null)
958 if (ar.exception != null || index.length != 1) {
960 + ar.exception + " length " + index.length);
971 if (ar.exception == null) {
974 loge("Error on GET_SMS with exp " + ar.exception);
983 if (ar.exception != null) {
996 if (ar.exception != null) {
1009 if (ar.exception == null) {
1025 if (ar.exception == null && ar.userObj != null) {
1026 AsyncResult.forMessage(((Message) ar.userObj)).exception
1041 AsyncResult.forMessage(((Message) ar.userObj)).exception
1042 = ar.exception;
1050 if(ar.exception == null) {
1054 if (DBG) log("Set CPHS MailBox with exception: "
1055 + ar.exception);
1059 AsyncResult.forMessage(((Message) ar.userObj)).exception
1060 = ar.exception;
1067 if (DBG) log("Sim REFRESH with exception: " + ar.exception);
1068 if (ar.exception == null) {
1078 if (ar.exception != null) {
1102 if (ar.exception != null) {
1103 loge("Exception in fetching EF_CSP data " + ar.exception);
1481 * ar.exception holds exception in error
1514 if (ar != null && ar.exception == null) {
1537 if (ar != null && ar.exception == null) {
1554 if (ar != null && ar.exception == null) {