Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java7071 Optional<CellIdentity> primaryCellIdentity = regInfos.stream() in testGetLastKnownCellIdentity() local
7088 primaryCellIdentity.isPresent() ? primaryCellIdentity.get() : null); in testGetLastKnownCellIdentity()