HomeSort by relevance Sort by last modified time
    Searched refs:NET_CAPABILITY_NOT_ROAMING (Results 1 - 25 of 25) sorted by null

  /frameworks/base/core/proto/android/net/
networkcapabilities.proto 110 NET_CAPABILITY_NOT_ROAMING = 18;
  /frameworks/base/tests/net/java/android/net/
NetworkCapabilitiesTest.java 28 import static android.net.NetworkCapabilities.NET_CAPABILITY_NOT_ROAMING;
390 nc1.addCapability(NET_CAPABILITY_NOT_ROAMING);
394 assertTrue(nc2.hasCapability(NET_CAPABILITY_NOT_ROAMING));
398 nc1.addUnwantedCapability(NET_CAPABILITY_NOT_ROAMING);
403 assertTrue(nc2.hasCapability(NET_CAPABILITY_NOT_ROAMING));
404 assertTrue(nc2.hasUnwantedCapability(NET_CAPABILITY_NOT_ROAMING));
479 nc1.addCapability(NET_CAPABILITY_NOT_ROAMING);
483 assertTrue(nc2.hasCapability(NET_CAPABILITY_NOT_ROAMING));
487 nc1.addUnwantedCapability(NET_CAPABILITY_NOT_ROAMING);
493 assertFalse(nc2.hasCapability(NET_CAPABILITY_NOT_ROAMING));
    [all...]
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
FakeSystemFacade.java 4 import static android.net.NetworkCapabilities.NET_CAPABILITY_NOT_ROAMING;
110 caps.setCapability(NET_CAPABILITY_NOT_ROAMING, !mIsRoaming);
  /frameworks/base/core/java/android/net/
NetworkState.java 54 .hasCapability(NetworkCapabilities.NET_CAPABILITY_NOT_ROAMING)) {
NetworkCapabilities.java 134 NET_CAPABILITY_NOT_ROAMING,
257 public static final int NET_CAPABILITY_NOT_ROAMING = 18;
306 | (1 << NET_CAPABILITY_NOT_ROAMING)
    [all...]
NetworkIdentity.java 204 NetworkCapabilities.NET_CAPABILITY_NOT_ROAMING);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
BluetoothTetheringNetworkFactory.java 201 mNetworkCapabilities.addCapability(NetworkCapabilities.NET_CAPABILITY_NOT_ROAMING);
  /frameworks/base/tests/net/java/com/android/server/connectivity/
VpnTest.java 27 import static android.net.NetworkCapabilities.NET_CAPABILITY_NOT_ROAMING;
453 .addCapability(NET_CAPABILITY_NOT_ROAMING)
467 assertTrue(caps.hasCapability(NET_CAPABILITY_NOT_ROAMING));
477 assertFalse(caps.hasCapability(NET_CAPABILITY_NOT_ROAMING));
487 assertTrue(caps.hasCapability(NET_CAPABILITY_NOT_ROAMING));
497 assertFalse(caps.hasCapability(NET_CAPABILITY_NOT_ROAMING));
MultipathPolicyTrackerTest.java 21 import static android.net.NetworkCapabilities.NET_CAPABILITY_NOT_ROAMING;
237 capabilities.addCapability(NET_CAPABILITY_NOT_ROAMING);
  /frameworks/base/services/core/java/com/android/server/connectivity/
MultipathPolicyTracker.java 24 import static android.net.NetworkCapabilities.NET_CAPABILITY_NOT_ROAMING;
270 !nc.hasCapability(NET_CAPABILITY_NOT_ROAMING),
Vpn.java 23 import static android.net.NetworkCapabilities.NET_CAPABILITY_NOT_ROAMING;
340 roaming |= !underlyingCaps.hasCapability(NET_CAPABILITY_NOT_ROAMING);
355 caps.setCapability(NET_CAPABILITY_NOT_ROAMING, !roaming);
    [all...]
  /frameworks/base/core/java/android/app/job/
JobInfo.java 21 import static android.net.NetworkCapabilities.NET_CAPABILITY_NOT_ROAMING;
446 } else if (networkRequest.networkCapabilities.hasCapability(NET_CAPABILITY_NOT_ROAMING)) {
    [all...]
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetTracker.java 316 nc.addCapability(NetworkCapabilities.NET_CAPABILITY_NOT_ROAMING);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 20 import static android.net.NetworkCapabilities.NET_CAPABILITY_NOT_ROAMING;
730 if (!caps.hasCapability(NET_CAPABILITY_NOT_ROAMING)
    [all...]
  /frameworks/base/tests/net/java/com/android/server/net/
NetworkStatsServiceTest.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkPolicyManagerServiceTest.java 21 import static android.net.NetworkCapabilities.NET_CAPABILITY_NOT_ROAMING;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java 33 import static android.net.NetworkCapabilities.NET_CAPABILITY_NOT_ROAMING;
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareDataPathStateManager.java 134 .addCapability(NetworkCapabilities.NET_CAPABILITY_NOT_ROAMING)
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyManagerService.java 42 import static android.net.NetworkCapabilities.NET_CAPABILITY_NOT_ROAMING;
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
WifiAwareDataPathStateManagerTest.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java     [all...]
  /frameworks/base/tests/net/java/com/android/server/
ConnectivityServiceTest.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateMachine.java     [all...]
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 421 milliseconds