Home
last modified time | relevance | path

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

/external/libbrillo/policy/
Ddevice_policy_impl.cc82 static const char* const kConnectionTypes[] = { in DecodeConnectionType() local
90 if (type < 0 || type >= static_cast<int>(arraysize(kConnectionTypes))) in DecodeConnectionType()
93 return kConnectionTypes[type]; in DecodeConnectionType()