Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp73 enum AllowedAuthenticationType { kNone = 0, kPap = 1, kChap = 2, kBoth = 3 }; enum
93 AllowedAuthenticationType auth_type_;
279 call.auth_type_ = DataCall::AllowedAuthenticationType(auth_type); in request_setup_data_call()