Home
last modified time | relevance | path

Searched refs:getCellInfo (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_components/
DLocationId.java101 public CellInfo getCellInfo() { in getCellInfo() method in LocationId
142 return getCellInfo() != null; in getComponents()
154 return getCellInfo(); in getComponents()
177 + getCellInfo().toIndentedString(indent); in getComponents()
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DNetworkScanApiTest.java367 List<CellInfo> allCellInfo = getCellInfo(); in buildNetworkScanRequest()
417 private List<CellInfo> getCellInfo() { in getCellInfo() method in NetworkScanApiTest