Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDefaultPhoneNotifier.java263 List<LinkCapacityEstimate> linkCapacityEstimateList) { in notifyLinkCapacityEstimateChanged() argument
265 sender.getSubId(), linkCapacityEstimateList); in notifyLinkCapacityEstimateChanged() local
H A DPhoneNotifier.java134 List<LinkCapacityEstimate> linkCapacityEstimateList); in notifyLinkCapacityEstimateChanged() argument
H A DGsmCdmaPhone.java561 private void updateLinkCapacityEstimate(List<LinkCapacityEstimate> linkCapacityEstimateList) { in updateLinkCapacityEstimate() argument
562 if (DBG) logd("updateLinkCapacityEstimate: lce list=" + linkCapacityEstimateList); in updateLinkCapacityEstimate()
563 if (linkCapacityEstimateList == null) { in updateLinkCapacityEstimate()
566 notifyLinkCapacityEstimateChanged(linkCapacityEstimateList); in updateLinkCapacityEstimate()
H A DPhone.java2877 List<LinkCapacityEstimate> linkCapacityEstimateList) { in notifyLinkCapacityEstimateChanged() argument
2878 mNotifier.notifyLinkCapacityEstimateChanged(this, linkCapacityEstimateList); in notifyLinkCapacityEstimateChanged()
/aosp12/frameworks/base/core/java/com/android/internal/telephony/
H A DIPhoneStateListener.aidl77 void onLinkCapacityEstimateChanged(in List<LinkCapacityEstimate> linkCapacityEstimateList); in onLinkCapacityEstimateChanged() argument
H A DITelephonyRegistry.aidl100 in List<LinkCapacityEstimate> linkCapacityEstimateList); in notifyLinkCapacityEstimateChanged() argument
/aosp12/frameworks/base/core/java/android/telephony/
H A DTelephonyCallback.java1385 @NonNull List<LinkCapacityEstimate> linkCapacityEstimateList); in onLinkCapacityEstimateChanged()
1737 List<LinkCapacityEstimate> linkCapacityEstimateList) { in onLinkCapacityEstimateChanged() argument
1744 linkCapacityEstimateList))); in onLinkCapacityEstimateChanged()
H A DTelephonyRegistryManager.java858 List<LinkCapacityEstimate> linkCapacityEstimateList) { in notifyLinkCapacityEstimateChanged() argument
860 sRegistry.notifyLinkCapacityEstimateChanged(slotIndex, subId, linkCapacityEstimateList); in notifyLinkCapacityEstimateChanged()
H A DPhoneStateListener.java1642 List<LinkCapacityEstimate> linkCapacityEstimateList) { in onLinkCapacityEstimateChanged() argument
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTelephonyRegistryTest.java207 List<LinkCapacityEstimate> linkCapacityEstimateList) { in onLinkCapacityEstimateChanged() argument
208 mLinkCapacityEstimateList = linkCapacityEstimateList; in onLinkCapacityEstimateChanged()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java2744 List<LinkCapacityEstimate> linkCapacityEstimateList) { in notifyLinkCapacityEstimateChanged() argument
2751 + linkCapacityEstimateList); in notifyLinkCapacityEstimateChanged()
2756 mLinkCapacityEstimateLists.set(phoneId, linkCapacityEstimateList); in notifyLinkCapacityEstimateChanged()
2762 r.callback.onLinkCapacityEstimateChanged(linkCapacityEstimateList); in notifyLinkCapacityEstimateChanged()