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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java126 * getCallerInfo given a Cursor.
133 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) { method in class:CallerInfo
143 if (VDBG) Log.v(TAG, "getCallerInfo() based on cursor...");
224 * getCallerInfo given a URI, look up in the call-log database
231 public static CallerInfo getCallerInfo(Context context, Uri contactRef) { method in class:CallerInfo
233 return getCallerInfo(context, contactRef,
238 * getCallerInfo given a phone number, look up in the call-log database
247 public static CallerInfo getCallerInfo(Context context, String number) { method in class:CallerInfo
248 if (VDBG) Log.v(TAG, "getCallerInfo() based on number...");
265 CallerInfo info = getCallerInfo(contex
[all...]

Completed in 30 milliseconds