Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DEntitlementManager.java190 if (!isValidDownstreamType(downstreamType)) return; in startProvisioningIfNeeded()
219 if (!isValidDownstreamType(downstreamType)) return; in stopProvisioningIfNeeded()
501 private static boolean isValidDownstreamType(int type) { in isValidDownstreamType() method in EntitlementManager
626 if (!isValidDownstreamType(downstream)) { in requestLatestTetheringEntitlementResult()