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 151 * getCallerInfo given a Cursor.
158 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) {
168 if (VDBG) Rlog.v(TAG, "getCallerInfo() based on cursor...");
249 * getCallerInfo given a URI, look up in the call-log database
256 public static CallerInfo getCallerInfo(Context context, Uri contactRef) {
258 return getCallerInfo(context, contactRef,
263 * getCallerInfo given a phone number, look up in the call-log database
272 public static CallerInfo getCallerInfo(Context context, String number) {
273 if (VDBG) Rlog.v(TAG, "getCallerInfo() based on number...");
290 CallerInfo info = getCallerInfo(context, contactUri)
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 693 info = CallerInfo.getCallerInfo(context, contactRef);
700 info = CallerInfo.getCallerInfo(context, number);
    [all...]

Completed in 24 milliseconds