Home | History | Annotate | Download | only in net

Lines Matching defs:TYPE_MOBILE

454     public static final int TYPE_MOBILE      = 0;
463 * same network interface as {@link #TYPE_MOBILE} or it may use a different
475 * same network interface as {@link #TYPE_MOBILE} or it may use a different
487 * same network interface as {@link #TYPE_MOBILE} or it may use a different
494 * same network interface as {@link #TYPE_MOBILE} but the routing setup
585 private static final int MIN_NETWORK_TYPE = TYPE_MOBILE;
660 case TYPE_MOBILE:
710 case TYPE_MOBILE:
1234 if (networkType == TYPE_MOBILE) {
1330 NetworkCapabilities testCap = networkCapabilitiesForFeature(TYPE_MOBILE, type);
1466 sLegacyTypeToTransport.put(TYPE_MOBILE, NetworkCapabilities.TRANSPORT_CELLULAR);