Home
last modified time | relevance | path

Searched defs:results (Results 1 – 25 of 31) sorted by relevance

12

/cts/suite/cts/deviceTests/ui/src/com/android/cts/ui/
DScrollingTest.java61 double[] results = MeasureTime.measure(NUMBER_REPEAT, new MeasureRun() { in testFullScrolling() local
/cts/tests/tests/util/src/android/util/cts/
DRationalTest.java332 Rational results = serializeRoundTrip(badZero); in testSerialize() local
340 Rational results = serializeRoundTrip(badPosInfinity); in testSerialize() local
349 Rational results = serializeRoundTrip(badNegInfinity); in testSerialize() local
357 Rational results = serializeRoundTrip(badReduced); in testSerialize() local
365 Rational results = serializeRoundTrip(badReducedNeg); in testSerialize() local
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothLeScanTest.java219 List<ScanResult> results = batchScanCallback.getBatchScanResults(); in testBatchScan() local
227 private void verifyTimestamp(Collection<ScanResult> results, long scanStartMillis, in verifyTimestamp()
251 public void onBatchScanResults(List<ScanResult> results) { in onBatchScanResults()
DScanCallbackTest.java97 public void onBatchScanResults(List<ScanResult> results) { in onBatchScanResults()
/cts/tests/tests/provider/src/android/provider/cts/
DContactsContract_StatusUpdatesTest.java61 ContentProviderResult[] results = mResolver.applyBatch(ContactsContract.AUTHORITY, ops); in setUp() local
113 ContentProviderResult[] results = mResolver.applyBatch(ContactsContract.AUTHORITY, ops); in insertStatusUpdate() local
DContactsContract_StreamItemsTest.java129 ContentProviderResult[] results = mResolver.applyBatch(ContactsContract.AUTHORITY, ops); in testContentUri() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTestResultRepo.java108 TestResults results = new TestResults(); in getResult() local
/cts/suite/cts/hostTests/uihost/control/src/com/android/cts/taskswitching/control/
DTaskswitchingDeviceTest.java74 double[] results = MeasureTime.measure(NUMBER_REPEAT, new MeasureRun() { in testMeasureTaskSwitching() local
/cts/tests/tests/net/src/android/net/cts/
DDnsTest.java174 ArrayList<String> results = new ArrayList<String>(); in skiptestDnsPerf() local
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
DCtsUiAutomatorTest.java811 UiObject results = new UiObject(new UiSelector().className( in testPinchOut() local
865 UiObject results = new UiObject(new UiSelector().className( in testPinchIn() local
914 UiObject results = new UiObject(new UiSelector().className( in testDragToObject() local
951 UiObject results = new UiObject(new UiSelector().className( in testDragToCoordinates() local
/cts/suite/cts/hostTests/jank/src/com/android/cts/jank/
DCtsHostJankTest.java117 HashMap<String, Double> results = new HashMap<String, Double>(4); in runUiAutomatorTest() local
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dbase.js241 this.results = []; property
/cts/suite/cts/deviceTests/tvproviderperf/src/com/android/cts/tvproviderperf/
DTvProviderPerfTest.java216 ContentProviderResult[] results = in testPrograms() local
/cts/tests/tests/widget/src/android/widget/cts/
DFilterTest.java180 protected void publishResults(CharSequence constraint, FilterResults results) { in publishResults()
DAutoCompleteTextViewTest.java815 protected void publishResults(CharSequence constraint, FilterResults results) { in publishResults()
DHeaderViewListAdapterTest.java504 protected void publishResults(CharSequence constraint, Filter.FilterResults results) { in publishResults()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/
DSuidFilesActivity.java247 protected void onPostExecute(Set<File> results) { in onPostExecute()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioFrequencyLineActivity.java376 private void computeResultsForVector(VectorAverage freqAverage,Results results) { in computeResultsForVector()
450 private void recordTestResults(Results results) { in recordTestResults()
DAudioFrequencySpeakerActivity.java423 private void computeResultsForVector(VectorAverage freqAverage,Results results, boolean isBase, in computeResultsForVector()
499 private void recordTestResults(Results results) { in recordTestResults()
DAudioFrequencyMicActivity.java542 private boolean computeResultsForVector(VectorAverage freqAverage, Results results, in computeResultsForVector()
615 private void recordTestResults(Results results) { in recordTestResults()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListAdapter.java212 Map<String, Integer> results, in RefreshResult()
233 Map<String, Integer> results = new HashMap<String, Integer>(); in getRefreshResults() local
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DReprocessCaptureTest.java1217 TotalCaptureResult[] results = new TotalCaptureResult[isReprocessCaptures.length]; in doMixedReprocessBurstCapture() local
1336 TotalCaptureResult[] results; in submitMixedCaptureBurstRequest() local
DPerformanceTest.java447 CaptureResult[] results = new CaptureResult[timestampGap.length]; in reprocessingCaptureStallTestByCamera() local
/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteDatabaseTest.java968 String[] results = items.toArray(new String[items.size()]); in testSetLocale() local
/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java970 private static void checkMatches(IntentFilter filter, MatchCondition[] results) { in checkMatches()

12