/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityCdmaTest.java | 31 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 …]
|
D | CellIdentityTest.java | 45 private static final int NETWORK_ID = 65535; field in CellIdentityTest 91 ci = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testParcel()
|
D | RILTest.java | 190 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/ |
D | AccessPointTest.java | 86 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/ |
D | WifiMonitorTest.java | 56 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/ |
D | NetworkIdentity.java | 130 proto.write(NetworkIdentityProto.NETWORK_ID, mNetworkId); in writeToProto()
|
/frameworks/base/telephony/java/android/provider/ |
D | Telephony.java | 3186 values.put(NETWORK_ID, state.getCdmaNetworkId()); in getContentValuesForServiceState() 3320 public static final String NETWORK_ID = "network_id"; field in Telephony.ServiceStateTable
|