HomeSort by relevance Sort by last modified time
    Searched refs:PickNextState (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.h 216 // PickNextState selects the desired state based on the current state of the
218 PlanActivationState PickNextState(const NetworkState* network,
220 // One of PickNext*State are called in PickNextState based on whether the
mobile_activator_unittest.cc 88 return PickNextState(network, error_description);
256 // Evaluate state will defer to PickNextState to select what to do now that
257 // we're in START_ACTIVATION. PickNextState should decide to start a final
mobile_activator.cc 702 PlanActivationState new_state = PickNextState(network, &error_description);
707 MobileActivator::PlanActivationState MobileActivator::PickNextState(
    [all...]

Completed in 290 milliseconds