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

  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
auto_enrollment_controller.cc 42 if (int_value > policy::AutoEnrollmentClient::kMaximumPower) {
44 << policy::AutoEnrollmentClient::kMaximumPower << ". Using "
45 << policy::AutoEnrollmentClient::kMaximumPower;
46 return policy::AutoEnrollmentClient::kMaximumPower;
  /external/chromium_org/chrome/browser/chromeos/policy/
auto_enrollment_client.h 60 static const int kMaximumPower = 62;

Completed in 983 milliseconds