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
585
((CallerInfoToken) userDataObject).
currentInfo
.contactRefUri =
[
all
...]
CallCard.java
452
((PhoneUtils.CallerInfoToken) o).
currentInfo
);
465
info = ((PhoneUtils.CallerInfoToken) o).
currentInfo
;
488
updateDisplayForPerson(info.
currentInfo
, presentation, !info.isFinal, call);
506
CallerInfo ci = ((PhoneUtils.CallerInfoToken) o).
currentInfo
;
582
updateDisplayForPerson(cit.
currentInfo
, presentation, false, call);
[
all
...]
ManageConferenceUtils.java
231
displayCallerInfoForConferenceRow(info.
currentInfo
, nameTextView,
CallNotifier.java
514
onQueryComplete(0, this, cit.
currentInfo
);
[
all
...]
NotificationMgr.java
667
expandedViewLine2 = PhoneUtils.getCompactNameFromCallerInfo(cit.
currentInfo
, mContext);
[
all
...]
Completed in 567 milliseconds