Home
last modified time | relevance | path

Searched refs:LatchedOutcomeReceiver (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DLatchedOutcomeReceiver.java33 public class LatchedOutcomeReceiver implements OutcomeReceiver<Void, CallException> { class
34 private static final String TAG = LatchedOutcomeReceiver.class.getSimpleName();
47 public LatchedOutcomeReceiver(CountDownLatch latch) { in LatchedOutcomeReceiver() method in LatchedOutcomeReceiver
DTransactionalCall.java84 public void setActive(LatchedOutcomeReceiver outcome, Bundle extras ){ in setActive()
99 public void setInactive(LatchedOutcomeReceiver outcome){ in setInactive()
104 public void disconnect(LatchedOutcomeReceiver outcome, Bundle extras ) { in disconnect()
/cts/tests/tests/telecom-apps/TransactionalVoipAppMain/src/android/telecom/cts/apps/transactionalvoipappmain/
DTransactionalVoipAppControlMain.java57 import android.telecom.cts.apps.LatchedOutcomeReceiver;
171 final LatchedOutcomeReceiver outcome =
172 new LatchedOutcomeReceiver(latch);
226 LatchedOutcomeReceiver outcome)
237 LatchedOutcomeReceiver outcome) {
324 final LatchedOutcomeReceiver outcome = new LatchedOutcomeReceiver(latch);
/cts/tests/tests/telecom/src/android/telecom/cts/
DTelecomCtsVoipCall.java168 public static class LatchedOutcomeReceiver implements OutcomeReceiver<Void, CallException> { class in TelecomCtsVoipCall
171 public LatchedOutcomeReceiver(CountDownLatch latch) { in LatchedOutcomeReceiver() method in TelecomCtsVoipCall.LatchedOutcomeReceiver
DCallStreamingTest.java153 final android.telecom.cts.TelecomCtsVoipCall.LatchedOutcomeReceiver outcome = in testStartCallStreaming()
154 new android.telecom.cts.TelecomCtsVoipCall.LatchedOutcomeReceiver(latch); in testStartCallStreaming()
DTransactionalApisTest.java1228 final android.telecom.cts.TelecomCtsVoipCall.LatchedOutcomeReceiver outcome = in requestAndAssertEndpointChange()
1229 new android.telecom.cts.TelecomCtsVoipCall.LatchedOutcomeReceiver(latch); in requestAndAssertEndpointChange()
1299 final android.telecom.cts.TelecomCtsVoipCall.LatchedOutcomeReceiver outcome = in callControlAction()
1300 new android.telecom.cts.TelecomCtsVoipCall.LatchedOutcomeReceiver(latch); in callControlAction()