Searched refs:mUSSDRegistrant (Results 1 – 3 of 3) sorted by relevance
86 protected Registrant mUSSDRegistrant; field in BaseCommands391 mUSSDRegistrant = new Registrant (h, what, obj); in setOnUSSD()396 if (mUSSDRegistrant != null && mUSSDRegistrant.getHandler() == h) { in unSetOnUSSD()397 mUSSDRegistrant.clear(); in unSetOnUSSD()398 mUSSDRegistrant = null; in unSetOnUSSD()
197 if (mRil.mUSSDRegistrant != null) { in onUssd()198 mRil.mUSSDRegistrant.notifyRegistrant(new AsyncResult (null, resp, null)); in onUssd()
1476 if (mUSSDRegistrant != null) { in triggerIncomingUssd()1478 mUSSDRegistrant.notifyResult(result); in triggerIncomingUssd()