/**@class android.os.BinderThreadPriorityService
@extends android.app.Service

 Service used by {@link android.os.BinderThreadPriorityTest} to verify
 the conveyance of thread priorities over Binder.
*/
var BinderThreadPriorityService = {

/**
*/
onBind : function(  ) {},


};