Home
last modified time | relevance | path

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

/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()
DMediaControllerTest.java140 assertEquals(command, mCallback.mCommand); in testSendCommand()
391 callback.onCommand(mCallback.mCommand, mCallback.mExtras, null); in testTransportControlsAndMediaSessionCallback()
430 private String mCommand; field in MediaControllerTest.MediaSessionCallback
468 mCommand = null; in reset()
638 mCommand = command; in onCommand()
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()