Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java173 protected final RegistrantList mSubscriptionInfoReadyRegistrants field in CallManager
1734 mSubscriptionInfoReadyRegistrants.addUnique(h, what, obj); in registerForSubscriptionInfoReady()
1742 mSubscriptionInfoReadyRegistrants.remove(h); in unregisterForSubscriptionInfoReady()
2366 mSubscriptionInfoReadyRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()