Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/telephony/
DIPhoneStateListener.aidl79 void onLinkCapacityEstimateChanged(in List<LinkCapacityEstimate> linkCapacityEstimateList); in onLinkCapacityEstimateChanged() argument
DITelephonyRegistry.aidl106 in List<LinkCapacityEstimate> linkCapacityEstimateList); in notifyLinkCapacityEstimateChanged() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java145 List<LinkCapacityEstimate> linkCapacityEstimateList); in notifyLinkCapacityEstimateChanged() argument
DDefaultPhoneNotifier.java299 List<LinkCapacityEstimate> linkCapacityEstimateList) { in notifyLinkCapacityEstimateChanged() argument
301 sender.getSubId(), linkCapacityEstimateList); in notifyLinkCapacityEstimateChanged() local
DGsmCdmaPhone.java723 private void updateLinkCapacityEstimate(List<LinkCapacityEstimate> linkCapacityEstimateList) { in updateLinkCapacityEstimate() argument
724 if (DBG) logd("updateLinkCapacityEstimate: lce list=" + linkCapacityEstimateList); in updateLinkCapacityEstimate()
725 if (linkCapacityEstimateList == null) { in updateLinkCapacityEstimate()
728 notifyLinkCapacityEstimateChanged(linkCapacityEstimateList); in updateLinkCapacityEstimate()
DPhone.java2987 List<LinkCapacityEstimate> linkCapacityEstimateList) { in notifyLinkCapacityEstimateChanged() argument
2988 mNotifier.notifyLinkCapacityEstimateChanged(this, linkCapacityEstimateList); in notifyLinkCapacityEstimateChanged()
/frameworks/base/core/java/android/telephony/
DTelephonyCallback.java1624 @NonNull List<LinkCapacityEstimate> linkCapacityEstimateList); in onLinkCapacityEstimateChanged()
2075 List<LinkCapacityEstimate> linkCapacityEstimateList) { in onLinkCapacityEstimateChanged() argument
2082 linkCapacityEstimateList))); in onLinkCapacityEstimateChanged()
DTelephonyRegistryManager.java1049 List<LinkCapacityEstimate> linkCapacityEstimateList) { in notifyLinkCapacityEstimateChanged() argument
1051 sRegistry.notifyLinkCapacityEstimateChanged(slotIndex, subId, linkCapacityEstimateList); in notifyLinkCapacityEstimateChanged()
DPhoneStateListener.java1665 List<LinkCapacityEstimate> linkCapacityEstimateList) { in onLinkCapacityEstimateChanged() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyRegistryTest.java246 List<LinkCapacityEstimate> linkCapacityEstimateList) { in onLinkCapacityEstimateChanged() argument
247 mLinkCapacityEstimateList = linkCapacityEstimateList; in onLinkCapacityEstimateChanged()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java3096 List<LinkCapacityEstimate> linkCapacityEstimateList) { in notifyLinkCapacityEstimateChanged() argument
3103 + linkCapacityEstimateList); in notifyLinkCapacityEstimateChanged()
3108 mLinkCapacityEstimateLists.set(phoneId, linkCapacityEstimateList); in notifyLinkCapacityEstimateChanged()
3114 r.callback.onLinkCapacityEstimateChanged(linkCapacityEstimateList); in notifyLinkCapacityEstimateChanged()