Java android.os ServiceManager fields, constructors, methods, implement or subclass

Example usage for Java android.os ServiceManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.os ServiceManager.

The text is from its open source code.

Method

IBindercheckService(String name)
Retrieve an existing service called @a name from the service manager.
IBindergetService(String name)
Returns a reference to a service with the given name.