Searched refs:mSsnRegistrants (Results 1 – 2 of 2) sorted by relevance
216 private RegistrantList mSsnRegistrants = new RegistrantList(); field in ImsPhone632 mSsnRegistrants.notifyRegistrants(ar); in notifySuppSvcNotification()1347 mSsnRegistrants.addUnique(h, what, obj); in registerForSuppServiceNotification()1352 mSsnRegistrants.remove(h); in unregisterForSuppServiceNotification()1991 pw.println(" mSsnRegistrants = " + mSsnRegistrants); in dump()
134 private RegistrantList mSsnRegistrants = new RegistrantList(); field in GsmCdmaPhone780 mSsnRegistrants.addUnique(h, what, obj); in registerForSuppServiceNotification()781 if (mSsnRegistrants.size() == 1) mCi.setSuppServiceNotifications(true, null); in registerForSuppServiceNotification()786 mSsnRegistrants.remove(h); in unregisterForSuppServiceNotification()787 if (mSsnRegistrants.size() == 0) mCi.setSuppServiceNotifications(false, null); in unregisterForSuppServiceNotification()2651 mSsnRegistrants.notifyRegistrants(ar); in handleMessage()