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

  /external/autotest/client/common_lib/cros/
policy.py 94 data_proto.policy_type = ownership.POLICY_TYPE
  /external/autotest/client/cros/
ownership.py 121 POLICY_TYPE = 'google/chromeos/device'
140 if (not data_proto.HasField("policy_type") or
141 data_proto.policy_type != POLICY_TYPE or

Completed in 157 milliseconds