Home
last modified time | relevance | path

Searched refs:NetworkAgentConfig (Results 1 – 25 of 54) sorted by relevance

123

/packages/modules/Connectivity/framework/src/android/net/
DNetworkAgentConfig.java38 public final class NetworkAgentConfig implements Parcelable { class
276 public NetworkAgentConfig() { in NetworkAgentConfig() method in NetworkAgentConfig
280 public NetworkAgentConfig(@Nullable NetworkAgentConfig nac) { in NetworkAgentConfig() method in NetworkAgentConfig
303 private final NetworkAgentConfig mConfig = new NetworkAgentConfig();
490 public NetworkAgentConfig build() { in build()
499 final NetworkAgentConfig that = (NetworkAgentConfig) o; in equals()
568 public static final @NonNull Creator<NetworkAgentConfig> CREATOR =
569 new Creator<NetworkAgentConfig>() {
571 public NetworkAgentConfig createFromParcel(Parcel in) {
572 NetworkAgentConfig networkAgentConfig = new NetworkAgentConfig();
[all …]
DNetworkAgent.java495 private static NetworkInfo getLegacyNetworkInfo(final NetworkAgentConfig config) { in getLegacyNetworkInfo()
507 @NonNull NetworkAgentConfig config, @Nullable NetworkProvider provider) { in NetworkAgent()
526 @NonNull NetworkScore score, @NonNull NetworkAgentConfig config, in NetworkAgent()
552 @NonNull NetworkAgentConfig config, @Nullable NetworkProvider provider) { in NetworkAgent()
563 @NonNull public final NetworkAgentConfig config;
569 @NonNull NetworkAgentConfig config, @NonNull NetworkInfo info) { in InitialConfiguration()
584 @NonNull NetworkAgentConfig config, int providerId, @NonNull NetworkInfo ni) { in NetworkAgent()
/packages/modules/NetworkStack/apishim/31/com/android/networkstack/apishim/api31/
DNetworkAgentConfigShimImpl.java19 import android.net.NetworkAgentConfig;
38 protected final NetworkAgentConfig mNetworkAgentConfig;
40 protected NetworkAgentConfigShimImpl(@Nullable final NetworkAgentConfig config) { in NetworkAgentConfigShimImpl()
47 public static NetworkAgentConfigShim newInstance(@Nullable final NetworkAgentConfig config) { in newInstance()
52 (config != null) ? config : new NetworkAgentConfig.Builder().build()); in newInstance()
/packages/modules/NetworkStack/apishim/33/com/android/networkstack/apishim/api33/
DNetworkAgentConfigShimImpl.java21 import android.net.NetworkAgentConfig;
32 protected NetworkAgentConfigShimImpl(@Nullable final NetworkAgentConfig config) { in NetworkAgentConfigShimImpl()
39 public static NetworkAgentConfigShim newInstance(@Nullable final NetworkAgentConfig config) { in newInstance()
/packages/modules/Connectivity/tests/integration/util/com/android/server/
DNetworkAgentWrapper.java45 import android.net.NetworkAgentConfig;
80 private final NetworkAgentConfig mNetworkAgentConfig;
170 mNetworkAgentConfig = new NetworkAgentConfig.Builder() in NetworkAgentWrapper()
180 final NetworkAgentConfig nac, NetworkProvider provider) throws Exception { in makeNetworkAgent()
189 NetworkAgentConfig nac) { in InstrumentedNetworkAgent()
194 NetworkAgentConfig nac, NetworkProvider provider) { in InstrumentedNetworkAgent()
439 public NetworkAgentConfig getNetworkAgentConfig() { in getNetworkAgentConfig()
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/networkstack/aidl/
DNetworkMonitorParameters.aidl21 import android.net.NetworkAgentConfig;
26 NetworkAgentConfig networkAgentConfig;
/packages/modules/NetworkStack/apishim/35/com/android/networkstack/apishim/
DNetworkAgentConfigShimImpl.java19 import android.net.NetworkAgentConfig;
33 protected NetworkAgentConfigShimImpl(@Nullable final NetworkAgentConfig config) { in NetworkAgentConfigShimImpl()
/packages/modules/NetworkStack/apishim/34/com/android/networkstack/apishim/api34/
DNetworkAgentConfigShimImpl.java19 import android.net.NetworkAgentConfig;
31 protected NetworkAgentConfigShimImpl(@Nullable final NetworkAgentConfig config) { in NetworkAgentConfigShimImpl()
/packages/modules/Connectivity/service-t/src/com/android/server/ethernet/
DEthernetNetworkAgent.java22 import android.net.NetworkAgentConfig;
45 @NonNull NetworkAgentConfig config, in EthernetNetworkAgent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/
DBluetoothTetheringNetworkFactory.java24 import android.net.NetworkAgentConfig;
173 final NetworkAgentConfig config = in startNetwork()
174 new NetworkAgentConfig.Builder() in startNetwork()
/packages/modules/Connectivity/framework/api/
Dsystem-current.txt233 …es, @NonNull android.net.LinkProperties, int, @NonNull android.net.NetworkAgentConfig, @Nullable a…
234 …roperties, @NonNull android.net.NetworkScore, @NonNull android.net.NetworkAgentConfig, @Nullable a…
280 public final class NetworkAgentConfig implements android.os.Parcelable {
288 …field @NonNull public static final android.os.Parcelable.Creator<android.net.NetworkAgentConfig> C…
291 public static final class NetworkAgentConfig.Builder {
292 ctor public NetworkAgentConfig.Builder();
293 method @NonNull public android.net.NetworkAgentConfig build();
294 method @NonNull public android.net.NetworkAgentConfig.Builder setExplicitlySelected(boolean);
295 … method @NonNull public android.net.NetworkAgentConfig.Builder setLegacyExtraInfo(@NonNull String);
296 method @NonNull public android.net.NetworkAgentConfig.Builder setLegacySubType(int);
[all …]
/packages/modules/Connectivity/tests/common/java/android/net/
DNetworkAgentConfigTest.kt37 val config = NetworkAgentConfig.Builder().apply { in testParcelNetworkAgentConfig()
57 val config = NetworkAgentConfig.Builder().apply { in testBuilder()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DFullScore.java30 import android.net.NetworkAgentConfig;
168 @NonNull final NetworkCapabilities caps, @NonNull final NetworkAgentConfig config, in fromNetworkScore()
240 @NonNull final NetworkAgentConfig config, in mixInScore()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkAgent.java25 import android.net.NetworkAgentConfig;
76 @NonNull NetworkAgentConfig config, in WifiNetworkAgent()
/packages/modules/Connectivity/thread/tests/utils/src/android/net/thread/utils/
DTapTestNetworkTracker.java34 import android.net.NetworkAgentConfig;
113 new NetworkAgentConfig.Builder().build()); in setUpTestNetwork()
/packages/modules/Connectivity/framework/aidl-export/android/net/
DNetworkAgentConfig.aidl19 @JavaOnlyStableParcelable parcelable NetworkAgentConfig;
/packages/modules/Connectivity/service/src/com/android/server/
DTestNetworkService.java33 import android.net.NetworkAgentConfig;
195 @NonNull NetworkAgentConfig config, in TestNetworkAgent()
317 new NetworkAgentConfig.Builder().setLegacyType(ConnectivityManager.TYPE_TEST) in registerTestNetworkAgent()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/19/android/net/networkstack/aidl/
DNetworkMonitorParameters.aidl38 android.net.NetworkAgentConfig networkAgentConfig;
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/15/android/net/networkstack/aidl/
DNetworkMonitorParameters.aidl38 android.net.NetworkAgentConfig networkAgentConfig;
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/20/android/net/networkstack/aidl/
DNetworkMonitorParameters.aidl38 android.net.NetworkAgentConfig networkAgentConfig;
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/17/android/net/networkstack/aidl/
DNetworkMonitorParameters.aidl38 android.net.NetworkAgentConfig networkAgentConfig;
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/networkstack/aidl/
DNetworkMonitorParameters.aidl38 android.net.NetworkAgentConfig networkAgentConfig;
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/18/android/net/networkstack/aidl/
DNetworkMonitorParameters.aidl38 android.net.NetworkAgentConfig networkAgentConfig;
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/21/android/net/networkstack/aidl/
DNetworkMonitorParameters.aidl38 android.net.NetworkAgentConfig networkAgentConfig;
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/16/android/net/networkstack/aidl/
DNetworkMonitorParameters.aidl38 android.net.NetworkAgentConfig networkAgentConfig;

123