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

  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfo.java 46 public class CallerInfo {
47 private static final String TAG = "CallerInfo";
58 * One other detail here is that this CallerInfo object reflects
115 * callerinfo object.
147 public CallerInfo() {
156 * @param contactRef the URI to attach to this CallerInfo object
157 * @param cursor the first object in the cursor is used to build the CallerInfo object.
158 * @return the CallerInfo which contains the caller id for the given
159 * number. The returned CallerInfo is null if no number is supplied.
161 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 51 public class CallerInfo {
52 private static final String TAG = "CallerInfo";
64 * One other detail here is that this CallerInfo object reflects
120 * callerinfo object.
152 public CallerInfo() {
161 * @param contactRef the URI to attach to this CallerInfo object
162 * @param cursor the first object in the cursor is used to build the CallerInfo object.
163 * @return the CallerInfo which contains the caller id for the given
164 * number. The returned CallerInfo is null if no number is supplied.
166 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 567 const AnalysisDeclContext *CallerInfo = CallerCtx->getAnalysisDeclContext();
568 if (const Stmt *CallerBody = CallerInfo->getBody())
570 return PathDiagnosticLocation::create(CallerInfo->getDecl(), SM);
    [all...]

Completed in 640 milliseconds