Home
last modified time | relevance | path

Searched refs:getResult (Results 1 – 25 of 55) sorted by relevance

123

/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java158 IInvocationResult result = mReporter.getResult(); in testResultReporting()
171 ITestResult result1 = caseResult.getResult(METHOD_1); in testResultReporting()
175 ITestResult result2 = caseResult.getResult(METHOD_2); in testResultReporting()
179 ITestResult result3 = caseResult.getResult(METHOD_3); in testResultReporting()
213 IInvocationResult result = mReporter.getResult(); in testRepeatedExecutions()
227 ITestResult result1 = caseResult.getResult(METHOD_1); in testRepeatedExecutions()
233 ITestResult result2 = caseResult.getResult(METHOD_2); in testRepeatedExecutions()
241 ITestResult result3 = caseResult.getResult(METHOD_3); in testRepeatedExecutions()
253 IInvocationResult invocationResult = mReporter.getResult(); in testRetry()
277 IInvocationResult result = mReporter.getResult(); in testRetry()
[all …]
/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
DAccountManagementTest.java67 null, null, null, null, null, null).getResult(); in testAddAccount_blocked()
78 null, null, null, null, null, null).getResult(); in testAddAccount_allowed()
99 mAccountManager.removeAccount(ACCOUNT, null, null).getResult(); in testRemoveAccount_blocked()
119 assertTrue(mAccountManager.removeAccount(ACCOUNT, null, null).getResult()); in testRemoveAccount_allowed()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DClientTest.java326 final TestResult testResult = getResult(); in testStartNormal()
337 final TestResult testResult = getResult(); in testStartNormal()
349 final TestResult testResult = getResult(); in testStartNormal()
429 final TestResult testResult = getResult(); in testStartExposed01()
449 final TestResult testResult = getResult(); in testStartExposed02()
470 final TestResult testResult = getResult(); in testStartExposed03()
519 final TestResult testResult = getResult(); in testStartExposed06()
539 final TestResult testResult = getResult(); in testStartExposed07()
564 final TestResult testResult = getResult(); in testStartExposed08()
593 final TestResult testResult = getResult(); in testStartExposed09()
[all …]
/cts/tests/tests/accounts/src/android/accounts/cts/
DAbstractAuthenticatorTests.java85 Bundle result = future.getResult(); in testStartAddAccountSessionDefaultImpl()
120 Bundle result = future.getResult(); in testStartUpdateCredentialsSessionDefaultImpl()
160 Bundle result = future.getResult(); in testFinishSessionAndStartAddAccountSessionDefaultImpl()
175 result = future.getResult(); in testFinishSessionAndStartAddAccountSessionDefaultImpl()
228 Bundle result = future.getResult(); in testFinishSessionAndStartUpdateCredentialsSessionDefaultImpl()
243 result = future.getResult(); in testFinishSessionAndStartUpdateCredentialsSessionDefaultImpl()
301 assertFalse(future.getResult()); in testIsCredentialsUpdateSuggestedDefaultImpl()
DAccountManagerUnaffiliatedAuthenticatorTests.java275 Account[] accounts = future.getResult(); in testGetAccountsByTypeAndFeatures()
305 Bundle result = future.getResult(); in testStartAddAccountSession()
336 Bundle result = future.getResult(); in testStartUpdateCredentialsSession()
377 Bundle result = future.getResult(); in testDefaultFinishSessiontWithStartAddAccountSessionImpl()
392 future.getResult(); in testDefaultFinishSessiontWithStartAddAccountSessionImpl()
427 Bundle result = future.getResult(); in testDefaultFinishSessionWithCustomStartUpdateCredentialsSessionImpl()
442 future.getResult(); in testDefaultFinishSessionWithCustomStartUpdateCredentialsSessionImpl()
DAccountManagerTest.java328 Bundle resultBundle = futureBundle.getResult(); in addAccount()
339 Account renamedAccount = futureAccount.getResult(); in renameAccount()
351 Boolean resultBoolean = futureBoolean.getResult(); in removeAccount()
365 Bundle resultBundle = futureBundle.getResult(); in removeAccountWithIntentLaunch()
379 Bundle resultBundle = futureBundle.getResult(); in removeAccount()
406 Bundle resultBundle = futureBundle.getResult(); in getAuthTokenByFeature()
510 futureBundle.getResult(); in testAddAccountWithNoAuthenticator()
527 resultBundle = bundleFuture.getResult(); in testAddAccountWithCallbackAndHandler()
1036 Account[] accounts = futureAccounts.getResult(); in testGetAccountsByTypeAndFeatures()
1046 accounts = futureAccounts.getResult(); in testGetAccountsByTypeAndFeatures()
[all …]
/cts/libs/vogar-expect/src/vogar/
DExpectation.java78 public Result getResult() { in getResult() method in Expectation
98 return patternMatches(outcome) && (bugIsOpen || result == outcome.getResult()); in matches()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
DClientTest.java298 final TestResult testResult = getResult(); in testStartNormal()
312 final TestResult testResult = getResult(); in testStartNormal()
327 final TestResult testResult = getResult(); in testStartNormal()
362 final TestResult testResult = getResult(); in testStartEphemeral()
373 final TestResult testResult = getResult(); in testStartEphemeral()
386 final TestResult testResult = getResult(); in testStartEphemeral()
398 final TestResult testResult = getResult(); in testStartEphemeral()
417 private TestResult getResult() { in getResult() method in ClientTest
/cts/tests/tests/provider/src/android/provider/cts/
DGetResultActivity.java64 public Result getResult() { in getResult() method in GetResultActivity
77 public Result getResult(long timeout, TimeUnit unit) { in getResult() method in GetResultActivity
DMediaStoreUiTest.java195 Result result = mActivity.getResult(15, TimeUnit.SECONDS); in testImageCapture()
209 result = mActivity.getResult(15, TimeUnit.SECONDS); in testImageCapture()
221 result = mActivity.getResult(15, TimeUnit.SECONDS); in testImageCapture()
301 final Result result = mActivity.getResult(); in acquireAccess()
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java154 final Result result = mActivity.getResult(); in testOpenSimple()
181 final Result result = mActivity.getResult(); in testOpenVirtual()
221 final Result result = mActivity.getResult(); in testCreateNew()
255 final Result result = mActivity.getResult(); in testCreateExisting()
275 final Result result = mActivity.getResult(); in testTree()
351 final Result result = mActivity.getResult(); in testGetContent()
375 final Result result = mActivity.getResult(); in testTransferDocument()
482 final Result result = mActivity.getResult(); in testFindDocumentPathInScopedAccess()
580 final Result result = mActivity.getResult(); in testCreateWebLink()
603 final Result webLinkResult = mActivity.getResult(); in testCreateWebLink()
DDocumentsClientTestCase.java144 final Result result = mActivity.getResult(); in assertActivityFailed()
151 final Result result = mActivity.getResult(); in assertActivitySucceeded()
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DSequenceMatcher.java73 MatchResult<E> getResult() { in getResult() method in SequenceMatcher.SequenceAccumulator
138 SequenceAccumulator::getResult); in of() field in SequenceMatcher.SequenceAccumulator
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDpcAllowedAccountManagementTest.java98 null, null, null, null, null, null).getResult(); in testAccountManagementDisabled_profileAndDeviceOwnerCanAddAccount()
114 null, null, null, null, null, null).getResult(); in testUserRestriction_profileAndDeviceOwnerCanAddAccount()
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
DIntentSenderActivity.java68 public Intent getResult(Intent intent) throws Exception { in getResult() method in IntentSenderActivity
95 return getResult(intent); in getCrossProfileResult()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DRetryFilterHelper.java103 String oldBuildFingerprint = new LightInvocationResult(getResult()).getBuildFingerprint(); in validateBuildFingerprint()
146 IInvocationResult result = new LightInvocationResult(getResult()); in setCommandLineOptionsFor()
165 public IInvocationResult getResult() { in getResult() method in RetryFilterHelper
218 retryPlanCreator.setResult(getResult()); in populateFiltersBySubPlan()
/cts/common/util/src/com/android/compatibility/common/util/
DICaseResult.java41 ITestResult getResult(String testName); in getResult() method
DIModuleResult.java135 ICaseResult getResult(String caseName); in getResult() method
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DIntegrationTest.java213 IInvocationResult result = mReporter.getResult(); in testSingleModuleRun()
316 IInvocationResult result = mReporter.getResult(); in testSingleModuleRun_incomplete()
345 IInvocationResult result = mReporter.getResult(); in testSingleModuleRun_completeAfterInternalRetry()
385 IInvocationResult result = mReporter.getResult(); in testSingleModuleRun_incomplete_rerun_incomplete()
413 result = mReporter.getResult(); in testSingleModuleRun_incomplete_rerun_incomplete()
453 IInvocationResult result = mReporter.getResult(); in testSingleModuleRun_incomplete_rerun_complete()
487 result = mReporter.getResult(); in testSingleModuleRun_incomplete_rerun_complete()
590 IInvocationResult result = mReporter.getResult(); in testSingleModuleRun_sharded()
640 IInvocationResult result = mReporter.getResult(); in testSingleModuleRun_sharded_incomplete()
692 IInvocationResult result = mReporter.getResult(); in testSingleModuleRun_sharded_getTestShard()
/cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/src/com/android/cts/devicepolicy/accountcheck/
DAccountCheckTest.java66 ).getResult(); in addAccount()
165 return am.hasFeatures(account, features, null, null).getResult(); in hasAccountFeatures()
/cts/tests/tests/content/src/android/content/cts/
DAsyncQueryHandlerTest.java121 assertEquals(DummyProvider.CONTENT_URI, (Uri) mAsyncHandler.getResult()); in testStartInsert()
154 Cursor cursor = (Cursor) mAsyncHandler.getResult(); in testStartQuery()
195 assertEquals(1, ((Integer) mAsyncHandler.getResult()).intValue()); in testStartUpdate()
235 assertEquals(1, ((Integer) mAsyncHandler.getResult()).intValue()); in testStartDelete()
431 public Object getResult() { in getResult() method in AsyncQueryHandlerTest.MockAsyncQueryHandler
/cts/hostsidetests/theme/
Drun_theme_capture_device.py68 def getResult(self): member in executeParallel.ParallelExecutor
79 result += t.getResult()
/cts/tools/utils/
DVogarUtils.java56 if (expectation.getResult() == Result.SUCCESS) { in isVogarKnownFailure()
63 return expectation.getResult() != Result.SUCCESS && !foundAbi; in isVogarKnownFailure()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DMyActivity.java46 public Integer getResult(int timeoutMs) throws InterruptedException { in getResult() method in MyActivity
/cts/tests/app/app/src/android/app/stubs/
DActivityManagerMemoryClassLaunchActivity.java67 public int getResult() throws InterruptedException { in getResult() method in ActivityManagerMemoryClassLaunchActivity

123