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.java176 protected final RegistrantList mSubscriptionInfoReadyRegistrants field in CallManager
1561 mSubscriptionInfoReadyRegistrants.addUnique(h, what, obj); in registerForSubscriptionInfoReady()
1569 mSubscriptionInfoReadyRegistrants.remove(h); in unregisterForSubscriptionInfoReady()
2158 mSubscriptionInfoReadyRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()