Searched defs:currentInfo (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DPhoneUtils.java765 ((CallerInfoToken) userDataObject).currentInfo.contactRefUri =
1432 info = ((CallerInfoToken) userDataObject).currentInfo;
1465 public CallerInfo currentInfo; field in class:PhoneUtils.CallerInfoToken
1550 cit.currentInfo = new CallerInfo();
1588 cit.currentInfo = new CallerInfo();
1592 cit.currentInfo.cnapName = c.getCnapName();
1593 cit.currentInfo.name = cit.currentInfo.cnapName; // This can still get overwritten
1595 cit.currentInfo.numberPresentation = c.getNumberPresentation();
1596 cit.currentInfo
[all...]

Completed in 79 milliseconds