Searched refs:mUSSDRegistrant (Results 1 – 3 of 3) sorted by relevance
120 protected Registrant mUSSDRegistrant; field in BaseCommands428 mUSSDRegistrant = new Registrant (h, what, obj); in setOnUSSD()433 if (mUSSDRegistrant != null && mUSSDRegistrant.getHandler() == h) { in unSetOnUSSD()434 mUSSDRegistrant.clear(); in unSetOnUSSD()435 mUSSDRegistrant = null; in unSetOnUSSD()
206 if (mRil.mUSSDRegistrant != null) { in onUssd()207 mRil.mUSSDRegistrant.notifyRegistrant(new AsyncResult (null, resp, null)); in onUssd()
1514 if (mUSSDRegistrant != null) { in triggerIncomingUssd()1516 mUSSDRegistrant.notifyResult(result); in triggerIncomingUssd()