Home
last modified time | relevance | path

Searched refs:mNITZTimeRegistrant (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DBaseCommands.java130 protected Registrant mNITZTimeRegistrant; field in BaseCommands
451 mNITZTimeRegistrant = new Registrant (h, what, obj); in setOnNITZTime()
456 if (mNITZTimeRegistrant != null && mNITZTimeRegistrant.getHandler() == h) { in unSetOnNITZTime()
457 mNITZTimeRegistrant.clear(); in unSetOnNITZTime()
458 mNITZTimeRegistrant = null; in unSetOnNITZTime()
DNetworkIndication.java302 if (mRil.mNITZTimeRegistrant != null) { in nitzTimeReceived()
303 mRil.mNITZTimeRegistrant.notifyRegistrant(new AsyncResult(null, result, null)); in nitzTimeReceived()
DRadioIndication.java233 if (mRil.mNITZTimeRegistrant != null) { in nitzTimeReceived()
234 mRil.mNITZTimeRegistrant.notifyRegistrant(new AsyncResult (null, result, null)); in nitzTimeReceived()
DRIL.java1323 mNITZTimeRegistrant.notifyRegistrant(new AsyncResult(null, mLastNITZTimeInfo, null)); in setOnNITZTime()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java1118 mNITZTimeRegistrant.notifyRegistrant(new AsyncResult (null, new Object[]{NITZStr, in triggerNITZupdate()
1125 mNITZTimeRegistrant.notifyRegistrant(new AsyncResult (null, new Object[]{NITZStr, in triggerNITZupdate()