/**@class android.os.BinderThreadPriorityTest
@extends android.test.AndroidTestCase

 Test whether Binder calls inherit thread priorities correctly.
*/
var BinderThreadPriorityTest = {

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

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

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

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


};