Searched refs:mTestCallback (Results 1 – 5 of 5) sorted by relevance
50 private TestAudioZonesMirrorStatusCallbackCallback mTestCallback; field in CarAudioMirrorRequestHandlerTest64 mTestCallback = new TestAudioZonesMirrorStatusCallbackCallback(); in setUp()135 mTestCallback); in registerAudioZonesMirrorStatusCallback()147 mTestCallback); in registerAudioZonesMirrorStatusCallback_withNoMirroringDeviceAddress()156 mTestCallback); in registerAudioZonesMirrorStatusCallback_reRegisterFails()159 mTestCallback); in registerAudioZonesMirrorStatusCallback_reRegisterFails()168 mTestCallback); in unregisterAudioZonesMirrorStatusCallback()171 .unregisterAudioZonesMirrorStatusCallback(mTestCallback); in unregisterAudioZonesMirrorStatusCallback()180 .unregisterAudioZonesMirrorStatusCallback(mTestCallback); in unregisterAudioZonesMirrorStatusCallback_withoutRegister()189 mTestCallback); in unregisterAudioZonesMirrorStatusCallback_afterUnregister()[all …]
76 private CarProfileIconUpdater.Callback mTestCallback; field in CarProfileIconUpdaterTest91 mIconUpdater.addCallback(mTestCallback); in setUp()115 verify(mTestCallback).onUserIconUpdated(anyInt()); in onUserInfoUpdate_userNameChanged_iconUpdated()129 verify(mTestCallback, never()).onUserIconUpdated(anyInt()); in onUserInfoUpdate_userNameNotChanged_iconNotUpdated()
104 private final FutureCallback<Object> mTestCallback = field in IsolatedServiceBindingRunnerTest203 Futures.addCallback(resultFuture, mTestCallback, mTestInjector.getExecutor()); in testLoadIsolatedService_packageManagerNameNotFoundException_failedFuture()225 Futures.addCallback(resultFuture, mTestCallback, mTestInjector.getExecutor()); in testRunIsolatedService_serviceBinderException_failedFutureOdpServiceException()249 Futures.addCallback(resultFuture, mTestCallback, mTestInjector.getExecutor()); in testRunIsolatedService_serviceBinderError_failedFutureOdpServiceException()273 Futures.addCallback(resultFuture, mTestCallback, mTestInjector.getExecutor()); in testRunIsolatedService_serviceBinderTimeout_failedFutureTimeoutException()
94 private FutureCallback mTestCallback; field in OnDevicePersonalizationDataProcessingAsyncCallableTests138 mTestCallback = new FutureCallback<DownloadCompletedOutputParcel>() { in setup()273 return mTestCallback; in getFutureCallback()
104 private FutureCallback mTestCallback; field in OdpWebViewClientTests143 mTestCallback = new FutureCallback<EventOutputParcel>() { in setup()294 return mTestCallback; in getFutureCallback()