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

/packages/apps/InCallUI/src/com/android/incallui/
H A DCallerInfo.java154 * getCallerInfo given a Cursor.
161 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) { method in class:CallerInfo
171 Log.v(TAG, "getCallerInfo() based on cursor...");
269 * getCallerInfo given a URI, look up in the call-log database
276 private static CallerInfo getCallerInfo(Context context, Uri contactRef) { method in class:CallerInfo
278 return getCallerInfo(context, contactRef,
298 previousResult = getCallerInfo(context,
386 * This is a helper function for the getCallerInfo() method that takes
462 * (Note that the various getCallerInfo() methods do *not* set the
/packages/services/Telephony/src/com/android/phone/
H A DPhoneUtils.java1224 * (This is just a simple wrapper around CallerInfo.getCallerInfo(): we
1226 * number into CallerInfo.getCallerInfo().)
1232 * Finally, if the getCallerInfo() call did succeed, we save the resulting
1238 static CallerInfo getCallerInfo(Context context, Connection c) { method in class:PhoneUtils
1247 info = CallerInfo.getCallerInfo(context, (Uri) userDataObject);
1264 if (DBG) log("getCallerInfo: number = " + toLogSafePhoneNumber(number));
1267 info = CallerInfo.getCallerInfo(context, number);
1613 CallerInfo newCi = getCallerInfo(null, conn);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java1152 CallerInfo getCallerInfo() { method in class:Call

Completed in 117 milliseconds