Home
last modified time | relevance | path

Searched refs:mCommand (Results 1 – 7 of 7) sorted by relevance

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/exceptions/
DAdbException.java26 private final String mCommand; field in AdbException
39 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()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleButtonActivity.java40 private int mCommand; field in BleButtonActivity
49 mCommand = BleClientService.COMMAND_DISCOVER_SERVICE; in BleButtonActivity()
56 mCommand = BleClientService.COMMAND_DISCONNECT; in BleButtonActivity()
75 intent.putExtra(BleClientService.EXTRA_COMMAND, mCommand); in onCreate()
/cts/suite/audio_quality/lib/include/audio/
DAudioProtocol.h83 : mCommand(command), in AudioProtocol()
98 uint32_t mCommand;
/cts/suite/audio_quality/lib/src/audio/
DAudioProtocol.cpp31 mBuffer[0] = htonl(mCommand); in sendCommand()
38 if (!checkHeaderId(data, mCommand)) { in handleReply()
/cts/tests/tests/media/src/android/media/cts/
DMediaController2Test.java322 assertEquals(commandStr, controllerCallback.mCommand.getCustomAction()); in testCallback_onSessionCommand()
324 controllerCallback.mCommand.getCustomExtras().getString(commandExtraKey)); in testCallback_onSessionCommand()
425 Session2Command mCommand; field in MediaController2Test.Controller2Callback
458 mCommand = command; in onSessionCommand()
469 mCommand = command; in onCommandResult()
DMediaSession2Test.java483 assertEquals(commandStr, sessionCallback.mCommand.getCustomAction()); in testCallback_onSessionCommand()
485 sessionCallback.mCommand.getCustomExtras().getString(commandExtraKey)); in testCallback_onSessionCommand()
684 Session2Command mCommand; field in MediaSession2Test.Session2Callback
732 mCommand = command; in onSessionCommand()
755 mCommand = command; in onCommandResult()
DMediaControllerTest.java171 assertEquals(command, mCallback.mCommand); in testSendCommand()
441 callback.onCommand(mCallback.mCommand, mCallback.mExtras, null); in testTransportControlsAndMediaSessionCallback()
648 private String mCommand; field in MediaControllerTest.MediaSessionCallback
686 mCommand = null; in reset()
856 mCommand = command; in onCommand()