Searched refs:mPendingUssd (Results 1 – 1 of 1) sorted by relevance
311 private Message mPendingUssd = null; field in ImsPhoneCallTracker2805 if (mPendingUssd != null) {2806 AsyncResult.forMessage(mPendingUssd);2807 mPendingUssd.sendToTarget();2808 mPendingUssd = null;2829 if (mPendingUssd != null) {2832 AsyncResult.forMessage(mPendingUssd, null, ex);2833 mPendingUssd.sendToTarget();2834 mPendingUssd = null;