Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRatRatcheter.java64 public static boolean updateBandwidths(int[] bandwidths, ServiceState serviceState) { in updateBandwidths() argument
65 if (bandwidths == null) { in updateBandwidths()
70 int newAggregateBandwidth = Arrays.stream(bandwidths).sum(); in updateBandwidths()
73 serviceState.setCellBandwidths(bandwidths); in updateBandwidths()
H A DServiceStateTracker.java2601 int[] bandwidths = null; in setPhyCellInfoFromCellIdentity() local
2609 bandwidths = getBandwidthsFromConfigs(mLastPhysicalChannelConfigList); in setPhyCellInfoFromCellIdentity()
2610 for (int bw : bandwidths) { in setPhyCellInfoFromCellIdentity()
2613 bandwidths = null; in setPhyCellInfoFromCellIdentity()
2630 if (bandwidths == null || bandwidths.length == 1) { in setPhyCellInfoFromCellIdentity()
2633 bandwidths = new int[] {cbw}; in setPhyCellInfoFromCellIdentity()
2646 for (int bw : bandwidths) { in setPhyCellInfoFromCellIdentity()
2649 bandwidths = null; in setPhyCellInfoFromCellIdentity()
2663 bandwidths = new int[] {primaryPcc.getCellBandwidthDownlinkKhz()}; in setPhyCellInfoFromCellIdentity()
2668 if (bandwidths != null) { in setPhyCellInfoFromCellIdentity()
[all …]
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRatRatcheterTest.java54 int[] bandwidths = new int[] {1400, 5000}; in testUpdateBandwidthsSuccess() local
57 boolean updated = RatRatcheter.updateBandwidths(bandwidths, mServiceState); in testUpdateBandwidthsSuccess()
60 assertTrue(Arrays.equals(mServiceState.getCellBandwidths(), bandwidths)); in testUpdateBandwidthsSuccess() local
H A DServiceStateTrackerTest.java2245 private void sendPhyChanConfigChange(int[] bandwidths, int networkType, int pci) { in sendPhyChanConfigChange() argument
2248 for (int bw : bandwidths) { in sendPhyChanConfigChange()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java1239 public void setCellBandwidths(int[] bandwidths) { in setCellBandwidths() argument
1240 mCellBandwidths = bandwidths; in setCellBandwidths()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java4259 private void updateLinkBandwidths(String[] bandwidths, boolean useLte) { in updateLinkBandwidths() argument
4261 for (String config : bandwidths) { in updateLinkBandwidths()
5593 String[] bandwidths = CarrierConfigManager.getDefaultConfig().getStringArray( in read5GConfiguration() local
5602 bandwidths = b.getStringArray(CarrierConfigManager.KEY_BANDWIDTH_STRING_ARRAY); in read5GConfiguration()
5623 updateLinkBandwidths(bandwidths, useLte); in read5GConfiguration()
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...