HomeSort by relevance Sort by last modified time
    Searched defs:CallerInfo (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 47 public class CallerInfo {
48 private static final String TAG = "CallerInfo";
64 * One other detail here is that this CallerInfo object reflects
111 * callerinfo object.
143 public CallerInfo() {
152 * @param contactRef the URI to attach to this CallerInfo object
153 * @param cursor the first object in the cursor is used to build the CallerInfo object.
154 * @return the CallerInfo which contains the caller id for the given
155 * number. The returned CallerInfo is null if no number is supplied.
157 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 494 const AnalysisDeclContext *CallerInfo = CallerCtx->getAnalysisDeclContext();
495 if (const Stmt *CallerBody = CallerInfo->getBody())
497 return PathDiagnosticLocation::create(CallerInfo->getDecl(), SM);
    [all...]

Completed in 315 milliseconds