Searched refs:mNITZTimeRegistrant (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBaseCommands.java81 protected Registrant mNITZTimeRegistrant; field in class:BaseCommands
365 mNITZTimeRegistrant = new Registrant (h, what, obj);
370 if (mNITZTimeRegistrant != null && mNITZTimeRegistrant.getHandler() == h) {
371 mNITZTimeRegistrant.clear();
372 mNITZTimeRegistrant = null;
H A DRIL.java828 mNITZTimeRegistrant
3219 if (mNITZTimeRegistrant != null) {
3221 mNITZTimeRegistrant
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1083 mNITZTimeRegistrant.notifyRegistrant(new AsyncResult (null, new Object[]{NITZStr,

Completed in 343 milliseconds