Home
last modified time | relevance | path

Searched refs:CallerInfo (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfo.java48 public class CallerInfo { class
144 public CallerInfo() { in CallerInfo() method in CallerInfo
158 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) { in getCallerInfo()
159 CallerInfo info = new CallerInfo(); in getCallerInfo()
256 public static CallerInfo getCallerInfo(Context context, Uri contactRef) { in getCallerInfo()
272 public static CallerInfo getCallerInfo(Context context, String number) { in getCallerInfo()
283 return new CallerInfo().markAsEmergency(context); in getCallerInfo()
285 return new CallerInfo().markAsVoiceMail(); in getCallerInfo()
290 CallerInfo info = getCallerInfo(context, contactUri); in getCallerInfo()
312 static CallerInfo doSecondaryLookupIfNecessary(Context context, in doSecondaryLookupIfNecessary()
[all …]
DCallerInfoAsyncQuery.java67 public void onQueryComplete(int token, Object cookie, CallerInfo ci); in onQueryComplete()
105 private CallerInfo mCallerInfo;
235 mCallerInfo = new CallerInfo().markAsEmergency(mQueryContext); in onQueryComplete()
237 mCallerInfo = new CallerInfo().markAsVoiceMail(); in onQueryComplete()
239 mCallerInfo = CallerInfo.getCallerInfo(mQueryContext, mQueryUri, cursor); in onQueryComplete()
242 CallerInfo newCallerInfo = CallerInfo.doSecondaryLookupIfNecessary( in onQueryComplete()
/frameworks/base/core/java/android/provider/
DCallLog.java30 import com.android.internal.telephony.CallerInfo;
278 public static Uri addCall(CallerInfo ci, Context context, String number, in addCall()
285 number = CallerInfo.PRIVATE_NUMBER; in addCall()
288 number = CallerInfo.PAYPHONE_NUMBER; in addCall()
292 number = CallerInfo.UNKNOWN_NUMBER; in addCall()