Searched refs:mNITZTimeRegistrant (Results 1 – 4 of 4) sorted by relevance
116 protected Registrant mNITZTimeRegistrant; field in BaseCommands415 mNITZTimeRegistrant = new Registrant (h, what, obj); in setOnNITZTime()420 if (mNITZTimeRegistrant != null && mNITZTimeRegistrant.getHandler() == h) { in unSetOnNITZTime()421 mNITZTimeRegistrant.clear(); in unSetOnNITZTime()422 mNITZTimeRegistrant = null; in unSetOnNITZTime()
226 if (mRil.mNITZTimeRegistrant != null) { in nitzTimeReceived()227 mRil.mNITZTimeRegistrant.notifyRegistrant(new AsyncResult (null, result, null)); in nitzTimeReceived()
710 mNITZTimeRegistrant in setOnNITZTime()
1169 mNITZTimeRegistrant.notifyRegistrant(new AsyncResult (null, new Object[]{NITZStr, in triggerNITZupdate()