HomeSort by relevance Sort by last modified time
    Searched defs:PlanActivationState (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.h 56 enum PlanActivationState {
95 PlanActivationState state,
112 PlanActivationState state() const { return state_; }
164 void ForceReconnect(CellularNetwork* network, PlanActivationState next_state);
171 PlanActivationState PickNextState(CellularNetwork* network,
175 PlanActivationState PickNextOnlineState(CellularNetwork* network) const;
176 PlanActivationState PickNextOfflineState(CellularNetwork* network) const;
185 PlanActivationState new_state,
217 static const char* GetStateDescription(PlanActivationState state);
223 PlanActivationState state_
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 178 typedef enum PlanActivationState {
192 } PlanActivationState;
249 PlanActivationState* new_state,
269 PlanActivationState new_state,
300 static PlanActivationState GetNextReconnectState(PlanActivationState state);
301 static const char* GetStateDescription(PlanActivationState state);
307 PlanActivationState state_;
635 PlanActivationState* new_state,
718 PlanActivationState new_state = state_
    [all...]

Completed in 1099 milliseconds