HomeSort by relevance Sort by last modified time
    Searched refs:mLceInfoRegistrant (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
BaseCommands.java 96 protected Registrant mLceInfoRegistrant;
893 mLceInfoRegistrant = new Registrant(h, what, obj);
898 if (mLceInfoRegistrant != null && mLceInfoRegistrant.getHandler() == h) {
899 mLceInfoRegistrant.clear();
900 mLceInfoRegistrant = null;
RIL.java     [all...]

Completed in 939 milliseconds