Searched refs:mNITZTimeRegistrant (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | BaseCommands.java | 130 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()
|
D | NetworkIndication.java | 302 if (mRil.mNITZTimeRegistrant != null) { in nitzTimeReceived() 303 mRil.mNITZTimeRegistrant.notifyRegistrant(new AsyncResult(null, result, null)); in nitzTimeReceived()
|
D | RadioIndication.java | 233 if (mRil.mNITZTimeRegistrant != null) { in nitzTimeReceived() 234 mRil.mNITZTimeRegistrant.notifyRegistrant(new AsyncResult (null, result, null)); in nitzTimeReceived()
|
D | RIL.java | 1323 mNITZTimeRegistrant.notifyRegistrant(new AsyncResult(null, mLastNITZTimeInfo, null)); in setOnNITZTime()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommands.java | 1118 mNITZTimeRegistrant.notifyRegistrant(new AsyncResult (null, new Object[]{NITZStr, in triggerNITZupdate() 1125 mNITZTimeRegistrant.notifyRegistrant(new AsyncResult (null, new Object[]{NITZStr, in triggerNITZupdate()
|