Home
last modified time | relevance | path

Searched refs:plus (Results 1 – 11 of 11) sorted by relevance

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DPackageSetInstallerTest.kt152 testArgs.plus(SHOULD_THROW_EXCEPTION_KEY to (!failSilently).toString())) in runTest()
162 .plus(SHOULD_SUCCEED_KEY to removeWhitelistShouldSucceed?.toString()) in runTest()
182 testArgs.plus(SHOULD_THROW_EXCEPTION_KEY to (!failSilently).toString())) in runTest()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DWideColorGamutTests.java154 private static Color plus(Color a, Color b) { in plus() method in WideColorGamutTests
177 final Color expected = plus(greenDisplay, redDisplay); in testCanvasDrawColorLongBlendMode()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/net/
DBytesTransferredTest.java143 TransferredBytes plus(TransferredBytes other) { in plus() method in BytesTransferredTest.TransferredBytes
225 transBytesSum = transBytesSum.plus(transferredBytes); in doTestMobileBytesTransferThat()
/cts/tests/tests/time/src/android/app/time/cts/
DTimeManagerTest.java194 … Instant.ofEpochMilli(startCurrentTimeMillis).plus(1, ChronoUnit.DAYS).toEpochMilli(); in externalSuggestions()
198 Instant.ofEpochMilli(suggestion1Millis).plus(1, ChronoUnit.DAYS).toEpochMilli(); in externalSuggestions()
/cts/common/device-side/bedstead/metricsrecorder/src/main/java/com/android/bedstead/metricsrecorder/
DMetricQueryBuilder.java111 Instant endTime = Instant.now().plus(timeout); in poll()
/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/
DLocalEventQuerier.java96 Instant endTime = Instant.now().plus(timeout); in poll()
DEvents.java94 if (event.mTimestamp.plus(MAX_LOG_AGE).isBefore(now)) { in loadEventsFromFile()
DRemoteEventQuerier.java122 Instant endTime = Instant.now().plus(timeout); in poll()
/cts/tests/tests/text/src/android/text/format/cts/
DTimeTest.java1839 t.set(baseTime.plus(1, ChronoUnit.SECONDS).toEpochMilli()); in testSetMillis_utc()
1845 t.set(baseTime.plus(2, ChronoUnit.SECONDS).toEpochMilli()); in testSetMillis_utc()
1849 t.set(baseTime.plus(1, ChronoUnit.MINUTES).toEpochMilli()); in testSetMillis_utc()
1853 t.set(baseTime.plus(1, ChronoUnit.DAYS).plus(1, ChronoUnit.SECONDS).toEpochMilli()); in testSetMillis_utc()
3108 Instant finalTime = low.getInstant().plus(1, ChronoUnit.DAYS); in calculateToMillisTestTimes()
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java304 spentWaiting = spentWaiting.plus(SLEEP_DURATION); in testAbandonStagedApkBeforeReboot_CommitAndAbandon()
/cts/apps/CtsVerifier/
DNOTICE.txt650 code means all the source code for all modules it contains, plus any
651 associated interface definition files, plus the scripts used to
971 all the source code for all modules it contains, plus any associated
972 interface definition files, plus the scripts used to control compilation
1096 work. (Executables containing this object code plus portions of the
1475 all the source code for all modules it contains, plus any associated
1476 interface definition files, plus the scripts used to control compilation
1600 work. (Executables containing this object code plus portions of the
1998 code means all the source code for all modules it contains, plus any
1999 associated interface definition files, plus the scripts used to
[all …]