Home
last modified time | relevance | path

Searched defs:getCallerInfo (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DCallerInfo.java197 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) { in getCallerInfo() method in CallerInfo
340 private static CallerInfo getCallerInfo(Context context, Uri contactRef) { in getCallerInfo() method in CallerInfo
/packages/services/Telecomm/src/com/android/server/telecom/
DMissedCallNotifier.java57 public CallerInfo getCallerInfo() { in getCallerInfo() method in MissedCallNotifier.CallInfo
DCall.java2111 public CallerInfo getCallerInfo() { in getCallerInfo() method in Call
/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java1231 static CallerInfo getCallerInfo(Context context, Connection c) { in getCallerInfo() method in PhoneUtils