Home
last modified time | relevance | path

Searched refs:cellInfo (Results 1 – 16 of 16) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DCellularLinkLayerStatsCollector.java195 CellInfo cellInfo = cellInfoList.get(i); in getPrimaryCellInfo() local
196 if ((cellInfo instanceof CellInfoTdscdma && networkType == NETWORK_TYPE_TD_SCDMA) in getPrimaryCellInfo()
197 || (cellInfo instanceof CellInfoCdma && (networkType == NETWORK_TYPE_CDMA in getPrimaryCellInfo()
199 || (cellInfo instanceof CellInfoLte && networkType == NETWORK_TYPE_LTE) in getPrimaryCellInfo()
200 || (cellInfo instanceof CellInfoWcdma && networkType == NETWORK_TYPE_UMTS) in getPrimaryCellInfo()
201 || (cellInfo instanceof CellInfoGsm && networkType == NETWORK_TYPE_GSM) in getPrimaryCellInfo()
202 || (cellInfo instanceof CellInfoNr && networkType == NETWORK_TYPE_NR)) { in getPrimaryCellInfo()
203 primaryCellInfo = cellInfo; in getPrimaryCellInfo()
/frameworks/base/telephony/java/android/telephony/
DCellInfo.java252 CellInfo cellInfo = (CellInfo) o; in equals()
253 return mCellConnectionStatus == cellInfo.mCellConnectionStatus in equals()
254 && mRegistered == cellInfo.mRegistered in equals()
255 && mTimeStamp == cellInfo.mTimeStamp; in equals()
DTelephonyManager.java5626 public abstract void onCellInfo(@NonNull List<CellInfo> cellInfo); in onCellInfo() argument
5683 public void onCellInfo(List<CellInfo> cellInfo) { in requestCellInfoUpdate() argument
5686 executor.execute(() -> callback.onCellInfo(cellInfo)); in requestCellInfoUpdate()
5733 public void onCellInfo(List<CellInfo> cellInfo) { in requestCellInfoUpdate() argument
5736 executor.execute(() -> callback.onCellInfo(cellInfo)); in requestCellInfoUpdate()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DLocaleTracker.java294 for (CellInfo cellInfo : mCellInfoList) { in getMccFromCellInfo()
295 String mcc = cellInfo.getCellIdentity().getMccString(); in getMccFromCellInfo()
329 for (CellInfo cellInfo : mCellInfoList) { in getMccMncFromCellInfo()
330 String mcc = cellInfo.getCellIdentity().getMccString(); in getMccMncFromCellInfo()
332 String mnc = cellInfo.getCellIdentity().getMncString(); in getMccMncFromCellInfo()
DRadioResponse.java1229 ArrayList<android.hardware.radio.V1_0.CellInfo> cellInfo) { in getCellInfoListResponse() argument
1230 responseCellInfoList(responseInfo, cellInfo); in getCellInfoListResponse()
1239 ArrayList<android.hardware.radio.V1_2.CellInfo> cellInfo) { in getCellInfoListResponse_1_2() argument
1240 responseCellInfoList_1_2(responseInfo, cellInfo); in getCellInfoListResponse_1_2()
1249 ArrayList<android.hardware.radio.V1_4.CellInfo> cellInfo) { in getCellInfoListResponse_1_4() argument
1250 responseCellInfoList_1_4(responseInfo, cellInfo); in getCellInfoListResponse_1_4()
1259 ArrayList<android.hardware.radio.V1_5.CellInfo> cellInfo) { in getCellInfoListResponse_1_5() argument
1260 responseCellInfoList_1_5(responseInfo, cellInfo); in getCellInfoListResponse_1_5()
2393 ArrayList<android.hardware.radio.V1_0.CellInfo> cellInfo) { in responseCellInfoList() argument
2397 ArrayList<CellInfo> ret = RIL.convertHalCellInfoList(cellInfo); in responseCellInfoList()
[all …]
DPhoneNotifier.java66 void notifyCellInfo(Phone sender, List<CellInfo> cellInfo); in notifyCellInfo() argument
DDefaultPhoneNotifier.java152 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo) { in notifyCellInfo() argument
154 mTelephonyRegistryMgr.notifyCellInfoChanged(subId, cellInfo); in notifyCellInfo()
DServiceStateTracker.java1185 List<CellInfo> cellInfo = null; in handleMessage() local
1195 cellInfo = (List<CellInfo>) ar.result; in handleMessage()
1196 updateOperatorNameForCellInfo(cellInfo); in handleMessage()
1197 mLastCellInfoList = cellInfo; in handleMessage()
1198 mPhone.notifyCellInfo(cellInfo); in handleMessage()
1200 log("CELL_INFO_LIST: size=" + cellInfo.size() + " list=" + cellInfo); in handleMessage()
1230 AsyncResult.forMessage(m, cellInfo, ex); in handleMessage()
5688 for (CellInfo cellInfo : cellInfos) { in updateOperatorNameForCellInfo()
5689 if (cellInfo.isRegistered()) { in updateOperatorNameForCellInfo()
5690 updateOperatorNameForCellIdentity(cellInfo.getCellIdentity()); in updateOperatorNameForCellInfo()
DPhone.java2578 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo() argument
2579 AsyncResult ar = new AsyncResult(null, cellInfo, null); in notifyCellInfo()
2582 mNotifier.notifyCellInfo(this, cellInfo); in notifyCellInfo()
/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl76 void notifyCellInfo(in List<CellInfo> cellInfo); in notifyCellInfo() argument
83 void notifyCellInfoForSubscriber(in int subId, in List<CellInfo> cellInfo); in notifyCellInfoForSubscriber() argument
DIPhoneStateListener.aidl48 void onCellInfoChanged(in List<CellInfo> cellInfo); in onCellInfoChanged() argument
/frameworks/base/core/java/android/telephony/
DPhoneStateListener.java731 public void onCellInfoChanged(List<CellInfo> cellInfo) { in onCellInfoChanged() argument
1208 public void onCellInfoChanged(List<CellInfo> cellInfo) { in onCellInfoChanged() argument
1213 () -> mExecutor.execute(() -> psl.onCellInfoChanged(cellInfo))); in onCellInfoChanged()
DTelephonyRegistryManager.java623 public void notifyCellInfoChanged(int subId, @NonNull List<CellInfo> cellInfo) { in notifyCellInfoChanged() argument
625 sRegistry.notifyCellInfoForSubscriber(subId, cellInfo); in notifyCellInfoChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTestPhoneNotifier.java.broken67 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo) {
DRILTest.java554 private RadioAccessSpecifier getRadioAccessSpecifier(CellInfo cellInfo) { in getRadioAccessSpecifier() argument
556 if (cellInfo instanceof CellInfoLte) { in getRadioAccessSpecifier()
558 int[] lteChannels = {((CellInfoLte) cellInfo).getCellIdentity().getEarfcn()}; in getRadioAccessSpecifier()
560 } else if (cellInfo instanceof CellInfoWcdma) { in getRadioAccessSpecifier()
562 int[] wcdmaChannels = {((CellInfoWcdma) cellInfo).getCellIdentity().getUarfcn()}; in getRadioAccessSpecifier()
564 } else if (cellInfo instanceof CellInfoGsm) { in getRadioAccessSpecifier()
566 int[] gsmChannels = {((CellInfoGsm) cellInfo).getCellIdentity().getArfcn()}; in getRadioAccessSpecifier()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1493 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo() argument
1494 notifyCellInfoForSubscriber(SubscriptionManager.DEFAULT_SUBSCRIPTION_ID, cellInfo); in notifyCellInfo()
1497 public void notifyCellInfoForSubscriber(int subId, List<CellInfo> cellInfo) { in notifyCellInfoForSubscriber() argument
1503 + " cellInfo=" + cellInfo); in notifyCellInfoForSubscriber()
1508 mCellInfo.set(phoneId, cellInfo); in notifyCellInfoForSubscriber()
1515 log("notifyCellInfoForSubscriber: mCellInfo=" + cellInfo in notifyCellInfoForSubscriber()
1518 r.callback.onCellInfoChanged(cellInfo); in notifyCellInfoForSubscriber()