Home
last modified time | relevance | path

Searched defs:allCellInfo (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowTelephonyManager.java132 private static volatile List<CellInfo> allCellInfo = Collections.emptyList(); field in ShadowTelephonyManager
791 public void setAllCellInfo(List<CellInfo> allCellInfo) { in setAllCellInfo()
885 List<CellInfo> allCellInfo = ShadowTelephonyManager.allCellInfo; in initListener() local
917 List<CellInfo> allCellInfo = ShadowTelephonyManager.allCellInfo; in initTelephonyCallback() local
/aosp_15_r20/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
H A DNetworkScanApiTest.java279 private List<RadioAccessSpecifier> getRadioAccessSpecifier(List<CellInfo> allCellInfo) { in getRadioAccessSpecifier()
456 List<CellInfo> allCellInfo = getCellInfo(); in buildNetworkScanRequest() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowTelephonyManagerTest.java304 List<CellInfo> allCellInfo = Collections.singletonList(mock(CellInfo.class)); in shouldGiveAllCellInfo() local
317 List<CellInfo> allCellInfo = Collections.singletonList(mock(CellInfo.class)); in shouldGiveAllCellInfo_toCallback() local
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/cts/
H A DCellInfoTest.java352 List<CellInfo> allCellInfo = resultsCallback.cellInfo; in testCellInfo() local
H A DTelephonyManagerTest.java5458 List<CellInfo> allCellInfo = mTelephonyManager.getAllCellInfo(); in testGetAllCellInfo() local
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java693 List<CellInfo> allCellInfo = mTelephonyManager.getAllCellInfo(); in getNetworkScanRequestForTesting() local