Searched defs:mGsmBroadcastSmsRegistrant (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBaseCommands.java93 protected Registrant mGsmBroadcastSmsRegistrant; field in class:BaseCommands
312 mGsmBroadcastSmsRegistrant = new Registrant (h, what, obj);
317 if (mGsmBroadcastSmsRegistrant != null && mGsmBroadcastSmsRegistrant.getHandler() == h) {
318 mGsmBroadcastSmsRegistrant.clear();
319 mGsmBroadcastSmsRegistrant = null;

Completed in 28 milliseconds