Package net.rim.device.api.unifiedsearch

Examples of net.rim.device.api.unifiedsearch.SearchField


                .setType(SearchableContentTypeConstants.CONTENT_TYPE_BROWSER
                        | SearchableContentTypeConstants.CONTENT_TYPE_CONTACTS
                        | SearchableContentTypeConstants.CONTENT_TYPE_LOCATION);

        final SearchField[] searchFields =
                new SearchField[] { new SearchField(SEARCH_FIELD_NAME),
                        new SearchField(SEARCH_FIELD_DATA) };

        _searchableProvider.setSupportedSearchFields(searchFields);

        final Bitmap bitmap = Bitmap.getBitmapResource("default.png");
View Full Code Here

TOP

Related Classes of net.rim.device.api.unifiedsearch.SearchField

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.