Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DEntitlementManager.java343 if (!isValidDownstreamType(downstreamType)) return; in startProvisioningIfNeeded()
368 if (!isValidDownstreamType(downstreamType)) return; in stopProvisioningIfNeeded()
637 private static boolean isValidDownstreamType(int type) { in isValidDownstreamType() method in EntitlementManager
756 if (!isValidDownstreamType(downstream)) { in requestLatestTetheringEntitlementResult()