/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 | 206 private static final int NETWORK_ID = 65534; field in RILTest 1317 cellinfo.cellIdentityCdma.networkId = NETWORK_ID; in testConvertHalCellInfoListForCdma() 1345 NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConvertHalCellInfoListForCdma() 1559 NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConvertHalCellInfoList_1_2ForCdma() 1580 NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConvertHalCellInfoList_1_2ForCdmaWithEmptyOperatorInfo() 1824 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 | 107 private static final int NETWORK_ID = 123; field in AccessPointTest 855 config.networkId = NETWORK_ID; 859 wifiInfo.setNetworkId(NETWORK_ID); 868 .setNetworkId(NETWORK_ID) 892 config.networkId = NETWORK_ID; 896 wifiInfo.setNetworkId(NETWORK_ID); 905 .setNetworkId(NETWORK_ID) 972 config.networkId = NETWORK_ID; in testUpdateConfig_doesNotThrowNPE_ifListenerIsNulledWhileAwaitingExecution() 976 wifiInfo.setNetworkId(NETWORK_ID); in testUpdateConfig_doesNotThrowNPE_ifListenerIsNulledWhileAwaitingExecution() 985 .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 | 130 proto.write(NetworkIdentityProto.NETWORK_ID, mNetworkId); in writeToProto()
|
/frameworks/base/telephony/java/android/provider/ |
D | Telephony.java | 4284 public static final String NETWORK_ID = "network_id"; field in Telephony.ServiceStateTable
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 61340 Landroid/provider/Telephony$ServiceStateTable;->NETWORK_ID:Ljava/lang/String;
|