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

  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_constants.h 109 DEVICE_MODE_PENDING, // The device mode is not yet available.
  /external/chromium_org/chrome/browser/chromeos/kiosk_mode/
kiosk_mode_settings.cc 167 } else if (device_mode == policy::DEVICE_MODE_PENDING){
190 case policy::DEVICE_MODE_PENDING:
  /external/chromium_org/chrome/browser/chromeos/policy/
enterprise_install_attributes_unittest.cc 177 EXPECT_EQ(DEVICE_MODE_PENDING, install_attributes_->GetMode());
189 EXPECT_EQ(DEVICE_MODE_PENDING, install_attributes_->GetMode());
202 EXPECT_EQ(DEVICE_MODE_PENDING, install_attributes_->GetMode());
218 EXPECT_EQ(DEVICE_MODE_PENDING, install_attributes_->GetMode());
enterprise_install_attributes.cc 36 case DEVICE_MODE_PENDING:
95 registration_mode_(DEVICE_MODE_PENDING),
188 CHECK_NE(device_mode, DEVICE_MODE_PENDING);

Completed in 249 milliseconds