Searched refs:mNITZTimeRegistrant (Results 1 – 4 of 4) sorted by relevance
109 protected Registrant mNITZTimeRegistrant; field in BaseCommands422 mNITZTimeRegistrant = new Registrant (h, what, obj); in setOnNITZTime()427 if (mNITZTimeRegistrant != null && mNITZTimeRegistrant.getHandler() == h) { in unSetOnNITZTime()428 mNITZTimeRegistrant.clear(); in unSetOnNITZTime()429 mNITZTimeRegistrant = null; in unSetOnNITZTime()
219 if (mRil.mNITZTimeRegistrant != null) { in nitzTimeReceived()220 mRil.mNITZTimeRegistrant.notifyRegistrant(new AsyncResult (null, result, null)); in nitzTimeReceived()
627 mNITZTimeRegistrant in setOnNITZTime()
1144 mNITZTimeRegistrant.notifyRegistrant(new AsyncResult (null, new Object[]{NITZStr, in triggerNITZupdate()