Searched refs:mSsnRegistrants (Results 1 – 2 of 2) sorted by relevance
158 private RegistrantList mSsnRegistrants = new RegistrantList(); field in ImsPhone509 mSsnRegistrants.notifyRegistrants(ar); in notifySuppSvcNotification()1160 mSsnRegistrants.addUnique(h, what, obj); in registerForSuppServiceNotification()1165 mSsnRegistrants.remove(h); in unregisterForSuppServiceNotification()1727 pw.println(" mSsnRegistrants = " + mSsnRegistrants); in dump()
116 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()2315 mSsnRegistrants.notifyRegistrants(ar); in handleMessage()