Searched defs:mNITZTimeRegistrant (Results 1 - 1 of 1) 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;

Completed in 99 milliseconds