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

  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 115 * getCallerInfo given a Cursor.
122 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) {
223 * getCallerInfo given a URI, look up in the call-log database
230 public static CallerInfo getCallerInfo(Context context, Uri contactRef) {
232 return getCallerInfo(context, contactRef,
237 * getCallerInfo given a phone number, look up in the call-log database
246 public static CallerInfo getCallerInfo(Context context, String number) {
262 CallerInfo info = getCallerInfo(context, contactUri);
290 previousResult = getCallerInfo(context,
308 * [startQuery()], instead of getCallerInfo, but since it looks lik
    [all...]
CallerInfoAsyncQuery.java 230 mCallerInfo = CallerInfo.getCallerInfo(mQueryContext, mQueryUri, cursor);
  /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");
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 677 info = CallerInfo.getCallerInfo(context, contactRef);
684 info = CallerInfo.getCallerInfo(context, number);
    [all...]
CallCard.java 438 // with the current implementation of getCallerInfo and
440 CallerInfo info = PhoneUtils.getCallerInfo(getContext(), null /* conn */);
    [all...]

Completed in 6765 milliseconds