Searched refs:mCommand (Results 1 – 9 of 9) sorted by relevance
31 protected final String mCommand; field in CtsCarShellCommand36 mCommand = commandName; in CtsCarShellCommand()43 String cmd = mCommand; in executeWith()45 cmd = mCommand + " " + String.join(" ", mCommandArgs); in executeWith()
26 private final String mCommand; field in AdbException39 this.mCommand = command; in AdbException()53 this.mCommand = command; in AdbException()59 return mCommand; in command()74 stringBuilder.append("[command=\"").append(mCommand).append("\""); in toString()
42 private int mCommand; field in BleButtonActivity51 mCommand = BleClientService.COMMAND_DISCOVER_SERVICE; in BleButtonActivity()58 mCommand = BleClientService.COMMAND_DISCONNECT; in BleButtonActivity()77 intent.putExtra(BleClientService.EXTRA_COMMAND, mCommand); in onCreate()
38 CLog.d(mCommand + " command returns: " + mCommandReturn); in parseCommandReturn()
50 CLog.d(mCommand + " command returns: " + mCommandReturn); in parseCommandReturn()
45 CLog.d(mCommand + " command returns: " + mCommandReturn); in parseCommandReturn()
312 assertThat(controllerCallback.mCommand.getCustomAction()) in testCallback_onSessionCommand()314 assertThat(controllerCallback.mCommand.getCustomExtras().getString(commandExtraKey)) in testCallback_onSessionCommand()418 Session2Command mCommand; field in MediaController2Test.Controller2Callback451 mCommand = command; in onSessionCommand()462 mCommand = command; in onCommandResult()
469 assertThat(sessionCallback.mCommand.getCustomAction()).isEqualTo(commandStr); in testCallback_onSessionCommand()470 assertThat(sessionCallback.mCommand.getCustomExtras().getString(commandExtraKey)) in testCallback_onSessionCommand()672 Session2Command mCommand; field in MediaSession2Test.Session2Callback720 mCommand = command; in onSessionCommand()743 mCommand = command; in onCommandResult()
199 assertThat(mCallback.mCommand).isEqualTo(command); in testSendCommand()468 callback.onCommand(mCallback.mCommand, mCallback.mExtras, null); in testTransportControlsAndMediaSessionCallback()631 private String mCommand; field in MediaControllerTest.MediaSessionCallback669 mCommand = null; in reset()844 mCommand = command; in onCommand()