HomeSort by relevance Sort by last modified time
    Searched defs:ifPresent (Results 1 - 7 of 7) sorted by null

  /libcore/ojluni/src/main/java/java/util/
OptionalDouble.java 40 * {@link #ifPresent(java.util.function.DoubleConsumer) ifPresent()} (execute a block
136 public void ifPresent(DoubleConsumer consumer) {
OptionalInt.java 40 * {@link #ifPresent(java.util.function.IntConsumer) ifPresent()} (execute a block
137 public void ifPresent(IntConsumer consumer) {
OptionalLong.java 40 * {@link #ifPresent(java.util.function.LongConsumer) ifPresent()} (execute a block
136 public void ifPresent(LongConsumer consumer) {
Optional.java 41 * {@link #ifPresent(java.util.function.Consumer) ifPresent()} (execute a block
153 public void ifPresent(Consumer<? super T> consumer) {
  /cts/tests/tests/content/src/android/content/pm/cts/
InstallSessionParamsUnitTest.java 215 installLocation.ifPresent(params::setInstallLocation);
216 size.ifPresent(params::setSize);
217 appPackageName.ifPresent(params::setAppPackageName);
218 appIcon.ifPresent(params::setAppIcon);
219 appLabel.ifPresent(params::setAppLabel);
220 originatingUri.ifPresent(params::setOriginatingUri);
221 originatingUid.ifPresent(params::setOriginatingUid);
222 referredUri.ifPresent(params::setReferrerUri);
223 installReason.ifPresent(params::setInstallReason);
243 installLocation.ifPresent(i -> assertThat(info.getInstallLocation()).isEqualTo(i))
    [all...]
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/current/
core.jar 

Completed in 64 milliseconds