Home
last modified time | relevance | path

Searched defs:future2 (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/infra/
H A DAndroidFutureTest.java110 AndroidFuture future2 = AndroidFuture.CREATOR.createFromParcel(parcel); in testWriteToParcel() local
122 AndroidFuture future2 = AndroidFuture.CREATOR.createFromParcel(parcel); in testWriteToParcel_Exception() local
140 AndroidFuture future2 = AndroidFuture.CREATOR.createFromParcel(parcel); in testWriteToParcel_Incomplete() local
152 AndroidFuture future2 = AndroidFuture.CREATOR.createFromParcel(parcel); in testWriteToParcel_Incomplete_Exception() local
/aosp14/frameworks/base/tests/AttestationVerificationTest/src/android/security/attestationverification/
H A DPeerDeviceSystemAttestationVerificationTest.kt85 val future2 = CompletableFuture<Int>() regex