FileDocCategorySizeDatePackage
BinderThreadPriorityService.javaAPI DocAndroid 5.1 API2027Thu Mar 12 22:22:12 GMT 2015android.os

BinderThreadPriorityService

public class BinderThreadPriorityService extends android.app.Service
Service used by {@link BinderThreadPriorityTest} to verify the conveyance of thread priorities over Binder.

Fields Summary
private static final String
TAG
private final IBinderThreadPriorityService.Stub
mBinder
Constructors Summary
Methods Summary
public IBinderonBind(android.content.Intent intent)


        
        return mBinder;