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.aidl77 void onLinkCapacityEstimateChanged(in List<LinkCapacityEstimate> linkCapacityEstimateList); in onLinkCapacityEstimateChanged() argument
DITelephonyRegistry.aidl100 in List<LinkCapacityEstimate> linkCapacityEstimateList); in notifyLinkCapacityEstimateChanged() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java134 List<LinkCapacityEstimate> linkCapacityEstimateList); in notifyLinkCapacityEstimateChanged() argument
DDefaultPhoneNotifier.java263 List<LinkCapacityEstimate> linkCapacityEstimateList) { in notifyLinkCapacityEstimateChanged() argument
265 sender.getSubId(), linkCapacityEstimateList); in notifyLinkCapacityEstimateChanged() local
DGsmCdmaPhone.java560 private void updateLinkCapacityEstimate(List<LinkCapacityEstimate> linkCapacityEstimateList) { in updateLinkCapacityEstimate() argument
561 if (DBG) logd("updateLinkCapacityEstimate: lce list=" + linkCapacityEstimateList); in updateLinkCapacityEstimate()
562 if (linkCapacityEstimateList == null) { in updateLinkCapacityEstimate()
565 notifyLinkCapacityEstimateChanged(linkCapacityEstimateList); in updateLinkCapacityEstimate()
DPhone.java2875 List<LinkCapacityEstimate> linkCapacityEstimateList) { in notifyLinkCapacityEstimateChanged() argument
2876 mNotifier.notifyLinkCapacityEstimateChanged(this, linkCapacityEstimateList); in notifyLinkCapacityEstimateChanged()
/frameworks/base/core/java/android/telephony/
DTelephonyCallback.java1385 @NonNull List<LinkCapacityEstimate> linkCapacityEstimateList); in onLinkCapacityEstimateChanged()
1737 List<LinkCapacityEstimate> linkCapacityEstimateList) { in onLinkCapacityEstimateChanged() argument
1744 linkCapacityEstimateList))); in onLinkCapacityEstimateChanged()
DTelephonyRegistryManager.java858 List<LinkCapacityEstimate> linkCapacityEstimateList) { in notifyLinkCapacityEstimateChanged() argument
860 sRegistry.notifyLinkCapacityEstimateChanged(slotIndex, subId, linkCapacityEstimateList); in notifyLinkCapacityEstimateChanged()
DPhoneStateListener.java1642 List<LinkCapacityEstimate> linkCapacityEstimateList) { in onLinkCapacityEstimateChanged() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyRegistryTest.java197 List<LinkCapacityEstimate> linkCapacityEstimateList) { in onLinkCapacityEstimateChanged() argument
198 mLinkCapacityEstimateList = linkCapacityEstimateList; in onLinkCapacityEstimateChanged()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java2705 List<LinkCapacityEstimate> linkCapacityEstimateList) { in notifyLinkCapacityEstimateChanged() argument
2712 + linkCapacityEstimateList); in notifyLinkCapacityEstimateChanged()
2717 mLinkCapacityEstimateLists.set(phoneId, linkCapacityEstimateList); in notifyLinkCapacityEstimateChanged()
2723 r.callback.onLinkCapacityEstimateChanged(linkCapacityEstimateList); in notifyLinkCapacityEstimateChanged()