Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DUpstreamNetworkMonitor.java591 final int notFound = -1; in networkCapabilitiesForType() local
592 final int transport = sLegacyTypeToTransport.get(type, notFound); in networkCapabilitiesForType()
593 if (transport == notFound) { in networkCapabilitiesForType()