Home
last modified time | relevance | path

Searched defs:result (Results 1 – 25 of 1050) sorted by relevance

12345678910>>...42

/cts/tools/testng/src/com/android/cts/testng/
DSingleTestNGTestRunListener.java43 public void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult result) { in onTestFailedButWithinSuccessPercentage()
48 public void onTestFailure(org.testng.ITestResult result) { in onTestFailure()
60 public void onTestSkipped(org.testng.ITestResult result) { in onTestSkipped()
66 public void onTestStart(org.testng.ITestResult result) { in onTestStart()
72 public void onTestSuccess(org.testng.ITestResult result) { in onTestSuccess()
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/
DUsePermissionTest23.java104 BasePermissionActivity.Result result = requestPermissions(new String[] { in testInteractiveGrant() local
148 BasePermissionActivity.Result result = requestPermissions(permissions, in testRuntimeGroupGrantSpecificity() local
182 BasePermissionActivity.Result result = requestPermissions(permissions, in testRuntimeGroupGrantExpansion() local
212 BasePermissionActivity.Result result = requestPermissions(permissions, in testCancelledPermissionRequest() local
418 BasePermissionActivity.Result result = requestPermissions(permissions, in testRequestNonRuntimePermission() local
435 BasePermissionActivity.Result result = requestPermissions(permissions, in testRequestNonExistentPermission() local
457 BasePermissionActivity.Result result = requestPermissions(permissions, in testRequestPermissionFromTwoGroups() local
560 BasePermissionActivity.Result result = requestPermissions(permissions, in testNullPermissionRequest() local
585 BasePermissionActivity.Result result = requestPermissions(permissions, in testNullAndRealPermission() local
615 BasePermissionActivity.Result result = requestPermissions(permissions, in testInvalidPermission() local
/cts/tests/tests/media/libndkaudio/
DAudioRecorder.cpp92 SLresult result; in Open() local
162 SLresult result; in RealizeRecorder() local
202 SLresult result; in RealizeRoutingProxy() local
210 SLresult result; in Start() local
229 SLresult result; in Stop() local
234 SLresult result; in enqueBuffer() local
DAudioPlayer.cpp54 SLresult result; in OpenSLEngine() local
133 SLresult result; in Open() local
202 SLresult result; in RealizePlayer() local
237 SLresult result; in RealizeRoutingProxy() local
255 SLresult result = (*bqPlayerPlay_)->SetPlayState(bqPlayerPlay_, in Start() local
/cts/tests/tests/widget/src/android/widget/cts/
DSimpleAdapterTest.java172 View result = mSimpleAdapter.getView(0, null, mAdapterHost); in testGetView() local
209 View result = mSimpleAdapter.getView(0, null, mAdapterHost); in testGetViewIndexTooLow() local
216 View result = mSimpleAdapter.getView(0, null, mAdapterHost); in testGetViewIndexTooHigh() local
224 View result = mSimpleAdapter.getDropDownView(0, null, mAdapterHost); in testSetDropDownViewResource() local
247 View result = mSimpleAdapter.getDropDownView(0, null, mAdapterHost); in testGetDropDownView() local
284 View result = mSimpleAdapter.getDropDownView(0, null, mAdapterHost); in testGetDropDownViewIndexTooLow() local
291 View result = mSimpleAdapter.getDropDownView(0, null, mAdapterHost); in testGetDropDownViewIndexTooHigh() local
DRemoteViewsActivityTest.java65 View result = r.apply(mActivity, parent); in testGood() local
92 View result = null; in testDerivedClass() local
121 View result = null; in testWebView() local
/cts/tests/tests/provider/src/android/provider/cts/
DFontsContractTest.java187 FontFamilyResult result = FontsContract.fetchFonts( in querySingleFont() local
204 FontFamilyResult result = FontsContract.fetchFonts( in queryMultipleFont() local
222 FontFamilyResult result = FontsContract.fetchFonts( in queryAttributes() local
252 FontFamilyResult result = FontsContract.fetchFonts( in queryNotFound() local
268 FontFamilyResult result = FontsContract.fetchFonts( in queryUnavailable() local
284 FontFamilyResult result = FontsContract.fetchFonts( in queryMalformed() local
300 FontFamilyResult result = FontsContract.fetchFonts( in queryMultipleOneNotFound() local
318 FontFamilyResult result = FontsContract.fetchFonts( in queryMandatoryFieldsOnly() local
343 FontFamilyResult result = FontsContract.fetchFonts( in restrictContextRejection() local
/cts/tests/core/runner/src/com/android/cts/core/runner/support/
DSingleTestNGTestRunListener.java68 public void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult result) { in onTestFailedButWithinSuccessPercentage()
73 public void onTestFailure(org.testng.ITestResult result) { in onTestFailure()
88 public void onTestSkipped(org.testng.ITestResult result) { in onTestSkipped()
94 public void onTestStart(org.testng.ITestResult result) { in onTestStart()
101 public void onTestSuccess(org.testng.ITestResult result) { in onTestSuccess()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAllowedAccountManagementTest.java92 Bundle result = mAccountManager.addAccount(ACCOUNT_TYPE_1, in testAccountManagementDisabled_profileAndDeviceOwnerCanAddAccount() local
108 Bundle result = mAccountManager.addAccount(ACCOUNT_TYPE_1, in testUserRestriction_profileAndDeviceOwnerCanAddAndRemoveAccount() local
124 Bundle result = mAccountManager.removeAccount(ACCOUNT, null, null, null).getResult(); in testRemoveAccount_noUserRestriction() local
/cts/libs/vogar-expect/src/vogar/util/
DStrings.java44 StringBuilder result = new StringBuilder(); in readStream() local
81 StringBuilder result = new StringBuilder(); in join() local
90 String[] result = new String[objects.length]; in objectsToStrings() local
106 StringBuffer result = new StringBuffer(); in xmlSanitize() local
117 StringBuilder result = new StringBuilder(); in escapeCodePoint() local
/cts/tests/tests/location/src/android/location/cts/asn1/base/
DAsn1UTCTime.java117 Asn1IA5String result = new Asn1IA5String(); in encodeToIA5String() local
152 Asn1IA5String result = new Asn1IA5String(); in decodeBerValue() local
160 Asn1IA5String result = encodeToIA5String(); in encodePerAligned() local
166 Asn1IA5String result = encodeToIA5String(); in encodePerUnaligned() local
177 String result = str.getValue(); in retrieveResult() local
219 Asn1IA5String result = new Asn1IA5String(); in decodePerAligned() local
227 Asn1IA5String result = new Asn1IA5String(); in decodePerUnaligned() local
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestAccountAuthenticator.java74 Bundle result = new Bundle(); in addAccount() local
114 Bundle result = new Bundle(); in confirmCredentials() local
161 Bundle result = new Bundle(); in getAuthToken() local
210 String result = "Label:" + authTokenType; in getAuthTokenLabel() local
225 Bundle result = new Bundle(); in updateCredentials() local
269 Bundle result = new Bundle(); in hasFeatures() local
330 Bundle result = new Bundle(); in startAddAccountSession() local
379 Bundle result = new Bundle(); in startUpdateCredentialsSession() local
395 private void fillDefaultError(Bundle result, Bundle options) { in fillDefaultError()
/cts/tests/tests/telephony/src/android/telephony/cts/
DSmsMessageTest.java95 int[] result = SmsMessage.calculateLength(sms.getMessageBody(), true); in testCreateFromPdu() local
97 assertEquals(sms.getMessageBody().length(), result[1]); in testCreateFromPdu() local
98 assertRemaining(sms.getMessageBody().length(), result[2], SmsMessage.MAX_USER_DATA_SEPTETS); in testCreateFromPdu() local
129 assertEquals(sms.getMessageBody().length(), result[1]); in testCreateFromPdu() local
130 assertRemaining(sms.getMessageBody().length(), result[2], SmsMessage.MAX_USER_DATA_SEPTETS); in testCreateFromPdu() local
140 assertEquals(sms.getMessageBody().length(), result[1]); in testCreateFromPdu() local
141 assertRemaining(sms.getMessageBody().length(), result[2], SmsMessage.MAX_USER_DATA_SEPTETS); in testCreateFromPdu() local
304 int[] result = SmsMessage.calculateLength(LONG_TEXT_WITH_32BIT_CHARS, false); in testCalculateLength() local
306 assertEquals(LONG_TEXT_WITH_32BIT_CHARS.length(), result[1]); in testCalculateLength() local
318 assertRemaining(LONG_TEXT_WITH_32BIT_CHARS.length(), result[2], in testCalculateLength() local
[all …]
/cts/tools/dasm/src/dasm/
DUtils.java37 String[] result = null; in splitRegList() local
87 String result[] = new String[3]; in getClassMethodSignatureFromString() local
124 String result[] = new String[2]; in getClassFieldFromString() local
146 String result[] = new String[2]; in getMethodSignatureFromString() local
/cts/tests/tests/permission2/src/android/permission2/cts/
DPermissionMaxSdkVersionTest.java39 int result = mContext.checkPermission(UNGRANTABLE_PERMISSION, in testMaxSdkInPast() local
52 int result = mContext.checkPermission(GRANTABLE_PERMISSION, in testMaxSdkInFuture() local
/cts/tests/tests/location/src/android/location/cts/psedorange/
DGpsMathOperations.java46 double[] result = new double[firstVector.length]; in subtractTwoVectors() local
65 double result[] = new double[matrix.length]; in matrixByColVectMultiplication() local
90 double result = 0; in dotProduct() local
/cts/tests/tests/view/src/android/view/cts/
DPixelCopyTest.java118 int result = mCopyHelper.request(mSurfaceRule.getSurface(), dest); in testNoSourceData() local
183 int result = mCopyHelper.request(activity.getView(), bitmap); in testGlProducerFullsize() local
196 int result = mCopyHelper.request(activity.getView(), new Rect(0, 0, 50, 50), bitmap); in testGlProducerCropTopLeft() local
206 int result = mCopyHelper.request(activity.getView(), new Rect(25, 25, 75, 75), bitmap); in testGlProducerCropCenter() local
216 int result = mCopyHelper.request(activity.getView(), new Rect(0, 50, 100, 100), bitmap); in testGlProducerCropBottomHalf() local
226 int result = mCopyHelper.request(activity.getView(), new Rect(50, -50, 150, 50), bitmap); in testGlProducerCropClamping() local
238 int result = mCopyHelper.request(activity.getView(), bitmap); in testGlProducerScaling() local
254 int result = mCopyHelper.request(activity.getView(), bitmap); in testReuseBitmap() local
293 int result = mCopyHelper.request(window, src, bitmap); in testWindowProducer() local
308 int result = mCopyHelper.request(window, makeWindowRect(0, 0, 50, 50), bitmap); in testWindowProducerCropTopLeft() local
[all …]
/cts/tests/tests/accounts/src/android/accounts/cts/
DAbstractAuthenticatorTests.java89 Bundle result = future.getResult(); in testStartAddAccountSessionDefaultImpl() local
124 Bundle result = future.getResult(); in testStartUpdateCredentialsSessionDefaultImpl() local
165 Bundle result = future.getResult(); in testFinishSessionAndStartAddAccountSessionDefaultImpl() local
234 Bundle result = future.getResult(); in testFinishSessionAndStartUpdateCredentialsSessionDefaultImpl() local
285 private void validateNullPasswordAndStatusToken(Bundle result) { in validateNullPasswordAndStatusToken()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DAppStandbyUtils.java33 final String result = SystemUtil.runShellCommand( in isAppStandbyEnabled() local
60 final String result = in isAppStandbyEnabledAtRuntime() local
/cts/suite/audio_quality/lib/src/task/
DTaskAsync.cpp44 TaskGeneric::ExecutionResult result = start(); in run() local
60 bool result = true; in parseAttribute() local
DTaskSequential.cpp60 TaskGeneric::ExecutionResult result = child->run(); in run() local
66 TaskGeneric::ExecutionResult result = runAsyncTasksQueued(); in run() local
111 TaskGeneric::ExecutionResult result = child->complete(); in runAsyncTasksQueued() local
/cts/tests/autofillservice/src/android/autofillservice/cts/
DTimeoutTest.java102 final Object result = new Object(); in testRun_successOnFirstAttempt() local
110 final Object result = new Object(); in testRun_successOnSecondAttempt() local
111 when(mJob.call()).thenReturn((Object) null, result); in testRun_successOnSecondAttempt() local
/cts/tests/tests/speech/src/android/speech/tts/cts/
DTextToSpeechServiceTest.java61 int result = in testSynthesizeToFile() local
89 int result = getTts().speak(UTTERANCE, TextToSpeech.QUEUE_FLUSH, createParams("mockspeak")); in testSpeak() local
105 int result = getTts().speak(UTTERANCE, TextToSpeech.QUEUE_ADD, null, in testSpeakStop() local
131 int result = getTts().speak(UTTERANCE, TextToSpeech.QUEUE_ADD, null, "stop"); in testSpeakStopBehindOtherAudioPlayback() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileWidgetPrimaryUserTest.java75 int result = sendMessageToCallbacksService(MSG_PROVIDER_PRESENT, in testHasCrossProfileWidgetProvider_false() local
81 int result = sendMessageToCallbacksService(MSG_PROVIDER_UPDATES, in testHostReceivesWidgetUpdates_false() local
87 int result = sendMessageToCallbacksService(MSG_PROVIDER_PRESENT, in testHasCrossProfileWidgetProvider_true() local
93 int result = sendMessageToCallbacksService(MSG_PROVIDER_UPDATES, in testHostReceivesWidgetUpdates_true() local
114 public int result = 0; field in CrossProfileWidgetPrimaryUserTest.Result
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java154 final Result result = mActivity.getResult(); in testOpenSimple() local
181 final Result result = mActivity.getResult(); in testOpenVirtual() local
221 final Result result = mActivity.getResult(); in testCreateNew() local
255 final Result result = mActivity.getResult(); in testCreateExisting() local
275 final Result result = mActivity.getResult(); in testTree() local
351 final Result result = mActivity.getResult(); in testGetContent() local
375 final Result result = mActivity.getResult(); in testTransferDocument() local
482 final Result result = mActivity.getResult(); in testFindDocumentPathInScopedAccess() local
580 final Result result = mActivity.getResult(); in testCreateWebLink() local

12345678910>>...42