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

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallerInfoIntegrationTest.java 51 CallerInfo callerInfo = CallerInfo.getCallerInfo(getProvider().getContext(), "18004664411");
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 148 * getCallerInfo given a Cursor.
155 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) {
165 if (VDBG) Rlog.v(TAG, "getCallerInfo() based on cursor...");
246 * getCallerInfo given a URI, look up in the call-log database
253 public static CallerInfo getCallerInfo(Context context, Uri contactRef) {
255 return getCallerInfo(context, contactRef,
260 * getCallerInfo given a phone number, look up in the call-log database
269 public static CallerInfo getCallerInfo(Context context, String number) {
270 if (VDBG) Rlog.v(TAG, "getCallerInfo() based on number...");
287 CallerInfo info = getCallerInfo(context, contactUri)
    [all...]
CallerInfoAsyncQuery.java 238 mCallerInfo = CallerInfo.getCallerInfo(mQueryContext, mQueryUri, cursor);
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfo.java 146 * getCallerInfo given a Cursor.
153 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) {
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) {
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) {
268 Log.v(TAG, "getCallerInfo() based on number...");
285 CallerInfo info = getCallerInfo(context, contactUri)
    [all...]
CallerInfoAsyncQuery.java 236 mCallerInfo = CallerInfo.getCallerInfo(mQueryContext, mQueryUri, cursor);
  /packages/services/Telephony/src/com/android/phone/
CallLogger.java 150 ci = CallerInfo.getCallerInfo(mApplication.getApplicationContext(), (Uri) o);
PhoneUtils.java     [all...]

Completed in 307 milliseconds