Home
last modified time | relevance | path

Searched refs:DISPLAY_TRANSPORT_PRIORITIES (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/net/common/framework/com/android/net/module/util/
DNetworkCapabilitiesUtils.java60 private static final int[] DISPLAY_TRANSPORT_PRIORITIES = new int[] { field in NetworkCapabilitiesUtils
169 for (int transport : DISPLAY_TRANSPORT_PRIORITIES) { in getDisplayTransport()