Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityCdmaTest.java31 private static final int NETWORK_ID = 65535; field in CellIdentityCdmaTest
46 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConstructor()
49 assertEquals(NETWORK_ID, ci.getNetworkId()); in testConstructor()
59 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, -1, 0, in testNullIsland()
69 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
72 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
77 ciA = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
79 ciB = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
84 ciA = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
86 ciB = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
[all …]
DCellIdentityTest.java45 private static final int NETWORK_ID = 65535; field in CellIdentityTest
91 ci = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testParcel()
DRILTest.java190 private static final int NETWORK_ID = 65534; field in RILTest
1198 cellinfo.cellIdentityCdma.networkId = NETWORK_ID; in testConvertHalCellInfoListForCdma()
1227 NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConvertHalCellInfoListForCdma()
1438 NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConvertHalCellInfoList_1_2ForCdma()
1459 NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConvertHalCellInfoList_1_2ForCdmaWithEmptyOperatorInfo()
1586 cellinfo.cellIdentityCdma.base.networkId = NETWORK_ID; in getCellInfoListForCdma()
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
DAccessPointTest.java86 public static final int NETWORK_ID = 123; field in AccessPointTest
765 config.networkId = NETWORK_ID;
769 wifiInfo.setNetworkId(NETWORK_ID);
778 .setNetworkId(NETWORK_ID)
802 config.networkId = NETWORK_ID;
806 wifiInfo.setNetworkId(NETWORK_ID);
815 .setNetworkId(NETWORK_ID)
882 config.networkId = NETWORK_ID; in testUpdateConfig_doesNotThrowNPE_ifListenerIsNulledWhileAwaitingExecution()
886 wifiInfo.setNetworkId(NETWORK_ID); in testUpdateConfig_doesNotThrowNPE_ifListenerIsNulledWhileAwaitingExecution()
895 .setNetworkId(NETWORK_ID) in testUpdateConfig_doesNotThrowNPE_ifListenerIsNulledWhileAwaitingExecution()
[all …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMonitorTest.java56 private static final int NETWORK_ID = 5; field in WifiMonitorTest
256 int networkId = NETWORK_ID; in testBroadcastNetworkGsmAuthRequestEvent()
280 int networkId = NETWORK_ID; in testBroadcastNetworkUmtsAuthRequestEvent()
423 int networkId = NETWORK_ID; in testBroadcastNetworkConnectionEvent()
463 int networkId = NETWORK_ID; in testBroadcastSupplicantStateChangeEvent()
/frameworks/base/core/java/android/net/
DNetworkIdentity.java130 proto.write(NetworkIdentityProto.NETWORK_ID, mNetworkId); in writeToProto()
/frameworks/base/telephony/java/android/provider/
DTelephony.java3186 values.put(NETWORK_ID, state.getCdmaNetworkId()); in getContentValuesForServiceState()
3320 public static final String NETWORK_ID = "network_id"; field in Telephony.ServiceStateTable