Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/ril/
Dril.h437 …int namePresentation; /* 0=Allowed, 1=Restricted, 2=Not Specified/Unknown 3=Payphone */ member
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.h445 …int namePresentation; /* 0=Allowed, 1=Restricted, 2=Not Specified/Unknown 3=Payphone */ member
Dril_service.cpp4220 calls[i].namePresentation = (CallPresentation) p_cur->namePresentation; in getCurrentCallsResponse()
/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp476 p_calls->namePresentation = iter->second.canPresentName ? 0 : 1; in request_get_current_calls()
/device/generic/goldfish/radio/libril/
Dril_service.cpp3268 calls[i].namePresentation = (CallPresentation) p_cur->namePresentation; in getCurrentCallsResponse()