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

  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
CallerInfoTest.java 67 mInfo = CallerInfo.getCallerInfo(mContext, "911");
70 mInfo = CallerInfo.getCallerInfo(mContext, "tel:911");
75 mInfo = CallerInfo.getCallerInfo(mContext, "18001234567");
106 mInfo = CallerInfo.getCallerInfo(mContext, "911");
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallerInfoIntegrationTest.java 50 CallerInfo callerInfo = CallerInfo.getCallerInfo(getProvider().getContext(), "18004664411");
  /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...]
CallerInfoAsyncQuery.java 239 mCallerInfo = CallerInfo.getCallerInfo(mQueryContext, mQueryUri, cursor);
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 669 info = CallerInfo.getCallerInfo(context, contactRef);
676 info = CallerInfo.getCallerInfo(context, number);
    [all...]
CallCard.java 444 // with the current implementation of getCallerInfo and
446 CallerInfo info = PhoneUtils.getCallerInfo(getContext(), null /* conn */);
    [all...]

Completed in 128 milliseconds