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

  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 159 * getCallerInfo given a Cursor.
166 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) {
176 if (VDBG) Rlog.v(TAG, "getCallerInfo() based on cursor...");
277 * getCallerInfo given a URI, look up in the call-log database
284 public static CallerInfo getCallerInfo(Context context, Uri contactRef) {
286 return getCallerInfo(context, contactRef,
292 * getCallerInfo given a phone number, look up in the call-log database
301 public static CallerInfo getCallerInfo(Context context, String number) {
302 if (VDBG) Rlog.v(TAG, "getCallerInfo() based on number...");
305 return getCallerInfo(context, number, subId)
    [all...]
CallerInfoAsyncQuery.java 286 mCallerInfo = CallerInfo.getCallerInfo(mContext, mQueryUri, cursor);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallerInfoIntegrationTest.java 51 CallerInfo callerInfo = CallerInfo.getCallerInfo(getProvider().getContext(), "18004664411");
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfo.java 154 * getCallerInfo given a Cursor.
161 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) {
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) {
278 return getCallerInfo(context, contactRef,
298 previousResult = getCallerInfo(context,
380 * This is a helper function for the getCallerInfo() method that takes
456 * (Note that the various getCallerInfo() methods do *not* set the
CallerInfoAsyncQuery.java 256 mCallerInfo = CallerInfo.getCallerInfo(mQueryContext, mQueryUri, cursor);
313 // The cursor may have been closed in CallerInfo.getCallerInfo()
  /packages/services/Telephony/src/com/android/phone/
CallLogger.java 128 ci = CallerInfo.getCallerInfo(mApplication.getApplicationContext(), (Uri) o);
PhoneUtils.java     [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallLogManager.java 147 logCall(call.getCallerInfo(), logNumber, call.getHandlePresentation(),
Call.java     [all...]

Completed in 368 milliseconds