/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityCdmaTest.java | 32 private static final int NETWORK_ID = 65535; field in CellIdentityCdmaTest 47 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConstructor() 50 assertEquals(NETWORK_ID, ci.getNetworkId()); in testConstructor() 56 String globalCi = Integer.toString(SYSTEM_ID, 16) + Integer.toString(NETWORK_ID, 16) in testConstructor() 64 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, -1, 0, in testNullIsland() 74 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals() 77 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals() 82 ciA = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals() 84 ciB = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals() 89 ciA = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals() [all …]
|
D | CellIdentityTest.java | 58 private static final int NETWORK_ID = 65535; field in CellIdentityTest 145 ci = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testParcel() 202 CellIdentityCdma cdma = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, in testGetMccMncString()
|
D | RILTest.java | 232 private static final int NETWORK_ID = 65534; field in RILTest 1506 cellinfo.cellIdentityCdma.networkId = NETWORK_ID; in testConvertHalCellInfoListForCdma() 1534 NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConvertHalCellInfoListForCdma() 1755 NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConvertHalCellInfoList_1_2ForCdma() 1776 NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConvertHalCellInfoList_1_2ForCdmaWithEmptyOperatorInfo() 2297 cellinfo.cellIdentityCdma.base.networkId = NETWORK_ID; in getCellInfoListForCdma()
|
/frameworks/base/wifi/tests/src/android/net/wifi/p2p/ |
D | WifiP2pGroupTest.java | 36 private static final int NETWORK_ID = 9; field in WifiP2pGroupTest 52 group.setNetworkId(NETWORK_ID); in testSetterGetter() 62 assertEquals(NETWORK_ID, group.getNetworkId()); in testSetterGetter()
|
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/ |
D | AccessPointTest.java | 108 private static final int NETWORK_ID = 123; field in AccessPointTest 856 config.networkId = NETWORK_ID; 860 wifiInfo.setNetworkId(NETWORK_ID); 869 .setNetworkId(NETWORK_ID) 893 config.networkId = NETWORK_ID; 897 wifiInfo.setNetworkId(NETWORK_ID); 906 .setNetworkId(NETWORK_ID) 973 config.networkId = NETWORK_ID; in testUpdateConfig_doesNotThrowNPE_ifListenerIsNulledWhileAwaitingExecution() 977 wifiInfo.setNetworkId(NETWORK_ID); in testUpdateConfig_doesNotThrowNPE_ifListenerIsNulledWhileAwaitingExecution() 986 .setNetworkId(NETWORK_ID) in testUpdateConfig_doesNotThrowNPE_ifListenerIsNulledWhileAwaitingExecution() [all …]
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiMonitorTest.java | 57 private static final int NETWORK_ID = 5; field in WifiMonitorTest 257 int networkId = NETWORK_ID; in testBroadcastNetworkGsmAuthRequestEvent() 281 int networkId = NETWORK_ID; in testBroadcastNetworkUmtsAuthRequestEvent() 424 int networkId = NETWORK_ID; in testBroadcastNetworkConnectionEvent() 464 int networkId = NETWORK_ID; in testBroadcastSupplicantStateChangeEvent()
|
/frameworks/base/core/java/android/net/ |
D | NetworkIdentity.java | 118 proto.write(NetworkIdentityProto.NETWORK_ID, mNetworkId); in writeToProto()
|
/frameworks/base/core/java/android/provider/ |
D | Telephony.java | 4685 public static final String NETWORK_ID = "network_id"; field in Telephony.ServiceStateTable
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 57166 Landroid/provider/Telephony$ServiceStateTable;->NETWORK_ID:Ljava/lang/String;
|