Searched refs:mSsnRegistrants (Results 1 – 2 of 2) sorted by relevance
206 private RegistrantList mSsnRegistrants = new RegistrantList(); field in ImsPhone576 mSsnRegistrants.notifyRegistrants(ar); in notifySuppSvcNotification()1263 mSsnRegistrants.addUnique(h, what, obj); in registerForSuppServiceNotification()1268 mSsnRegistrants.remove(h); in unregisterForSuppServiceNotification()1844 pw.println(" mSsnRegistrants = " + mSsnRegistrants); in dump()
126 private RegistrantList mSsnRegistrants = new RegistrantList(); field in GsmCdmaPhone683 mSsnRegistrants.addUnique(h, what, obj); in registerForSuppServiceNotification()684 if (mSsnRegistrants.size() == 1) mCi.setSuppServiceNotifications(true, null); in registerForSuppServiceNotification()689 mSsnRegistrants.remove(h); in unregisterForSuppServiceNotification()690 if (mSsnRegistrants.size() == 0) mCi.setSuppServiceNotifications(false, null); in unregisterForSuppServiceNotification()2475 mSsnRegistrants.notifyRegistrants(ar); in handleMessage()