Searched refs:mCarPerformanceManager (Results 1 – 4 of 4) sorted by relevance
54 private CarPerformanceManager mCarPerformanceManager; field in CarPerformanceManagerTest91 mCarPerformanceManager = (CarPerformanceManager) getCar().getCarManager( in setUp()93 assertThat(mCarPerformanceManager).isNotNull(); in setUp()100 mCarPerformanceManager.setThreadPriority(p); in testSetThreadPriority()114 () -> mCarPerformanceManager.setThreadPriority(p)); in testSetThreadPriorityIllegalArgumentException()128 () -> mCarPerformanceManager.setThreadPriority(p)); in testSetThreadPriorityIllegalStateException()142 mCarPerformanceManager.setThreadPriority(p); in testSetThreadPriorityRemoteException()153 () -> mCarPerformanceManager.setThreadPriority(p)); in testSetThreadPriorityServiceSpecificException()162 ThreadPolicyWithPriority result = mCarPerformanceManager.getThreadPriority(); in testGetThreadPriority()174 ThreadPolicyWithPriority result = mCarPerformanceManager.getThreadPriority(); in testGetThreadPriorityDefaultPolicy()[all …]
54 private CarPerformanceManager mCarPerformanceManager; field in CarPerformanceManagerUnitTest63 mCarPerformanceManager = new CarPerformanceManager(mCar, mBinder); in setUp()71 mCarPerformanceManager.setThreadPriority(expected); in testSetThreadPriority()83 () -> mCarPerformanceManager.setThreadPriority(p)); in testSetThreadPriorityServiceSpecificExceptionFromService()93 mCarPerformanceManager.setThreadPriority(p); in testSetThreadPriorityRemoteExceptionFromService()102 ThreadPolicyWithPriority got = mCarPerformanceManager.getThreadPriority(); in testGetThreadPriority()112 ThreadPolicyWithPriority got = mCarPerformanceManager.getThreadPriority(); in testGetThreadPriorityRemoteExceptionFromService()
62 private CarPerformanceManager mCarPerformanceManager; field in KitchenSinkHelperImpl183 if (mCarPerformanceManager == null) { in getPerformanceManager()184 mCarPerformanceManager = in getPerformanceManager()187 return mCarPerformanceManager; in getPerformanceManager()239 mCarPerformanceManager = null; in initCarApi()
46 private CarPerformanceManager mCarPerformanceManager; field in CarPerformanceTestFragment56 mCarPerformanceManager = ((KitchenSinkActivity) getActivity()) in onCreate()104 ThreadPolicyWithPriority p = mCarPerformanceManager.getThreadPriority(); in getThreadPriority()142 mCarPerformanceManager.setThreadPriority( in setThreadPriority()