Hi,

If anyone could help me find the code for queryEntities function?

I've been looking at the ViewContactActivity.java and digging through
the querying code gets me to the following function call under
AsyncQueryHandler.java:

resolver.queryEntities(args.uri, args.selection, args.selectionArgs,
args.orderBy);

I've been trying to find out how this function works by going through
the git repository and had no real joy, help would be appreciated.

Scott

On Dec 18, 10:43 am, Scott W <[email protected]> wrote:
> Just a quick follow-up:
>
> Using the built-in search facility, I am able to "view" names, however
> no information is displayed. I believe the problem here is the same as
> the Names list. Looking at res/layout-finger/contact_card_layout.xml
> in Eclipse is a NullPointerException: null. Again, LogCat shows no
> error output.
>
> Interestingly, when I search for a name, the search suggestions box
> displays contact information e.g. phone number, email address but
> selecting the name doesn't show this information.
>
> In addition, the "Edit" button is greyed out and not selectable.
>
> I have done some testing and the queries for Names are not being
> directed to Android's Contacts provider.
>
> Cheers,
> Scott

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to