Home
last modified time | relevance | path

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

12345678910>>...47

/cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/
DDeviceConfigApiTests.java124 String result = DeviceConfig.getProperty(EMPTY_NAMESPACE, KEY1); in getProperty_empty() local
135 String result = DeviceConfig.getProperty(NAMESPACE1, KEY1); in setAndGetProperty_sameNamespace() local
147 String result = DeviceConfig.getProperty(NAMESPACE2, KEY1); in setAndGetProperty_differentNamespace() local
158 String result = DeviceConfig.getProperty(NAMESPACE1, KEY1); in setAndGetProperty_multipleNamespaces() local
173 String result = DeviceConfig.getProperty(NAMESPACE1, KEY1); in setAndGetProperty_overrideValue() local
183 final String result = DeviceConfig.getString(NAMESPACE1, KEY1, DEFAULT_VALUE); in getString_empty() local
193 final String result = DeviceConfig.getString(NAMESPACE1, KEY1, null); in getString_nullDefault() local
205 final String result = DeviceConfig.getString(NAMESPACE1, KEY1, DEFAULT_VALUE); in getString_nonEmpty() local
305 final int result = DeviceConfig.getInt(NAMESPACE1, KEY1, DEFAULT_INT); in getInt_empty() local
318 final int result = DeviceConfig.getInt(NAMESPACE1, KEY1, DEFAULT_INT); in getInt_valid() local
[all …]
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DDirectActionsActivity.java75 final Bundle result = new Bundle(); in onResume() local
119 final Bundle result = new Bundle(); in detectDestroyedInteractor() local
137 final Bundle result = new Bundle(); in invalidateDirectActions() local
145 final Bundle result = new Bundle(); in doFinish() local
152 final Bundle result = new Bundle(); in reportActionPerformed() local
160 final Bundle result = new Bundle(); in reportActionCancelled() local
168 final Bundle result = new Bundle(); in reportActionExecuting() local
/cts/tests/tests/view/src/android/view/textclassifier/cts/
DTextClassifierEventTest.java45 TextClassifierEvent.TextSelectionEvent result = in testTextSelectionEvent_minimal() local
56 TextClassifierEvent.TextSelectionEvent result = in testTextSelectionEvent_full() local
67 TextClassifierEvent.TextLinkifyEvent result = in testTextLinkifyEvent_minimal() local
78 TextClassifierEvent.TextLinkifyEvent result = in testTextLinkifyEvent_full() local
90 TextClassifierEvent.ConversationActionsEvent result = in testConversationActionsEvent_minimal() local
102 TextClassifierEvent.ConversationActionsEvent result = in testConversationActionsEvent_full() local
114 TextClassifierEvent.LanguageDetectionEvent result = in testLanguageDetectionEvent_minimal() local
126 TextClassifierEvent.LanguageDetectionEvent result = in testLanguageDetectionEvent_full() 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.java173 View result = mSimpleAdapter.getView(0, null, mAdapterHost); in testGetView() local
210 View result = mSimpleAdapter.getView(0, null, mAdapterHost); in testGetViewIndexTooLow() local
217 View result = mSimpleAdapter.getView(0, null, mAdapterHost); in testGetViewIndexTooHigh() local
225 View result = mSimpleAdapter.getDropDownView(0, null, mAdapterHost); in testSetDropDownViewResource() local
248 View result = mSimpleAdapter.getDropDownView(0, null, mAdapterHost); in testGetDropDownView() local
285 View result = mSimpleAdapter.getDropDownView(0, null, mAdapterHost); in testGetDropDownViewIndexTooLow() local
292 View result = mSimpleAdapter.getDropDownView(0, null, mAdapterHost); in testGetDropDownViewIndexTooHigh() local
/cts/tests/tests/provider/src/android/provider/cts/
DFontsContractTest.java186 FontFamilyResult result = FontsContract.fetchFonts( in querySingleFont() local
203 FontFamilyResult result = FontsContract.fetchFonts( in queryMultipleFont() local
221 FontFamilyResult result = FontsContract.fetchFonts( in queryAttributes() local
251 FontFamilyResult result = FontsContract.fetchFonts( in queryNotFound() local
267 FontFamilyResult result = FontsContract.fetchFonts( in queryUnavailable() local
283 FontFamilyResult result = FontsContract.fetchFonts( in queryMalformed() local
299 FontFamilyResult result = FontsContract.fetchFonts( in queryMultipleOneNotFound() local
317 FontFamilyResult result = FontsContract.fetchFonts( in queryMandatoryFieldsOnly() local
342 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/tests/core/runner-axt/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/expect/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/voiceinteraction/src/android/voiceinteraction/cts/
DDirectActionsTest.java67 final Bundle result = mSessionControl.performDirectAction(action, in testPerformDirectAction() local
92 final Bundle result = mSessionControl.performDirectActionAndCancel(action, in testCancelPerformedDirectAction() local
173 final Bundle result = executeCommand(Utils.DIRECT_ACTIONS_SESSION_CMD_GET_ACTIONS, in getDirectActions() local
194 final Bundle result = executeCommand( in detectDirectActionsInvalidated() local
205 final Bundle result = new Bundle(); in executeCommand() local
274 final Bundle result = executeRemoteCommand( in detectInteractorDestroyed() local
294 final Bundle result = new Bundle(); in executeRemoteCommand() local
349 private void assertActionSucceeded(@NonNull Bundle result) { in assertActionSucceeded()
356 private void assertActionCancelled(@NonNull Bundle result) { in assertActionCancelled()
/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/current/src/android/telephony/cts/
DSmsMessageTest.java106 int[] result = SmsMessage.calculateLength(sms.getMessageBody(), true); in testCreateFromPdu() local
109 assertEquals(sms.getMessageBody().length(), result[1]); in testCreateFromPdu() local
110 assertRemaining(sms.getMessageBody().length(), result[2], SmsMessage.MAX_USER_DATA_SEPTETS); in testCreateFromPdu() local
142 assertEquals(sms.getMessageBody().length(), result[1]); in testCreateFromPdu() local
143 assertRemaining(sms.getMessageBody().length(), result[2], SmsMessage.MAX_USER_DATA_SEPTETS); in testCreateFromPdu() local
154 assertEquals(sms.getMessageBody().length(), result[1]); in testCreateFromPdu() local
155 assertRemaining(sms.getMessageBody().length(), result[2], SmsMessage.MAX_USER_DATA_SEPTETS); in testCreateFromPdu() local
319 int[] result = SmsMessage.calculateLength(LONG_TEXT_WITH_32BIT_CHARS, false); in testCalculateLength() local
322 assertEquals(LONG_TEXT_WITH_32BIT_CHARS.length(), result[1]); in testCalculateLength() local
334 assertRemaining(LONG_TEXT_WITH_32BIT_CHARS.length(), result[2], in testCalculateLength() local
[all …]
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/
DUsePermissionTest23.java108 BasePermissionActivity.Result result = requestPermissions(new String[] { in testInteractiveGrant() local
150 BasePermissionActivity.Result result = requestPermissions(permissions, in testRuntimeGroupGrantSpecificity() local
184 BasePermissionActivity.Result result = requestPermissions(permissions, in testRuntimeGroupGrantExpansion() local
214 BasePermissionActivity.Result result = requestPermissions(permissions, in testCancelledPermissionRequest() local
420 BasePermissionActivity.Result result = requestPermissions(permissions, in testRequestNonRuntimePermission() local
437 BasePermissionActivity.Result result = requestPermissions(permissions, in testRequestNonExistentPermission() local
459 BasePermissionActivity.Result result = requestPermissions(permissions, in testRequestPermissionFromTwoGroups() local
573 BasePermissionActivity.Result result = requestPermissions(permissions, in testNullPermissionRequest() local
598 BasePermissionActivity.Result result = requestPermissions(permissions, in testNullAndRealPermission() local
628 BasePermissionActivity.Result result = requestPermissions(permissions, in testInvalidPermission() local
/cts/tests/app/src/android/app/cts/android/app/cts/tools/
DServiceProcessController.java109 String result = SystemUtil.runShellCommand(mInstrumentation, cmd); in denyBackgroundOp() local
118 String result = SystemUtil.runShellCommand(mInstrumentation, cmd); in allowBackgroundOp() local
124 String result = SystemUtil.runShellCommand(mInstrumentation, cmd); in denyAnyInBackgroundOp() local
129 String result = SystemUtil.runShellCommand(mInstrumentation, cmd); in allowAnyInBackgroundOp() local
134 String result = SystemUtil.runShellCommand(mInstrumentation, cmd); in makeUidIdle() local
139 String result = SystemUtil.runShellCommand(mInstrumentation, cmd); in removeFromWhitelist() local
144 String result = SystemUtil.runShellCommand(mInstrumentation, cmd); in addToWhitelist() local
149 String result = SystemUtil.runShellCommand(mInstrumentation, cmd); in tempWhitelist() 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/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-axt/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/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/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java169 final Result result = mActivity.getResult(); in testOpenSimple() local
196 final Result result = mActivity.getResult(); in testOpenVirtual() local
236 final Result result = mActivity.getResult(); in testCreateNew() local
270 final Result result = mActivity.getResult(); in testCreateExisting() local
292 final Result result = mActivity.getResult(); in testTree() local
370 Result result = mActivity.getResult(); in testGetContent_rootsShowing() local
409 final Result result = mActivity.getResult(); in testGetContent_returnsResultToCallingActivity() local
439 final Result result = mActivity.getResult(); in testTransferDocument() local
548 final Result result = mActivity.getResult(); in testFindDocumentPathInScopedAccess() local
662 final Result result = mActivity.getResult(); in testCreateWebLink() local

12345678910>>...47