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

/packages/apps/Phone/src/com/android/phone/
H A DPhoneUtils.java585 ((CallerInfoToken) userDataObject).currentInfo.contactRefUri =
1255 info = ((CallerInfoToken) userDataObject).currentInfo;
1288 public CallerInfo currentInfo; field in class:PhoneUtils.CallerInfoToken
1360 cit.currentInfo = new CallerInfo();
1392 cit.currentInfo = new CallerInfo();
1396 cit.currentInfo.cnapName = c.getCnapName();
1397 cit.currentInfo.name = cit.currentInfo.cnapName; // This can still get overwritten
1399 cit.currentInfo.numberPresentation = c.getNumberPresentation();
1400 cit.currentInfo
[all...]

Completed in 85 milliseconds