Package net.rim.device.api.system

Examples of net.rim.device.api.system.ServiceMode


    /**
     * @see net.rim.device.api.ui.Screen#getServiceMode()
     */
    public ServiceMode getServiceMode() {
        return new ServiceMode(_memo.getMode());
    }
View Full Code Here

TOP

Related Classes of net.rim.device.api.system.ServiceMode

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.