Searched refs:mCdmaSmsRegistrant (Results 1 – 2 of 2) sorted by relevance
83 protected Registrant mCdmaSmsRegistrant; field in BaseCommands313 mCdmaSmsRegistrant = new Registrant (h, what, obj); in setOnNewCdmaSms()318 if (mCdmaSmsRegistrant != null && mCdmaSmsRegistrant.getHandler() == h) { in unSetOnNewCdmaSms()319 mCdmaSmsRegistrant.clear(); in unSetOnNewCdmaSms()320 mCdmaSmsRegistrant = null; in unSetOnNewCdmaSms()
436 if (mRil.mCdmaSmsRegistrant != null) { in cdmaNewSms()437 mRil.mCdmaSmsRegistrant.notifyRegistrant(new AsyncResult(null, sms, null)); in cdmaNewSms()