Home | History | Annotate | Download | only in net

Lines Matching defs:TYPE_MOBILE

471     public static final int TYPE_MOBILE      = 0;
485 * same network interface as {@link #TYPE_MOBILE} or it may use a different
498 * same network interface as {@link #TYPE_MOBILE} or it may use a different
511 * same network interface as {@link #TYPE_MOBILE} or it may use a different
524 * same network interface as {@link #TYPE_MOBILE} but the routing setup
643 private static final int MIN_NETWORK_TYPE = TYPE_MOBILE;
749 case TYPE_MOBILE:
801 case TYPE_MOBILE:
1335 if (networkType == TYPE_MOBILE) {
1431 NetworkCapabilities testCap = networkCapabilitiesForFeature(TYPE_MOBILE, type);
1567 sLegacyTypeToTransport.put(TYPE_MOBILE, NetworkCapabilities.TRANSPORT_CELLULAR);