Home
last modified time | relevance | path

Searched defs:data (Results 1 – 25 of 618) sorted by relevance

12345678910>>...25

/cts/tests/tests/opengl/libopengltest/
Dgl2_jni_libone.cpp54 Data data = attachShaderOne(); in Java_android_opengl_cts_GL2JniLibOne_init() local
60 Data data = attachShaderTwo(); in Java_android_opengl_cts_GL2JniLibOne_init() local
64 Data data = attachShaderThree(); in Java_android_opengl_cts_GL2JniLibOne_init() local
68 Data data = attachShaderFour(); in Java_android_opengl_cts_GL2JniLibOne_init() local
74 Data data = attachShaderFive(); in Java_android_opengl_cts_GL2JniLibOne_init() local
78 Data data = attachShaderSix(); in Java_android_opengl_cts_GL2JniLibOne_init() local
82 Data data = attachShaderSeven(); in Java_android_opengl_cts_GL2JniLibOne_init() local
86 Data data = attachShaderEight(); in Java_android_opengl_cts_GL2JniLibOne_init() local
90 Data data = attachShaderNine(); in Java_android_opengl_cts_GL2JniLibOne_init() local
94 Data data = attachShaderTen(); in Java_android_opengl_cts_GL2JniLibOne_init() local
[all …]
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsStreamMediaProfileTest.java42 ImsStreamMediaProfile data = new ImsStreamMediaProfile( in testParcelUnparcel() local
65 ImsStreamMediaProfile data = new ImsStreamMediaProfile( in testParcelUnparcelForAudioCodecAttributes() local
102 ImsStreamMediaProfile data = new ImsStreamMediaProfile( in testCopyFrom() local
124 ImsStreamMediaProfile data = new ImsStreamMediaProfile( in testSetRttMode() local
141 ImsStreamMediaProfile data = new ImsStreamMediaProfile( in testReceivingRttAudio() local
156 ImsStreamMediaProfile data = (ImsStreamMediaProfile) dataObj; in parcelUnparcel() local
DImsSsDataTest.java52 ImsSsData data = new ImsSsData(serviceType, requestType, teleserviceType, serviceClass, in testParcelUnparcel() local
70 ImsSsData data = new ImsSsData(serviceType, ImsSsData.SS_DEACTIVATION, in testServiceTypeCF() local
85 ImsSsData data = new ImsSsData(serviceType, ImsSsData.SS_DEACTIVATION, in testServiceTypeCW() local
99 ImsSsData data = new ImsSsData(serviceType, ImsSsData.SS_DEACTIVATION, in testServiceTypeColr() local
113 ImsSsData data = new ImsSsData(serviceType, ImsSsData.SS_DEACTIVATION, in testServiceTypeColp() local
127 ImsSsData data = new ImsSsData(serviceType, ImsSsData.SS_DEACTIVATION, in testServiceTypeClir() local
141 ImsSsData data = new ImsSsData(serviceType, ImsSsData.SS_DEACTIVATION, in testServiceTypeIcb() local
155 ImsSsData data = new ImsSsData(serviceType, ImsSsData.SS_DEACTIVATION, in testServiceTypeIcbAnon() local
169 ImsSsData data = new ImsSsData(serviceType, ImsSsData.SS_DEACTIVATION, in testServiceTypeBarring() local
222 ImsSsData data = new ImsSsData(ImsSsData.SS_CFU, ImsSsData.SS_INTERROGATION, in testRequestTypeInterrogation() local
[all …]
DImsCallProfileTest.java63 ImsCallProfile data = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in testParcelUnparcel() local
124 ImsCallProfile data = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in testProprietaryExtrasNullCallExtras() local
145 ImsCallProfile data = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in testProprietaryExtrasEmptyExtras() local
163 ImsCallProfile data = new ImsCallProfile(); in testCallExtras() local
186 ImsCallProfile data = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in testUpdateCallType() local
199 ImsCallProfile data = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in testUpdateCallExtras() local
215 ImsCallProfile data = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in testUpdateMediaProfile() local
297 ImsCallProfile data = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in testIsVideoPaused() local
318 ImsCallProfile data = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in testIsVideoCall() local
334 ImsCallProfile data = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in testParcelUnparcelExtraNetworkType() local
[all …]
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/vibrator/
DVibratorStatsTests.java79 List<EventMetricData> data = runVibratorDeviceTests( in testVibratorStateChanged() local
92 List<EventMetricData> data = runVibratorDeviceTests( in testVibrationReportedSingleVibration() local
104 List<EventMetricData> data = runVibratorDeviceTests( in testVibrationReportedRepeatedVibration() local
116 List<EventMetricData> data = runVibratorDeviceTests( in testVibrationReportedComposedVibration() local
132 List<EventMetricData> data = runVibratorDeviceTests( in testVibrationReportedPredefinedVibration() local
159 int expectedTimeBetweenStates, List<EventMetricData> data, in assertValuesOccurredInOrder()
163 data, expectedTimeBetweenStates, valueFromAtomFn); in assertValuesOccurredInOrder() local
167 List<EventMetricData> data, Function<Atom, Integer> valueFromAtomFn) { in assertSingleValueOccurred()
170 data, /* wait= */ 0, valueFromAtomFn); in assertSingleValueOccurred() local
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DAdvertiseDataTest.java66 AdvertiseData data = mAdvertiseDataBuilder.build(); in emptyData() local
84 AdvertiseData data = mAdvertiseDataBuilder.setIncludeDeviceName(true).build(); in emptyServiceUuid() local
101 AdvertiseData data = in emptyManufacturerData() local
119 AdvertiseData data = in emptyServiceData() local
138 AdvertiseData data = in serviceUuid() local
161 AdvertiseData data = in serviceSolicitationUuids() local
184 AdvertiseData data = in manufacturerData() local
206 AdvertiseData data = in serviceData() local
227 AdvertiseData data = in transportDiscoveryData() local
258 AdvertiseData data = mAdvertiseDataBuilder.setIncludeTxPowerLevel(true).build(); in includeTxPower() local
[all …]
DTransportDiscoveryDataTest.java62 TransportDiscoveryData data = new TransportDiscoveryData(1, transportBlocks); in initList() local
75 TransportDiscoveryData data = new TransportDiscoveryData(new byte[] { in initByteArray() local
89 TransportDiscoveryData data = new TransportDiscoveryData(new byte[] { in getValues() local
108 TransportDiscoveryData data = new TransportDiscoveryData(new byte[] { in totalBytes() local
124 TransportDiscoveryData data = new TransportDiscoveryData(new byte[] { in toByteArray() local
DTransportBlockTest.java59 TransportBlock data = new TransportBlock(1, 0, 2, new byte[] { in init() local
73 TransportBlock data = new TransportBlock(1, 0, 0, null); in initEmpty() local
86 TransportBlock data = new TransportBlock(1, 0, 2, new byte[] { in totalBytes() local
102 TransportBlock data = new TransportBlock(1, 3, 2, new byte[] { in getValues() local
123 TransportBlock data = new TransportBlock(1, 0, 2, new byte[] { in toByteArray() local
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/voiceinteraction/
DHotwordDetectorKeyphraseTriggeredStatsTest.java120 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testLogHotwordDetectorKeyphraseTriggeredDspDetected() local
144 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testLogHotwordDetectorKeyphraseTriggeredSoftwareDetectorDetected() local
166 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testLogHotwordDetectorKeyphraseTriggeredDspDetectorUnexpectedDetected() local
197 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testLogHotwordDetectorKeyphraseTriggeredSoftwareDetectorUnexpectedDetected() local
226 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testLogHotwordDetectorKeyphraseTriggeredDspDetectorUnexpectedRejected() local
253 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testLogHotwordDetectorKeyphraseTriggeredDspRejected() local
274 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testLogHotwordDetectorKeyphraseTriggeredDspDetectTimeout() local
295 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testLogHotwordDetectorKeyphraseTriggeredDspDetectorServiceCrash() local
317 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testLogHotwordDetectorKeyphraseTriggeredSoftwareDetectorServiceCrash() local
339 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testLogHotwordDetectorKeyphraseTriggeredDspDetectedSecurityException() local
[all …]
DHotwordDetectorEventsStatsTest.java111 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testLogHotwordDetectorEventsForDspDetection() local
137 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testLogHotwordDetectorEventsConnectedAppUpdateState() local
166 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testLogHotwordDetectorEventsForExternalDetection() local
197 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testLogHotwordDetectorEventsForSoftwareDetection() local
228 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testLogHotwordDetectorEventsSoftwareConnectedAppUpdateState() local
261 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testLogHotwordDetectorEventsForDspDetectorExternalDetectionSecurityException() local
294 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testLogHotwordDetectorEventsForSoftwareDetectorExternalDetectionSecurityException() local
328 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testLogHotwordDetectorEventsForDspDetectorExternalDetectionRejected() local
358 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testLogHotwordDetectorEventsForSoftwareDetectorExternalDetectionRejected() local
383 List<StatsLog.EventMetricData> data = new ArrayList<>(); in filterTestAppMetrics() local
DHotwordAudioEgressEventReportedStatsTest.java112 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testDspStartedAndEnded() local
135 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testDspEmptyAudiostreamList() local
156 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testDspIllegalCopyBufferSize() local
181 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testSoftwareDetectorStartedAndEnded() local
204 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testSoftwareDetectorEmptyAudiostreamList() local
225 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testSoftwareDetectorIllegalCopyBufferSize() local
251 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testExternalSourceStartedAndEnded() local
274 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testExternalSourceEmptyAudiostreamList() local
295 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testExternalSourceIllegalCopyBufferSize() local
325 List<StatsLog.EventMetricData> data = new ArrayList<>(); in filterTestAppMetrics() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUtil.java24 public static double mean(double[] data) { in mean()
32 public static double std(double[] data) { in std()
40 public static double median(double[] data) { in median()
50 public static Complex[] padZeros(Complex[] data, int length) { in padZeros()
86 public static double[] toDouble(short[] data) { in toDouble()
97 public static Complex[] toComplex(double[] data) { in toComplex()
116 public static int findMaxIndex(double[] data) { in findMaxIndex()
123 public static int findMaxIndex(double[] data, int startIndex, int endIndex) { in findMaxIndex()
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DInstallAppMetadataTest.kt98 val data = createAppMetadata() in installViaSessionWithAppMetadataInApk() constant
106 val data = createAppMetadata() in updateWithMultipleSource() constant
116 val data = createAppMetadata() in installViaSessionWithAppMetadata() constant
143 val data = createAppMetadata() in installViaSessionWithOnlyAppMetadata() constant
154 val data = createAppMetadata() in resetAppMetadataInSession() constant
170 val data = createAppMetadata() in readAppMetadataFileShouldFail() constant
186 val data = pm.getAppMetadata(TEST_APK_PACKAGE_NAME) in installApk() constant
240 val data = pm.getAppMetadata(TEST_APK_PACKAGE_NAME) in assertAppMetadata() constant
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/users/
DUserLifecycleEventStatsTests.java40 List<EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testCreateGuestUser() local
49 List<EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testRemoveGuestUser() local
66 List<EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testCreateFullUser() local
75 List<EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testRemoveFullUser() local
88 protected UserLifecycleEventOccurred getAtom(EventMetricData data) { in getAtom()
92 protected void assertExpectedEvents(List<EventMetricData> data, int userId, String eventName) { in assertExpectedEvents()
DUserLifecycleJourneyStatsTests.java36 protected UserLifecycleJourneyReported getAtom(EventMetricData data) { in getAtom()
44 List<EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testCreateGuestUser() local
54 List<EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testRemoveGuestUser() local
73 List<EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testCreateFullUser() local
83 List<EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testRemoveFullUser() local
98 protected void assertExpectedEvents(List<EventMetricData> data, int originalId, int targetId, in assertExpectedEvents()
/cts/hostsidetests/media/src/android/media/metrics/cts/
DMediaMetricsAtomTests.java109 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testPlaybackStateEvent_default() local
128 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testPlaybackStateEvent() local
149 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testBundleSessionPlaybackStateEvent() local
169 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testPlaybackErrorEvent_default() local
193 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testPlaybackErrorEvent() local
218 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testTrackChangeEvent_default() local
249 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testTrackChangeEvent_text() local
278 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testTrackChangeEvent_audio() local
309 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testTrackChangeEvent_video() local
341 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testNetworkEvent_default() local
[all …]
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
DDevicePolicyEventLogVerifier.java53 final List<EventMetricData> data = logVerifier.getEventMetricDataList(); in assertMetricsLogged() local
76 final List<EventMetricData> data = logVerifier.getEventMetricDataList(); in assertMetricsNotLogged() local
85 private static void assertExpectedMetricLogged(List<EventMetricData> data, in assertExpectedMetricLogged()
91 private static void assertExpectedMetricNotLogged(List<EventMetricData> data, in assertExpectedMetricNotLogged()
97 private static boolean isExpectedMetricLogged(List<EventMetricData> data, in isExpectedMetricLogged()
/cts/tests/credentials/src/android/credentials/cts/unittests/
DClearCredentialStateRequestTest.java48 final Bundle data = new Bundle(); in testConstructor() local
54 assertEquals(req.getData(), data); in testConstructor() local
59 final Bundle data = new Bundle(); in testWriteToParcel() local
DCreateCredentialResponseTest.java48 final Bundle data = new Bundle(); in testConstructor() local
54 assertEquals(response.getData(), data); in testConstructor() local
59 final Bundle data = new Bundle(); in testWriteToParcel() local
DGetCredentialResponseTest.java47 final Bundle data = new Bundle(); in testConstructor() local
54 TestUtils.assertEquals(response.getCredential().getData(), data); in testConstructor() local
59 final Bundle data = new Bundle(); in testWriteToParcel() local
DCredentialTest.java51 final Bundle data = new Bundle(); in testConstructor() local
56 TestUtils.assertEquals(cred.getData(), data); in testConstructor() local
80 final Bundle data = new Bundle(); in testWriteToParcel() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0318/
Dpoc.cpp34 Parcel data, reply; in poc() local
46 Parcel data, reply; in poc() local
60 Parcel data, reply; in poc() local
68 Parcel data, reply; in poc() local
95 Parcel data, reply; in get_sensor_list() local
/cts/tests/backup/app/src/android/backup/app/
DFullBackupBackupAgent.java42 public void onBackup(ParcelFileDescriptor oldState, BackupDataOutput data, in onBackup()
48 public void onRestore(BackupDataInput data, int appVersionCode, in onRestore()
54 public void onRestoreFile(ParcelFileDescriptor data, long size, in onRestoreFile()
61 public void onFullBackup(FullBackupDataOutput data) throws IOException { in onFullBackup()
/cts/tests/tests/util/src/android/util/cts/
DSparseArrayTest.java322 private final String data; field in SparseArrayTest.TestData
324 private TestData(@NonNull String data) { in TestData()
344 private final String data; field in SparseArrayTest.TestData2
346 private TestData2(@NonNull String data) { in TestData2()
366 private final String data; field in SparseArrayTest.TestDataCustomEquals
368 private TestDataCustomEquals(@NonNull String data) { in TestDataCustomEquals()
392 private final String data; field in SparseArrayTest.TestDataCustomEquals2
394 private TestDataCustomEquals2(@NonNull String data) { in TestDataCustomEquals2()
418 private SubTestData(@NonNull String data) { in SubTestData()
/cts/tests/tests/gameservice/src/android/service/games/testing/
DGetResultActivity.java29 public final Intent data; field in GetResultActivity.Result
31 public Result(int requestCode, int resultCode, Intent data) { in Result()
40 protected void onActivityResult(int requestCode, int resultCode, Intent data) { in onActivityResult()

12345678910>>...25