Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java5402 Set<CellIdentity> cidSet = new ArraySet<>(2); in getRegisteredCellIdentities() local
5405 if (nri.isRegistered()) cidSet.add(nri.getCellIdentity()); in getRegisteredCellIdentities()
5407 return cidSet; in getRegisteredCellIdentities()