Searched refs:getCallerInfo (Results 1 - 5 of 5) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DCallerInfoIntegrationTest.java51 CallerInfo callerInfo = CallerInfo.getCallerInfo(getProvider().getContext(), "18004664411");
/packages/apps/InCallUI/src/com/android/incallui/
H A DCallerInfo.java146 * getCallerInfo given a Cursor.
153 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) { method in class:CallerInfo
163 Log.v(TAG, "getCallerInfo() based on cursor...");
244 * getCallerInfo given a URI, look up in the call-log database
251 public static CallerInfo getCallerInfo(Context context, Uri contactRef) { method in class:CallerInfo
253 return getCallerInfo(context, contactRef,
258 * getCallerInfo given a phone number, look up in the call-log database
267 public static CallerInfo getCallerInfo(Context context, String number) { method in class:CallerInfo
268 Log.v(TAG, "getCallerInfo() based on number...");
285 CallerInfo info = getCallerInfo(contex
[all...]
H A DCallerInfoAsyncQuery.java236 mCallerInfo = CallerInfo.getCallerInfo(mQueryContext, mQueryUri, cursor);
/packages/services/Telephony/src/com/android/phone/
H A DCallLogger.java150 ci = CallerInfo.getCallerInfo(mApplication.getApplicationContext(), (Uri) o);
H A DPhoneUtils.java1402 * (This is just a simple wrapper around CallerInfo.getCallerInfo(): we
1404 * number into CallerInfo.getCallerInfo().)
1410 * Finally, if the getCallerInfo() call did succeed, we save the resulting
1416 static CallerInfo getCallerInfo(Context context, Connection c) { method in class:PhoneUtils
1425 info = CallerInfo.getCallerInfo(context, (Uri) userDataObject);
1442 if (DBG) log("getCallerInfo: number = " + toLogSafePhoneNumber(number));
1445 info = CallerInfo.getCallerInfo(context, number);
1785 CallerInfo newCi = getCallerInfo(null, conn);

Completed in 167 milliseconds