/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | InstrumentationFileTestTest.java | 103 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 …]
|
D | InstrumentationTestTest.java | 113 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
|
D | InstalledInstrumentationsTestTest.java | 200 public String answer() throws Throwable { in injectShellResponse()
|
D | NoisyDryRunTestTest.java | 274 public CommandResult answer() throws Throwable { in testLoading_sandboxed()
|
/tools/acloud/create/ |
D | create.py | 113 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:
|
D | remote_image_local_instance.py | 219 answer = utils.InteractWithQuestion( 222 if answer.lower() == "y":
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/helper/ |
D | TelephonyHelperTest.java | 68 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/ |
D | MockTestDeviceHelper.java | 43 public Object answer() throws Throwable { in injectShellResponse() 88 public Object answer() throws Throwable { in injectShellResponse()
|
D | MockDeviceHelper.java | 43 public Object answer() throws Throwable { in injectShellResponse()
|
D | DeviceManagerTest.java | 211 public IDevice answer() throws Throwable { in setUp() 217 public String answer() throws Throwable { in setUp()
|
D | TestDeviceTest.java | 953 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/ |
D | FileDownloadCacheFuncTest.java | 84 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()
|
D | FileDownloadCacheTest.java | 355 public Object answer() throws Throwable { in setDownloadExpections()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/ |
D | TestFilePushSetupTest.java | 97 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/ |
D | RemoteManagerFuncTest.java | 290 public Object answer() { in testConsecutiveExecCommand() 477 public Void answer() throws Throwable { in testGetLastCommandResult_notAvail()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/testdefs/ |
D | XmlDefsTestTest.java | 100 public Object answer() throws Throwable { in injectMockXmlData()
|
/tools/acloud/internal/lib/ |
D | utils.py | 537 answer = InteractWithQuestion(question) 538 return answer.lower() in constants.USER_ANSWER_YES
|
/tools/tradefederation/core/tests/src/com/android/tradefed/config/ |
D | SandboxConfigurationFactoryTest.java | 89 public CommandResult answer() throws Throwable { in expectDumpCmd()
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | Options.kt | 1603 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/ |
D | MetricUtilTest.java | 144 public Object answer(InvocationOnMock invocation) { in answer() method in MetricUtilTest.ExecuteShellCommandWithOutputAnswer
|
/tools/tradefederation/core/tests/src/com/android/tradefed/command/ |
D | CommandSchedulerTest.java | 403 public Object answer() throws Throwable { in waitForExpectedInvokeCalls() 577 public Object answer() throws Throwable { in testRun_rescheduled()
|