Home
last modified time | relevance | path

Searched refs:targetNumber (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DInCallAdapter.java117 public void transferCall(@NonNull String callId, @NonNull Uri targetNumber, in transferCall() argument
120 mAdapter.transferCall(callId, targetNumber, isConfirmationRequired); in transferCall()
H A DCall.java1799 public void transfer(@NonNull Uri targetNumber, boolean isConfirmationRequired) { in transfer() argument
1800 mInCallAdapter.transferCall(mTelecomCallId, targetNumber, isConfirmationRequired); in transfer()
/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIInCallAdapter.aidl41 void transferCall(String callId, in Uri targetNumber, boolean isConfirmationRequired); in transferCall() argument
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java845 protected void waitForReceiverNotifications(int targetNumber) throws TimeoutException { in waitForReceiverNotifications() argument
849 while (count < targetNumber) { in waitForReceiverNotifications()