Searched refs:downstreamType (Results 1 – 1 of 1) sorted by relevance
189 public void startProvisioningIfNeeded(int downstreamType, boolean showProvisioningUi) { in startProvisioningIfNeeded() argument190 if (!isValidDownstreamType(downstreamType)) return; in startProvisioningIfNeeded()192 mCurrentDownstreams.set(downstreamType, true); in startProvisioningIfNeeded()194 mExemptedDownstreams.set(downstreamType, false); in startProvisioningIfNeeded()203 runUiTetherProvisioning(downstreamType, config); in startProvisioningIfNeeded()205 runSilentTetherProvisioning(downstreamType, config); in startProvisioningIfNeeded()218 public void stopProvisioningIfNeeded(int downstreamType) { in stopProvisioningIfNeeded() argument219 if (!isValidDownstreamType(downstreamType)) return; in stopProvisioningIfNeeded()221 mCurrentDownstreams.set(downstreamType, false); in stopProvisioningIfNeeded()225 removeDownstreamMapping(downstreamType); in stopProvisioningIfNeeded()[all …]