Home
last modified time | relevance | path

Searched refs:setPostDialWait (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIInCallService.aidl42 void setPostDialWait(String callId, String remaining); in setPostDialWait() method
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DInCallServiceFixture.java97 public void setPostDialWait(String callId, String remaining) throws RemoteException { in setPostDialWait() method in InCallServiceFixture.FakeInCallService
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestConnectionManager.java75 setPostDialWait(remainingDigits);
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DInCallService.java359 public void setPostDialWait(String callId, String remaining) { in setPostDialWait() method in InCallService.InCallServiceBinder
H A DRemoteConnectionService.java287 .setPostDialWait(remaining);
H A DRemoteConnection.java1423 void setPostDialWait(final String remainingDigits) { in setPostDialWait() method in RemoteConnection
H A DConnection.java2626 public final void setPostDialWait(String remaining) { in setPostDialWait() method in Connection
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallController.java1343 inCallService.setPostDialWait(mCallIdMapper.getCallId(call), remaining); in onPostDialWait()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnection.java563 setPostDialWait(mOriginalConnection.getRemainingPostDialString());
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt55483 Landroid/telecom/InCallService$InCallServiceBinder;->setPostDialWait(Ljava/lang/String;Ljava/lang/S…
55882 Landroid/telecom/RemoteConnection;->setPostDialWait(Ljava/lang/String;)V
86872 Lcom/android/internal/telecom/IInCallService$Stub$Proxy;->setPostDialWait(Ljava/lang/String;Ljava/l…
86903 Lcom/android/internal/telecom/IInCallService;->setPostDialWait(Ljava/lang/String;Ljava/lang/String;…
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt39910 method public final void setPostDialWait(String);