FileDocCategorySizeDatePackage
SystemService.javaAPI DocAndroid 1.5 API1420Wed May 06 22:42:46 BST 2009com.android.im.engine

SystemService

public abstract class SystemService extends Object
The interface to access system service objects.

Fields Summary
Constructors Summary
Methods Summary
public static com.android.im.engine.SystemServicegetDefault()
Gets the default instance of the system service.

return
the default instance of the system service.

        return AndroidSystemService.getInstance();
    
public abstract HeartbeatServicegetHeartbeatService()
Gets the system HeartbeatService.

return
the instance of the HeartbeatService.

public abstract SmsServicegetSmsService()
Gets the system SmsService.

return
the instance of the SmsService.