Searched refs:mUSSDRegistrant (Results 1 – 2 of 2) 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()
205 if (mRil.mUSSDRegistrant != null) { in onUssd()206 mRil.mUSSDRegistrant.notifyRegistrant(new AsyncResult (null, resp, null)); in onUssd()