Home
last modified time | relevance | path

Searched defs:cellIdentityLte (Results 1 – 3 of 3) sorted by relevance

/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DONSNetworkScanCtlrTest.java91 CellIdentityLte cellIdentityLte = new CellIdentityLte(310, 210, 1, 1, 1); in testStartFastNetworkScan() local
108 CellIdentityLte cellIdentityLte = new CellIdentityLte(310, 210, 1, 1, 1); in testStartFastNetworkScanFail() local
132 CellIdentityLte cellIdentityLte = new CellIdentityLte(310, 210, 1, 1, 1); in testStartFastNetworkScanWithMultipleNetworks() local
156 CellIdentityLte cellIdentityLte = new CellIdentityLte(310, 210, 1, 1, 1); in testStopNetworkScan() local
DONSProfileSelectorTest.java160 CellIdentityLte cellIdentityLte = new CellIdentityLte(310, 210, 1, 1, 1); in testStartProfileSelectionWithNoOpportunisticSub() local
241 CellIdentityLte cellIdentityLte = new CellIdentityLte(310, 210, 1, 1, 1); in testStartProfileSelectionSuccess() local
329 CellIdentityLte cellIdentityLte = new CellIdentityLte(310, 210, 1, 1, 1); in testStartProfileSelectionWithDifferentPrioritySubInfo() local
639 CellIdentityLte cellIdentityLte = new CellIdentityLte(310, 210, 1, 1, 1); in testStartProfileSelectionSuccessWithSameArgumentsAgain() local
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/network/telephony/scan/
DNetworkScanRepositoryTest.kt238 val cellIdentityLte = CellIdentityLte( in createCellInfoLte() constant