Home
last modified time | relevance | path

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

/cts/hostsidetests/car_builtin/src/android/car/cts/builtin/
DCtsCarShellCommand.java31 protected final String mCommand; field in CtsCarShellCommand
36 mCommand = commandName; in CtsCarShellCommand()
43 String cmd = mCommand; in executeWith()
45 cmd = mCommand + " " + String.join(" ", mCommandArgs); in executeWith()
/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.java42 private int mCommand; field in BleButtonActivity
51 mCommand = BleClientService.COMMAND_DISCOVER_SERVICE; in BleButtonActivity()
58 mCommand = BleClientService.COMMAND_DISCONNECT; in BleButtonActivity()
77 intent.putExtra(BleClientService.EXTRA_COMMAND, mCommand); in onCreate()
/cts/hostsidetests/car_builtin/src/android/car/cts/builtin/os/
DGetInitialUserInfoCommand.java38 CLog.d(mCommand + " command returns: " + mCommandReturn); in parseCommandReturn()
DDumpDrivingStateServiceCommand.java50 CLog.d(mCommand + " command returns: " + mCommandReturn); in parseCommandReturn()
/cts/hostsidetests/car_builtin/src/android/car/cts/builtin/widget/
DCheckLockIsSecureCommand.java45 CLog.d(mCommand + " command returns: " + mCommandReturn); in parseCommandReturn()
/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaController2Test.java312 assertThat(controllerCallback.mCommand.getCustomAction()) in testCallback_onSessionCommand()
314 assertThat(controllerCallback.mCommand.getCustomExtras().getString(commandExtraKey)) in testCallback_onSessionCommand()
418 Session2Command mCommand; field in MediaController2Test.Controller2Callback
451 mCommand = command; in onSessionCommand()
462 mCommand = command; in onCommandResult()
DMediaSession2Test.java469 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.Session2Callback
720 mCommand = command; in onSessionCommand()
743 mCommand = command; in onCommandResult()
DMediaControllerTest.java199 assertThat(mCallback.mCommand).isEqualTo(command); in testSendCommand()
468 callback.onCommand(mCallback.mCommand, mCallback.mExtras, null); in testTransportControlsAndMediaSessionCallback()
631 private String mCommand; field in MediaControllerTest.MediaSessionCallback
669 mCommand = null; in reset()
844 mCommand = command; in onCommand()