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