Searched refs:mCdmaSmsRegistrant (Results 1 – 2 of 2) sorted by relevance
114 protected Registrant mCdmaSmsRegistrant; field in BaseCommands350 mCdmaSmsRegistrant = new Registrant (h, what, obj); in setOnNewCdmaSms()355 if (mCdmaSmsRegistrant != null && mCdmaSmsRegistrant.getHandler() == h) { in unSetOnNewCdmaSms()356 mCdmaSmsRegistrant.clear(); in unSetOnNewCdmaSms()357 mCdmaSmsRegistrant = null; in unSetOnNewCdmaSms()
481 if (mRil.mCdmaSmsRegistrant != null) { in cdmaNewSms()482 mRil.mCdmaSmsRegistrant.notifyRegistrant(new AsyncResult(null, sms, null)); in cdmaNewSms()