Searched refs:downstreamType (Results 1 – 1 of 1) sorted by relevance
188 public void startProvisioningIfNeeded(int downstreamType, boolean showProvisioningUi) { in startProvisioningIfNeeded() argument189 if (!isValidDownstreamType(downstreamType)) return; in startProvisioningIfNeeded()191 mCurrentDownstreams.set(downstreamType, true); in startProvisioningIfNeeded()193 mExemptedDownstreams.set(downstreamType, false); in startProvisioningIfNeeded()202 runUiTetherProvisioning(downstreamType, config); in startProvisioningIfNeeded()204 runSilentTetherProvisioning(downstreamType, config); in startProvisioningIfNeeded()217 public void stopProvisioningIfNeeded(int downstreamType) { in stopProvisioningIfNeeded() argument218 if (!isValidDownstreamType(downstreamType)) return; in stopProvisioningIfNeeded()220 mCurrentDownstreams.set(downstreamType, false); in stopProvisioningIfNeeded()224 removeDownstreamMapping(downstreamType); in stopProvisioningIfNeeded()[all …]