Home
last modified time | relevance | path

Searched refs:mSsnRegistrants (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGSMPhone.java119 RegistrantList mSsnRegistrants = new RegistrantList(); field in GSMPhone
483 mSsnRegistrants.addUnique(h, what, obj); in registerForSuppServiceNotification()
484 if (mSsnRegistrants.size() == 1) mCi.setSuppServiceNotifications(true, null); in registerForSuppServiceNotification()
489 mSsnRegistrants.remove(h); in unregisterForSuppServiceNotification()
490 if (mSsnRegistrants.size() == 0) mCi.setSuppServiceNotifications(false, null); in unregisterForSuppServiceNotification()
1552 mSsnRegistrants.notifyRegistrants(ar); in handleMessage()