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

/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCallerInfoTest.java67 mInfo = CallerInfo.getCallerInfo(mContext, "911");
70 mInfo = CallerInfo.getCallerInfo(mContext, "tel:911");
75 mInfo = CallerInfo.getCallerInfo(mContext, "18001234567");
106 mInfo = CallerInfo.getCallerInfo(mContext, "911");
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java116 * getCallerInfo given a Cursor.
123 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) { method in class:CallerInfo
208 * getCallerInfo given a URI, look up in the call-log database
215 public static CallerInfo getCallerInfo(Context context, Uri contactRef) { method in class:CallerInfo
217 return getCallerInfo(context, contactRef,
222 * getCallerInfo given a phone number, look up in the call-log database
231 public static CallerInfo getCallerInfo(Context context, String number) { method in class:CallerInfo
247 CallerInfo info = getCallerInfo(context, contactUri);
275 previousResult = getCallerInfo(context,
293 * [startQuery()], instead of getCallerInfo, bu
[all...]
H A DCallerInfoAsyncQuery.java230 mCallerInfo = CallerInfo.getCallerInfo(mQueryContext, mQueryUri, cursor);

Completed in 86 milliseconds