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

/packages/apps/Phone/src/com/android/phone/
H A DPhoneUtils.java681 ((CallerInfoToken) userDataObject).currentInfo.contactRefUri =
1295 info = ((CallerInfoToken) userDataObject).currentInfo;
1328 public CallerInfo currentInfo; field in class:PhoneUtils.CallerInfoToken
1407 cit.currentInfo = new CallerInfo();
1439 cit.currentInfo = new CallerInfo();
1443 cit.currentInfo.cnapName = c.getCnapName();
1444 cit.currentInfo.name = cit.currentInfo.cnapName; // This can still get overwritten
1446 cit.currentInfo.numberPresentation = c.getNumberPresentation();
1447 cit.currentInfo
[all...]

Completed in 40 milliseconds