Home
last modified time | relevance | path

Searched refs:answer (Results 1 – 21 of 21) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstrumentationFileTestTest.java103 public Boolean answer( in testRun_singleSuccessfulTest()
167 public Boolean answer( in testRun_reRunOneFailedToCompleteTest()
186 public Boolean answer( in testRun_reRunOneFailedToCompleteTest()
264 public Boolean answer( in testRun_serialReRunOfTwoFailedToCompleteTests()
281 public Boolean answer( in testRun_serialReRunOfTwoFailedToCompleteTests()
298 public Boolean answer( in testRun_serialReRunOfTwoFailedToCompleteTests()
371 public Boolean answer( in testRun_noSerialReRun()
438 public Boolean answer( in testRun_exceedMaxAttempts()
459 public Boolean answer( in testRun_exceedMaxAttempts()
480 public Boolean answer( in testRun_exceedMaxAttempts()
[all …]
DInstrumentationTestTest.java113 default Boolean answer(InvocationOnMock invocation) throws Exception { in answer() method
115 return answer((IRemoteAndroidTestRunner) args[0], (ITestLifeCycleReceiver) args[1]); in answer()
118 Boolean answer(IRemoteAndroidTestRunner runner, ITestLifeCycleReceiver listener) in answer() method
DInstalledInstrumentationsTestTest.java200 public String answer() throws Throwable { in injectShellResponse()
DNoisyDryRunTestTest.java274 public CommandResult answer() throws Throwable { in testLoading_sandboxed()
/tools/acloud/create/
Dcreate.py113 answer = utils.InteractWithQuestion(
116 if answer in constants.USER_ANSWER_YES:
180 answer = utils.InteractWithQuestion("Missing necessary acloud setup, "
182 if answer in constants.USER_ANSWER_YES:
Dremote_image_local_instance.py219 answer = utils.InteractWithQuestion(
222 if answer.lower() == "y":
/tools/tradefederation/core/tests/src/com/android/tradefed/device/helper/
DTelephonyHelperTest.java68 public Boolean answer() throws Throwable { in testGetSimInfo()
117 public Boolean answer() throws Throwable { in testGetSimInfo_instrumentationFailed()
145 public Boolean answer() throws Throwable { in testGetSimInfo_simTest_not_run()
172 public Boolean answer() throws Throwable { in testGetSimInfo_simTest_failed()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockTestDeviceHelper.java43 public Object answer() throws Throwable { in injectShellResponse()
88 public Object answer() throws Throwable { in injectShellResponse()
DMockDeviceHelper.java43 public Object answer() throws Throwable { in injectShellResponse()
DDeviceManagerTest.java211 public IDevice answer() throws Throwable { in setUp()
217 public String answer() throws Throwable { in setUp()
DTestDeviceTest.java953 public CommandResult answer() throws Throwable { in testExecuteFastbootCommand_state()
2067 public Object answer() throws Throwable { in injectShellResponse()
/tools/tradefederation/core/tests/src/com/android/tradefed/build/
DFileDownloadCacheFuncTest.java84 public Object answer() throws Throwable { in testFetchRemoteFile_concurrent()
138 public Void answer(InvocationOnMock invocation) throws Throwable { in testFetchRemoteFile_multiConcurrent()
209 public Object answer() throws Throwable { in testFetchRemoteFile_concurrentFail()
DFileDownloadCacheTest.java355 public Object answer() throws Throwable { in setDownloadExpections()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DTestFilePushSetupTest.java97 public Boolean answer() throws Throwable { in testSetup()
104 public Boolean answer() throws Throwable { in testSetup()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerFuncTest.java290 public Object answer() { in testConsecutiveExecCommand()
477 public Void answer() throws Throwable { in testGetLastCommandResult_notAvail()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/testdefs/
DXmlDefsTestTest.java100 public Object answer() throws Throwable { in injectMockXmlData()
/tools/acloud/internal/lib/
Dutils.py537 answer = InteractWithQuestion(question)
538 return answer.lower() in constants.USER_ANSWER_YES
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DSandboxConfigurationFactoryTest.java89 public CommandResult answer() throws Throwable { in expectDumpCmd()
/tools/metalava/src/main/java/com/android/tools/metalava/
DOptions.kt1603 private fun yesNo(answer: String): Boolean { in <lambda>()
1604 return when (answer) { in <lambda>()
1607 else -> throw DriverException(stderr = "Unexpected $answer; expected yes or no") in <lambda>()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/statsd/
DMetricUtilTest.java144 public Object answer(InvocationOnMock invocation) { in answer() method in MetricUtilTest.ExecuteShellCommandWithOutputAnswer
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java403 public Object answer() throws Throwable { in waitForExpectedInvokeCalls()
577 public Object answer() throws Throwable { in testRun_rescheduled()