Home
last modified time | relevance | path

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

/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaController2Test.java347 assertThat(controllerCallback.mCommandResult.getResultCode()) in testCallback_onCommandResult()
350 controllerCallback.mCommandResult.getResultData().getString(SESSION_RESULT_KEY)) in testCallback_onCommandResult()
382 assertThat(controllerCallback.mCommandResult.getResultCode()) in testCancelSessionCommand()
421 Session2Command.Result mCommandResult; field in MediaController2Test.Controller2Callback
463 mCommandResult = result; in onCommandResult()
DMediaSession2Test.java526 assertThat(sessionCallback.mCommandResult.getResultCode()).isEqualTo(resultCode); in testCallback_onCommandResult()
527 assertThat(sessionCallback.mCommandResult.getResultData().getString(commandResultKey)) in testCallback_onCommandResult()
602 assertThat(sessionCallback.mCommandResult.getResultCode()) in testCancelSessionCommand()
674 Session2Command.Result mCommandResult; field in MediaSession2Test.Session2Callback
744 mCommandResult = result; in onCommandResult()