Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DBaseCommands.java79 protected Registrant mNITZTimeRegistrant; field in BaseCommands
363 mNITZTimeRegistrant = new Registrant (h, what, obj); in setOnNITZTime()
368 if (mNITZTimeRegistrant != null && mNITZTimeRegistrant.getHandler() == h) { in unSetOnNITZTime()
369 mNITZTimeRegistrant.clear(); in unSetOnNITZTime()
370 mNITZTimeRegistrant = null; in unSetOnNITZTime()
DRIL.java711 mNITZTimeRegistrant in setOnNITZTime()
2959 if (mNITZTimeRegistrant != null) { in processUnsolicited()
2961 mNITZTimeRegistrant in processUnsolicited()