Home | History | Annotate | Download | only in cellular

Lines Matching refs:Enable

240   modem_proxy_->Enable(
247 SLOG(this, 2) << __func__ << "Call to modem_proxy_->Enable() failed";
259 // If the enable operation failed with Error::kWrongState, the modem is not
261 // enable operation can be deferred, we defer the operation until the modem
264 // Note that when the SIM is locked, the enable operation also fails with
265 // Error::kWrongState. The enable operation is deferred until the modem goes
267 // defer the enable operation when the SIM is locked, but the UI needs to
268 // trigger the enable operation after the SIM is unlocked, which is currently
277 SLOG(this, 2) << "Defer enable operation.";
278 // The Enable operation to be deferred should not be further deferrable.
362 modem_proxy_->Enable(
1143 // enable the device when it is registered with the Manager. On subsequent
1144 // changes to State, we need to explicitly enable the device ourselves.
1366 // TODO(armansito): Move the deferred enable logic to Cellular