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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBaseCommands.java79 protected Registrant mNITZTimeRegistrant; field in class:BaseCommands
364 mNITZTimeRegistrant = new Registrant (h, what, obj);
369 if (mNITZTimeRegistrant != null && mNITZTimeRegistrant.getHandler() == h) {
370 mNITZTimeRegistrant.clear();
371 mNITZTimeRegistrant = null;
H A DRIL.java677 mNITZTimeRegistrant
2870 if (mNITZTimeRegistrant != null) {
2872 mNITZTimeRegistrant

Completed in 39 milliseconds