Home
last modified time | relevance | path

Searched refs:ifPresent (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/content/src/android/content/pm/cts/
DInstallSessionParamsUnitTest.java222 installLocation.ifPresent(params::setInstallLocation); in checkSessionParams()
223 size.ifPresent(params::setSize); in checkSessionParams()
224 appPackageName.ifPresent(params::setAppPackageName); in checkSessionParams()
225 appIcon.ifPresent(params::setAppIcon); in checkSessionParams()
226 appLabel.ifPresent(params::setAppLabel); in checkSessionParams()
227 originatingUri.ifPresent(params::setOriginatingUri); in checkSessionParams()
228 originatingUid.ifPresent(params::setOriginatingUid); in checkSessionParams()
229 referredUri.ifPresent(params::setReferrerUri); in checkSessionParams()
230 installReason.ifPresent(params::setInstallReason); in checkSessionParams()
231 installScenario.ifPresent(params::setInstallScenario); in checkSessionParams()
[all …]
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DCtsTestUtils.java43 Optional.ofNullable(callee).ifPresent(action); in runIfNotNull()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/display/
DModeSwitchingTestActivity.java135 .ifPresent(modeList::add); in findTestModes()
144 .ifPresent(modeList::add); in findTestModes()
154 .ifPresent(modeList::add); in findTestModes()
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DApiClass.java121 apiConstructor.ifPresent(constructor -> constructor.setCovered(coveredbyApk)); in markConstructorCovered()
139 apiMethod.ifPresent(method -> method.setCovered(coveredbyApk)); in markMethodCovered()
/cts/tests/tests/car/src/android/car/cts/utils/
DVehiclePropertyVerifier.java244 mConfigArrayVerifier.ifPresent(configArrayVerifier -> configArrayVerifier.verify( in verifyCarPropertyConfig()
329 mCarPropertyValueVerifier.ifPresent( in verifyCarPropertyValue()