Package net.rim.device.api.unifiedsearch

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


            _displayables = new Vector();
        } else {
            _displayables.removeAllElements();
        }

        SearchResponse results = null;
        final UnifiedSearchServices services =
                UnifiedSearchServices.getInstance();

        // Retrieve searchables
        final Vector vector =
View Full Code Here

TOP

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

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.