Searched refs:mSsnRegistrants (Results 1 – 2 of 2) sorted by relevance
254 private RegistrantList mSsnRegistrants = new RegistrantList(); field in ImsPhone789 mSsnRegistrants.notifyRegistrants(ar); in notifySuppSvcNotification()1558 mSsnRegistrants.addUnique(h, what, obj); in registerForSuppServiceNotification()1563 mSsnRegistrants.remove(h); in unregisterForSuppServiceNotification()2457 pw.println(" mSsnRegistrants = " + mSsnRegistrants); in dump()
150 private RegistrantList mSsnRegistrants = new RegistrantList(); field in GsmCdmaPhone856 mSsnRegistrants.addUnique(h, what, obj); in registerForSuppServiceNotification()857 if (mSsnRegistrants.size() == 1) mCi.setSuppServiceNotifications(true, null); in registerForSuppServiceNotification()862 mSsnRegistrants.remove(h); in unregisterForSuppServiceNotification()863 if (mSsnRegistrants.size() == 0) mCi.setSuppServiceNotifications(false, null); in unregisterForSuppServiceNotification()2931 mSsnRegistrants.notifyRegistrants(ar); in handleMessage()