Home
last modified time | relevance | path

Searched refs:mMediator (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/tests/unit/src/com/android/tv/
DCurrentPositionMediatorTest.java34 private TimeShiftManager.CurrentPositionMediator mMediator; field in CurrentPositionMediatorTest
40 mMediator = mActivity.getTimeShiftManager().mCurrentPositionMediator; in setUp()
47 mMediator.initialize(currentTimeMs); in testInitialize()
55 mMediator.onSeekRequested(seekToTimeMs); in testOnSeekRequested()
57 .that(mMediator.mSeekRequestTimeMs) in testOnSeekRequested()
60 .that(mMediator.mCurrentPositionMs) in testOnSeekRequested()
69 mMediator.onSeekRequested(seekToTimeMs); in testOnCurrentPositionChangedInvalidInput()
70 mMediator.onCurrentPositionChanged(newCurrentTimeMs); in testOnCurrentPositionChangedInvalidInput()
72 .that(mMediator.mSeekRequestTimeMs) in testOnCurrentPositionChangedInvalidInput()
75 .that(mMediator.mCurrentPositionMs) in testOnCurrentPositionChangedInvalidInput()
[all …]
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogBinderMediatorTest.cpp80 mMediator(mediator) {} in WatchdogBinderMediatorPeer()
81 ~WatchdogBinderMediatorPeer() { mMediator.clear(); } in ~WatchdogBinderMediatorPeer()
84 mMediator->mIoOveruseMonitor = ioOveruseMonitor; in init()
85 return mMediator->init(); in init()
89 sp<WatchdogBinderMediator> mMediator; member in android::automotive::watchdog::internal::WatchdogBinderMediatorPeer