Home
last modified time | relevance | path

Searched defs:callerInfo (Results 1 – 5 of 5) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DCallerInfoIntegrationTest.java51 CallerInfo callerInfo = CallerInfo.getCallerInfo(getProvider().getContext(), "18004664411"); in testCallerInfo() local
/packages/services/Telephony/src/com/android/phone/
DCallLogger.java149 private String getLogNumber(Connection conn, CallerInfo callerInfo) { in getLogNumber()
198 private int getPresentation(Connection conn, CallerInfo callerInfo) { in getPresentation()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallLogManager.java57 public AddCallArgs(Context context, CallerInfo callerInfo, String number, in AddCallArgs()
74 public final CallerInfo callerInfo; field in CallLogManager.AddCallArgs
164 CallerInfo callerInfo, in logCall()
DCall.java1262 private void setCallerInfo(CallerInfo callerInfo, int token) { in setCallerInfo()
/packages/apps/InCallUI/src/com/android/incallui/
DContactInfoCache.java98 public void onQueryComplete(int token, Object cookie, CallerInfo callerInfo) { in onQueryComplete()
99 findInfoQueryComplete((Call) cookie, callerInfo, mIsIncoming, true); in onQueryComplete() local
147 final CallerInfo callerInfo = CallerInfoUtils.getCallerInfoForCall( in findInfo() local
153 private void findInfoQueryComplete(Call call, CallerInfo callerInfo, boolean isIncoming, in findInfoQueryComplete()