Searched refs:mSsnRegistrants (Results 1 – 2 of 2) sorted by relevance
150 private RegistrantList mSsnRegistrants = new RegistrantList(); field in ImsPhone450 mSsnRegistrants.notifyRegistrants(ar); in notifySuppSvcNotification()1061 mSsnRegistrants.addUnique(h, what, obj); in registerForSuppServiceNotification()1066 mSsnRegistrants.remove(h); in unregisterForSuppServiceNotification()1587 pw.println(" mSsnRegistrants = " + mSsnRegistrants); in dump()
112 private RegistrantList mSsnRegistrants = new RegistrantList(); field in GsmCdmaPhone691 mSsnRegistrants.addUnique(h, what, obj); in registerForSuppServiceNotification()692 if (mSsnRegistrants.size() == 1) mCi.setSuppServiceNotifications(true, null); in registerForSuppServiceNotification()697 mSsnRegistrants.remove(h); in unregisterForSuppServiceNotification()698 if (mSsnRegistrants.size() == 0) mCi.setSuppServiceNotifications(false, null); in unregisterForSuppServiceNotification()2211 mSsnRegistrants.notifyRegistrants(ar); in handleMessage()