Searched refs:getNetworkId (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pGroupList.java58 mListener.onDeleteGroup(oldValue.getNetworkId());
86 mGroups.put(group.getNetworkId(), group);
105 remove(getNetworkId(deviceAddress));
130 public int getNetworkId(String deviceAddress) { method in class:WifiP2pGroupList
137 mGroups.get(grp.getNetworkId());
138 return grp.getNetworkId();
153 public int getNetworkId(String deviceAddress, String ssid) { method in class:WifiP2pGroupList
163 mGroups.get(grp.getNetworkId());
164 return grp.getNetworkId();
198 if (netId == grp.getNetworkId()) {
[all...]
H A DWifiP2pGroup.java256 public int getNetworkId() { method in class:WifiP2pGroup
292 mNetId = source.getNetworkId();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DNetworkUpdateResult.java43 public int getNetworkId() { method in class:NetworkUpdateResult
H A DWifiConfigStore.java656 WifiConfiguration config = getWifiConfiguration(info.getNetworkId());
824 int netId = result.getNetworkId();
875 WifiConfiguration config = getWifiConfiguration(info.getNetworkId());
978 if (result.getNetworkId() != WifiConfiguration.INVALID_NETWORK_ID) {
979 WifiConfiguration conf = mConfiguredNetworks.get(result.getNetworkId());
986 return result.getNetworkId();
H A DWifiStateMachine.java3434 && mWifiInfo.getNetworkId() != WifiConfiguration.INVALID_NETWORK_ID) {
6266 netId = result.getNetworkId();
6313 netId = result.getNetworkId();
6414 if (result.getNetworkId() != WifiConfiguration.INVALID_NETWORK_ID) {
6415 if (mWifiInfo.getNetworkId() == result.getNetworkId()) {
6433 + Integer.toString(result.getNetworkId()));
6443 mWifiAutoJoinController.updateConfigurationHistory(result.getNetworkId()
6862 if (mWifiInfo.getNetworkId() == netId) {
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkIdentitySet.java74 writeOptionalString(out, ident.getNetworkId());
H A DNetworkPolicyManagerService.java1408 final String networkId = template.getNetworkId();
/frameworks/base/telephony/java/android/telephony/cdma/
H A DCdmaCellLocation.java119 public int getNetworkId() { method in class:CdmaCellLocation
/frameworks/base/core/java/android/net/
H A DNetworkIdentity.java113 public String getNetworkId() { method in class:NetworkIdentity
H A DNetworkTemplate.java202 public String getNetworkId() { method in class:NetworkTemplate
/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityCdma.java98 public int getNetworkId() { method in class:CellIdentityCdma
H A DServiceState.java834 public int getNetworkId() { method in class:ServiceState
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java357 ", NID=" + cellLocation.getNetworkId() +
361 ", NID=" + cellLocation.getNetworkId();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DWifiAccessPointController.java115 return wifiInfo != null ? wifiInfo.getNetworkId() : AccessPoint.NO_NETWORK;
H A DNetworkControllerImpl.java1009 if (net.networkId == info.getNetworkId()) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java1309 netId = mGroups.getNetworkId(mThisDevice.deviceAddress);
1333 if (mGroup.getNetworkId() == WifiP2pGroup.PERSISTENT_NET_ID) {
1634 if (mGroup.getNetworkId() == WifiP2pGroup.PERSISTENT_NET_ID) {
1640 mGroup.setNetworkId(mGroups.getNetworkId(devAddr,
2024 int netId = mGroup.getNetworkId();
2504 int netId = mGroups.getNetworkId(dev.deviceAddress, ssid);
2526 netId = mGroups.getNetworkId(dev.deviceAddress);
2563 int netId = group.getNetworkId();
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiInfo.java423 public int getNetworkId() { method in class:WifiInfo
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaLteServiceStateTracker.java428 isInHomeSidNid(mSS.getSystemId(), mSS.getNetworkId()) &&
H A DCDMAPhone.java631 loc.getSystemId(), loc.getNetworkId());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneBase.java1147 cellIdentity.getNetworkId(),

Completed in 476 milliseconds