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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBaseCommands.java98 protected Registrant mLceInfoRegistrant; field in class:BaseCommands
895 mLceInfoRegistrant = new Registrant(h, what, obj);
900 if (mLceInfoRegistrant != null && mLceInfoRegistrant.getHandler() == h) {
901 mLceInfoRegistrant.clear();
902 mLceInfoRegistrant = null;
H A DRIL.java3541 if (mLceInfoRegistrant != null) {
3542 mLceInfoRegistrant.notifyRegistrant(new AsyncResult(null, ret, null));

Completed in 54 milliseconds