| /frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
| D | WifiNetworkScoreCache.java | 93 ScoredNetwork network = getScoredNetwork(result); in hasScoreCurve() local 101 ScoredNetwork network = getScoredNetwork(result); in getNetworkScore() local 117 ScoredNetwork network = getScoredNetwork(result); in getNetworkScore() local 136 ScoredNetwork network = mNetworkCache.get(key); in getScoredNetwork() local 141 private String buildNetworkKey(ScoredNetwork network) { in buildNetworkKey()
|
| /frameworks/volley/src/test/java/com/android/volley/toolbox/ |
| D | JsonRequestCharsetTest.java | 59 NetworkResponse network = new NetworkResponse(data); in defaultCharsetJsonObject() local 72 NetworkResponse network = new NetworkResponse(data); in defaultCharsetJsonArray() local 86 NetworkResponse network = new NetworkResponse(data, headers); in specifiedCharsetJsonObject() local 100 NetworkResponse network = new NetworkResponse(data, headers); in specifiedCharsetJsonArray() local
|
| /frameworks/base/native/android/ |
| D | net.c | 45 int android_setsocknetwork(net_handle_t network, int fd) { in android_setsocknetwork() 60 int android_setprocnetwork(net_handle_t network) { in android_setprocnetwork() 75 int android_getaddrinfofornetwork(net_handle_t network, in android_getaddrinfofornetwork()
|
| /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
| D | AnqpCache.java | 53 private static CacheKey buildKey(NetworkDetail network, boolean standardESS) { in buildKey() 118 public boolean initiate(NetworkDetail network) { in initiate() 135 public void update(NetworkDetail network, in update() 148 public ANQPData getEntry(NetworkDetail network) { in getEntry()
|
| D | ANQPData.java | 38 public ANQPData(NetworkDetail network, in ANQPData() 56 public ANQPData(NetworkDetail network, ANQPData existing) { in ANQPData()
|
| /frameworks/base/core/java/android/net/ |
| D | ConnectivityManager.java | 739 public NetworkInfo getNetworkInfo(Network network) { in getNetworkInfo() 869 public LinkProperties getLinkProperties(Network network) { in getLinkProperties() 886 public NetworkCapabilities getNetworkCapabilities(Network network) { in getNetworkCapabilities() 1279 private PacketKeepalive(Network network, PacketKeepaliveCallback callback) { in PacketKeepalive() 1326 Network network, int intervalSeconds, PacketKeepaliveCallback callback, in startNattKeepalive() 1912 public void reportBadNetwork(Network network) { in reportBadNetwork() 1933 public void reportNetworkConnectivity(Network network, boolean hasConnectivity) { in reportNetworkConnectivity() 1988 public ProxyInfo getProxyForNetwork(Network network) { in getProxyForNetwork() 2181 public void onPreCheck(Network network) {} in onPreCheck() 2190 public void onAvailable(Network network) {} in onAvailable() [all …]
|
| D | IConnectivityManager.aidl | 50 NetworkInfo getNetworkInfoForNetwork(in Network network); in getNetworkInfoForNetwork() 60 LinkProperties getLinkProperties(in Network network); in getLinkProperties() 62 NetworkCapabilities getNetworkCapabilities(in Network network); in getNetworkCapabilities() 97 void reportNetworkConnectivity(in Network network, boolean hasConnectivity); in reportNetworkConnectivity() 131 boolean requestBandwidthUpdate(in Network network); in requestBandwidthUpdate() 154 void setAcceptUnvalidated(in Network network, boolean accept, boolean always); in setAcceptUnvalidated() 164 void startNattKeepalive(in Network network, int intervalSeconds, in Messenger messenger, in startNattKeepalive() 167 void stopKeepalive(in Network network, int slot); in stopKeepalive()
|
| D | NetworkState.java | 32 public final Network network; field in NetworkState 37 NetworkCapabilities networkCapabilities, Network network, String subscriberId, in NetworkState()
|
| /frameworks/base/telephony/java/com/android/ims/ |
| D | ImsConfigListener.aidl | 34 void onGetFeatureResponse(int feature, int network, int value, int status); in onGetFeatureResponse() 50 void onSetFeatureResponse(int feature, int network, int value, int status); in onSetFeatureResponse()
|
| /frameworks/volley/src/main/java/com/android/volley/ |
| D | RequestQueue.java | 108 public RequestQueue(Cache cache, Network network, int threadPoolSize, in RequestQueue() 123 public RequestQueue(Cache cache, Network network, int threadPoolSize) { in RequestQueue() 134 public RequestQueue(Cache cache, Network network) { in RequestQueue()
|
| D | NetworkDispatcher.java | 57 Network network, Cache cache, in NetworkDispatcher()
|
| /frameworks/base/telephony/java/com/android/ims/internal/ |
| D | IImsConfig.aidl | 81 oneway void getFeatureValue(int feature, int network, ImsConfigListener listener); in getFeatureValue() 94 oneway void setFeatureValue(int feature, int network, int value, ImsConfigListener listener); in setFeatureValue()
|
| /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/ |
| D | ThreeGPPNetworkElement.java | 31 CellularNetwork network = CellularNetwork.buildCellularNetwork(payload); in ThreeGPPNetworkElement() local
|
| /frameworks/volley/src/main/java/com/android/volley/toolbox/ |
| D | Volley.java | 63 Network network = new BasicNetwork(stack); in newRequestQueue() local
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | ConnectivityService.java | 428 private void addValidationLogs(ReadOnlyLocalLog log, Network network) { in addValidationLogs() 846 Network network = null; in getFilteredNetworkState() local 876 private NetworkAgentInfo getNetworkAgentInfoForNetwork(Network network) { in getNetworkAgentInfoForNetwork() 902 Network network = null; in getUnfilteredActiveNetworkState() local 1049 public NetworkInfo getNetworkInfoForNetwork(Network network) { in getNetworkInfoForNetwork() 1185 public LinkProperties getLinkProperties(Network network) { in getLinkProperties() 1208 public NetworkCapabilities getNetworkCapabilities(Network network) { in getNetworkCapabilities() 2399 public void setAcceptUnvalidated(Network network, boolean accept, boolean always) { in setAcceptUnvalidated() 2405 private void handleSetAcceptUnvalidated(Network network, boolean accept, boolean always) { in handleSetAcceptUnvalidated() 2452 private void handlePromptUnvalidated(Network network) { in handlePromptUnvalidated() [all …]
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| D | ServiceStateTracker.java | 1121 private boolean isInNetwork(BaseBundle b, String network, String key) { in isInNetwork() 1130 protected final boolean isRoamingInGsmNetwork(BaseBundle b, String network) { in isRoamingInGsmNetwork() 1134 protected final boolean isNonRoamingInGsmNetwork(BaseBundle b, String network) { in isNonRoamingInGsmNetwork() 1138 protected final boolean isRoamingInCdmaNetwork(BaseBundle b, String network) { in isRoamingInCdmaNetwork() 1142 protected final boolean isNonRoamingInCdmaNetwork(BaseBundle b, String network) { in isNonRoamingInCdmaNetwork()
|
| /frameworks/opt/net/ims/src/java/com/android/ims/ |
| D | ImsConfig.java | 551 public void getFeatureValue(int feature, int network, in getFeatureValue() 576 public void setFeatureValue(int feature, int network, int value, in setFeatureValue()
|
| /frameworks/base/services/core/java/com/android/server/connectivity/ |
| D | NetworkAgentInfo.java | 106 public final Network network; field in NetworkAgentInfo
|
| D | PermissionMonitor.java | 184 List<Integer> network = new ArrayList<Integer>(); in update() local
|
| D | NetworkDiagnostics.java | 160 public NetworkDiagnostics(Network network, LinkProperties lp, long timeoutMs) { in NetworkDiagnostics()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
| D | QSTileHost.java | 91 RotationLockController rotation, NetworkController network, in QSTileHost()
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/ |
| D | ConnectivityServiceTest.java | 944 public void onAvailable(Network network) { in onAvailable() 950 public void onLosing(Network network, int maxMsToLive) { in onLosing() 956 public void onLost(Network network) { in onLost()
|
| /frameworks/native/cmds/dumpstate/ |
| D | dumpstate.c | 270 char network[PROPERTY_VALUE_MAX], date[80]; in dumpstate() local
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
| D | SipPhoneBase.java | 396 public void selectNetworkManually(OperatorInfo network, boolean persistSelection, in selectNetworkManually()
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
| D | ImsPhoneBase.java | 426 public void selectNetworkManually(OperatorInfo network, boolean persistSelection, in selectNetworkManually()
|