Searched defs:CallDetailInfo (Results 1 – 1 of 1) sorted by relevance
1919 struct CallDetailInfo { struct1923 int32_t index = 0;1927 char phoneNum[kMaxNumberLen + 1] = { 0 };1931 char bundleName[kMaxBundleNameLen + 1] = { 0 };1935 int32_t accountId = 0;1959 CallDetailInfo() {} in CallDetailInfo() argument1961 CallDetailInfo(const CallDetailInfo &temp) in CallDetailInfo() argument