HomeSort by relevance Sort by last modified time
    Searched defs:getCallerInfo (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 126 * getCallerInfo given a Cursor.
133 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) {
143 if (VDBG) Log.v(TAG, "getCallerInfo() based on cursor...");
224 * getCallerInfo given a URI, look up in the call-log database
231 public static CallerInfo getCallerInfo(Context context, Uri contactRef) {
233 return getCallerInfo(context, contactRef,
238 * getCallerInfo given a phone number, look up in the call-log database
247 public static CallerInfo getCallerInfo(Context context, String number) {
248 if (VDBG) Log.v(TAG, "getCallerInfo() based on number...");
265 CallerInfo info = getCallerInfo(context, contactUri)
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 669 info = CallerInfo.getCallerInfo(context, contactRef);
676 info = CallerInfo.getCallerInfo(context, number);
    [all...]

Completed in 690 milliseconds