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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBaseCommands.java88 protected Registrant mCatCallSetUpRegistrant; field in class:BaseCommands
442 mCatCallSetUpRegistrant = new Registrant (h, what, obj);
447 if (mCatCallSetUpRegistrant != null && mCatCallSetUpRegistrant.getHandler() == h) {
448 mCatCallSetUpRegistrant.clear();
449 mCatCallSetUpRegistrant = null;
H A DRIL.java2936 if (mCatCallSetUpRegistrant != null) {
2937 mCatCallSetUpRegistrant.notifyRegistrant(

Completed in 41 milliseconds