OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentInfo
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Phone/src/com/android/phone/
PhoneUtils.java
555
((CallerInfoToken) userDataObject).
currentInfo
.contactRefUri =
[
all
...]
CallCard.java
442
((PhoneUtils.CallerInfoToken) o).
currentInfo
);
455
info = ((PhoneUtils.CallerInfoToken) o).
currentInfo
;
478
updateDisplayForPerson(info.
currentInfo
, presentation, !info.isFinal, call);
496
CallerInfo ci = ((PhoneUtils.CallerInfoToken) o).
currentInfo
;
571
updateDisplayForPerson(cit.
currentInfo
, presentation, false, call);
[
all
...]
ManageConferenceUtils.java
230
displayCallerInfoForConferenceRow(info.
currentInfo
, nameTextView,
CallNotifier.java
503
onQueryComplete(0, this, cit.
currentInfo
);
[
all
...]
NotificationMgr.java
633
expandedViewLine2 = PhoneUtils.getCompactNameFromCallerInfo(cit.
currentInfo
, mContext);
[
all
...]
Completed in 29 milliseconds