OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CallerInfo
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java
49
public class
CallerInfo
{
50
private static final String TAG = "
CallerInfo
";
62
* One other detail here is that this
CallerInfo
object reflects
109
*
callerinfo
object.
141
public
CallerInfo
() {
150
* @param contactRef the URI to attach to this
CallerInfo
object
151
* @param cursor the first object in the cursor is used to build the
CallerInfo
object.
152
* @return the
CallerInfo
which contains the caller id for the given
153
* number. The returned
CallerInfo
is null if no number is supplied.
155
public static
CallerInfo
getCallerInfo(Context context, Uri contactRef, Cursor cursor)
[
all
...]
/packages/apps/InCallUI/src/com/android/incallui/
CallerInfo.java
47
public class
CallerInfo
{
48
private static final String TAG = "
CallerInfo
";
59
* One other detail here is that this
CallerInfo
object reflects
107
*
callerinfo
object.
139
public
CallerInfo
() {
148
* @param contactRef the URI to attach to this
CallerInfo
object
149
* @param cursor the first object in the cursor is used to build the
CallerInfo
object.
150
* @return the
CallerInfo
which contains the caller id for the given
151
* number. The returned
CallerInfo
is null if no number is supplied.
153
public static
CallerInfo
getCallerInfo(Context context, Uri contactRef, Cursor cursor)
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp
565
const AnalysisDeclContext *
CallerInfo
= CallerCtx->getAnalysisDeclContext();
566
if (const Stmt *CallerBody =
CallerInfo
->getBody())
568
return PathDiagnosticLocation::create(
CallerInfo
->getDecl(), SM);
[
all
...]
Completed in 35 milliseconds