Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 27) sorted by relevance

12

/cts/suite/audio_quality/lib/src/
DAdb.cpp34 android::String8 command; in setPortForwarding() local
46 android::String8 command; in launchClient() local
64 int Adb::executeCommand(const android::String8& command) in executeCommand()
DSimpleScriptExec.cpp70 android::String8 command; in runScript() local
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DManagedProfileTest.java107 String command = "am start -W --user " + mUserId + " " + MANAGED_PROFILE_PKG in testCrossProfileIntentFilters() local
192 String command = "add-restriction"; in testNoDebuggingFeaturesRestriction() local
228 String command = "am start -W --user " + userId in disableActivityForUser() local
236 private String changeUserRestrictionForUser(String key, String command, int userId) in changeUserRestrictionForUser()
DBaseDevicePolicyTest.java103 String command = "am start-user " + userId; in startUser() local
115 String command = "pm get-max-users"; in getMaxNumberOfUsersSupported() local
128 String command = "pm list users"; in listUsers() local
228 String command = "am instrument --user " + userId + " " + params + " -w -r " in doRunTestsAsUser() local
253 String command = "pm list features"; in hasDeviceFeatures() local
279 String command ="pm create-user TestUser_"+ System.currentTimeMillis(); in createUser() local
294 String command = in createManagedProfile() local
330 String command = "dpm set-profile-owner '" + componentName + "' " + userId; in setProfileOwner() local
DBaseLauncherAppsTest.java57 String command = "am startservice --user 0 " in startCallbackService() local
DDeviceOwnerTest.java93 String command = "dpm set-device-owner '" + componentName + "'"; in setDeviceOwner() local
/cts/suite/audio_quality/lib/src/audio/
DRemoteAudio.cpp151 void RemoteAudio::sendCommand(android::sp<android::MessageHandler>& command) in sendCommand()
156 bool RemoteAudio::waitForCompletion(android::sp<android::MessageHandler>& command, int timeInMSec) in waitForCompletion()
190 android::sp<android::MessageHandler> command(new CommandHandler(*this, (int)id)); in doStop() local
331 android::sp<android::MessageHandler> command(new CommandHandler(*this, CommandHandler::EExit)); in release() local
DAudioProtocol.cpp58 uint32_t command = ntohl(data[0]); in handleReplyHeader() local
77 bool AudioProtocol::checkHeaderId(const uint32_t* data, uint32_t command) in checkHeaderId()
DAudioLocal.cpp83 bool AudioLocal::issueCommandAndWaitForCompletion(AudioCommand command) in issueCommandAndWaitForCompletion()
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DDeqpTestRunnerTest.java141 String command = String.format( in testGlesVersion() local
257 String command = String.format( in testResultCode() local
442 String command = String.format( in testRun_multipleTests() local
/cts/suite/audio_quality/lib/include/audio/
DRemoteAudio.h86 CommandHandler* toCommandHandler(android::sp<android::MessageHandler>& command) { in toCommandHandler()
114 CommandHandler(RemoteAudio& thread, int command) in CommandHandler()
DAudioProtocol.h82 AudioProtocol(ClientSocket& socket, uint32_t command) in AudioProtocol()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DUserRestrictionActivity.java66 String command = intent.getStringExtra(EXTRA_COMMAND); in handleIntent() local
/cts/suite/cts/hostTests/jank/app/src/com/android/cts/jank/
DCtsJankTestBase.java49 protected void runShellCommand(String command) throws Exception { in runShellCommand()
/cts/suite/audio_quality/executable/src/
Dmain.cpp44 android::String8 command = android::String8::format("cd %s;zip -r ../%s.zip *", in ~CleanupStatics() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DWrappedGTest.java117 … String command = String.format("am instrument -w %s%s/.%s", options, mAppNameSpace, mRunner); in runTest() local
DDeqpTestRunner.java423 String command = String.format( in executeTests() local
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DApplicationRestrictionsTest.java163 private void startTestActivity(String command) { in startTestActivity()
/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
DAudioProtocol.java449 private void sendSimpleReplyHeader(int command, int errorCode) throws IOException { in sendSimpleReplyHeader()
532 int command = mHeaderBuffer.getInt(); in run() local
/cts/suite/cts/utils/
Dget_csv_report.py141 def executeWithResult(command): argument
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleScannerService.java106 int command = intent.getIntExtra(EXTRA_COMMAND, -1); in onStartCommand() local
DBleAdvertiserService.java203 int command = intent.getIntExtra(EXTRA_COMMAND, -1); in handleIntent() local
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java102 final String command = MessageFormat.format(APPOPS_SET_SHELL_COMMAND, in setAppOpsMode() local
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DMediaRecorderStressTest.java132 private void runOnLooper(final Runnable command) throws InterruptedException { in runOnLooper()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DPowerTestHostLink.java248 String command = request.substring(REQUEST_RAISE.length()); in processClientRequest() local

12