OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:contactRef
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfoAsyncQuery.java
306
public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri
contactRef
,
310
c.allocate(context,
contactRef
);
312
if (DBG) Rlog.d(LOG_TAG, "starting query for URI: " +
contactRef
+ " handler: " + c.toString());
320
c.mHandler.startQuery(token, cw,
contactRef
, null, null, null, null);
346
Uri
contactRef
;
355
contactRef
= Data.CONTENT_URI;
378
contactRef
= Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, Uri.encode(number));
384
Rlog.d(LOG_TAG, "==>
contactRef
: " + sanitizeUriToString(
contactRef
));
394
c.allocate(context,
contactRef
);
[
all
...]
/packages/apps/InCallUI/src/com/android/incallui/
CallerInfoAsyncQuery.java
304
public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri
contactRef
,
308
c.allocate(context,
contactRef
);
310
Log.d(LOG_TAG, "starting query for URI: " +
contactRef
+ " handler: " + c.toString());
318
c.mHandler.startQuery(token, cw,
contactRef
, null, null, null, null);
342
Uri
contactRef
;
351
contactRef
= Data.CONTENT_URI;
374
contactRef
= Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, Uri.encode(number));
380
Log.d(LOG_TAG, "==>
contactRef
: " + sanitizeUriToString(
contactRef
));
390
c.allocate(context,
contactRef
);
[
all
...]
Completed in 2685 milliseconds