Searched refs:mUSSDRegistrant (Results 1 – 3 of 3) sorted by relevance
113 protected Registrant mUSSDRegistrant; field in BaseCommands435 mUSSDRegistrant = new Registrant (h, what, obj); in setOnUSSD()440 if (mUSSDRegistrant != null && mUSSDRegistrant.getHandler() == h) { in unSetOnUSSD()441 mUSSDRegistrant.clear(); in unSetOnUSSD()442 mUSSDRegistrant = null; in unSetOnUSSD()
198 if (mRil.mUSSDRegistrant != null) { in onUssd()199 mRil.mUSSDRegistrant.notifyRegistrant(new AsyncResult (null, resp, null)); in onUssd()
1476 if (mUSSDRegistrant != null) { in triggerIncomingUssd()1478 mUSSDRegistrant.notifyResult(result); in triggerIncomingUssd()