Searched refs:mCommand (Results 1 – 7 of 7) sorted by relevance
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()
40 private int mCommand; field in BleButtonActivity49 mCommand = BleClientService.COMMAND_DISCOVER_SERVICE; in BleButtonActivity()56 mCommand = BleClientService.COMMAND_DISCONNECT; in BleButtonActivity()75 intent.putExtra(BleClientService.EXTRA_COMMAND, mCommand); in onCreate()
83 : mCommand(command), in AudioProtocol()98 uint32_t mCommand;
31 mBuffer[0] = htonl(mCommand); in sendCommand()38 if (!checkHeaderId(data, mCommand)) { in handleReply()
322 assertEquals(commandStr, controllerCallback.mCommand.getCustomAction()); in testCallback_onSessionCommand()324 controllerCallback.mCommand.getCustomExtras().getString(commandExtraKey)); in testCallback_onSessionCommand()425 Session2Command mCommand; field in MediaController2Test.Controller2Callback458 mCommand = command; in onSessionCommand()469 mCommand = command; in onCommandResult()
483 assertEquals(commandStr, sessionCallback.mCommand.getCustomAction()); in testCallback_onSessionCommand()485 sessionCallback.mCommand.getCustomExtras().getString(commandExtraKey)); in testCallback_onSessionCommand()684 Session2Command mCommand; field in MediaSession2Test.Session2Callback732 mCommand = command; in onSessionCommand()755 mCommand = command; in onCommandResult()
171 assertEquals(command, mCallback.mCommand); in testSendCommand()441 callback.onCommand(mCallback.mCommand, mCallback.mExtras, null); in testTransportControlsAndMediaSessionCallback()648 private String mCommand; field in MediaControllerTest.MediaSessionCallback686 mCommand = null; in reset()856 mCommand = command; in onCommand()