Home
last modified time | relevance | path

Searched refs:kConnectionTypes (Results 1 – 1 of 1) sorted by relevance

/external/libbrillo/policy/
Ddevice_policy_impl.cc100 static const char* const kConnectionTypes[] = { in DecodeConnectionType() local
104 if (type < 0 || type >= static_cast<int>(base::size(kConnectionTypes))) in DecodeConnectionType()
107 return kConnectionTypes[type]; in DecodeConnectionType()