Searched refs:transportNamesOf (Results 1 – 2 of 2) sorted by relevance
20 import static android.net.NetworkCapabilities.transportNamesOf;689 + transportNamesOf(networkCapabilities.getTransportTypes()) + "]"; in toShortString()
1642 String before = transportNamesOf(this.getTransportTypes()); in describeImmutableDifferences()1643 String after = transportNamesOf(that.getTransportTypes()); in describeImmutableDifferences()1925 public static @NonNull String transportNamesOf(@Nullable @Transport int[] types) { in transportNamesOf() method in NetworkCapabilities