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.java189 if (!isValidDownstreamType(downstreamType)) return; in startProvisioningIfNeeded()
218 if (!isValidDownstreamType(downstreamType)) return; in stopProvisioningIfNeeded()
501 private static boolean isValidDownstreamType(int type) { in isValidDownstreamType() method in EntitlementManager
619 if (!isValidDownstreamType(downstream)) { in requestLatestTetheringEntitlementResult()