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

/packages/services/Telephony/src/com/android/phone/
H A DPhoneUtils.java761 ((CallerInfoToken) userDataObject).currentInfo.contactRefUri =
1386 info = ((CallerInfoToken) userDataObject).currentInfo;
1419 public CallerInfo currentInfo; field in class:PhoneUtils.CallerInfoToken
1504 cit.currentInfo = new CallerInfo();
1542 cit.currentInfo = new CallerInfo();
1546 cit.currentInfo.cnapName = c.getCnapName();
1547 cit.currentInfo.name = cit.currentInfo.cnapName; // This can still get overwritten
1549 cit.currentInfo.numberPresentation = c.getNumberPresentation();
1550 cit.currentInfo
[all...]

Completed in 57 milliseconds