HomeSort by relevance Sort by last modified time
    Searched refs:onPostDialChar (Results 1 - 15 of 15) sorted by null

  /frameworks/base/telecomm/java/com/android/internal/telecom/
IConnectionServiceAdapter.aidl 72 void onPostDialChar(String callId, char nextChar);
  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapter.java 280 void onPostDialChar(String callId, char nextChar) {
283 adapter.onPostDialChar(callId, nextChar);
RemoteConnection.java 121 public void onPostDialChar(RemoteConnection connection, char nextChar) {}
    [all...]
RemoteConnectionService.java 258 public void onPostDialChar(String callId, char nextChar) {
259 findConnectionForAction(callId, "onPostDialChar")
260 .onPostDialChar(nextChar);
ConnectionServiceAdapterServant.java 163 mDelegate.onPostDialChar((String) args.arg1, (char) args.argi1);
381 public void onPostDialChar(String connectionId, char nextChar) {
Connection.java 695 public void onPostDialChar(Connection c, char nextChar) {}
    [all...]
ConnectionService.java 617 public void onPostDialChar(Connection c, char nextChar) {
619 Log.d(this, "Adapter onPostDialChar %s, %s", c, nextChar);
620 mAdapter.onPostDialChar(id, nextChar);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 40 void onPostDialChar(char c);
517 listener.onPostDialChar(c);
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java 92 void onPostDialChar(Call call, char nextChar);
135 public void onPostDialChar(Call call, char nextChar) {}
    [all...]
ConnectionServiceWrapper.java 429 public void onPostDialChar(String callId, char nextChar) throws RemoteException {
434 logIncoming("onPostDialChar %s %s", callId, nextChar);
437 call.onPostDialChar(nextChar);
439 // Log.w(this, "onPostDialChar, unknown call id: %s", args.arg1);
    [all...]
CallsManager.java 438 public void onPostDialChar(final Call call, char nextChar) {
469 Log.w(this, "onPostDialChar: invalid value %d", nextChar);
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ConnectionServiceFixture.java 463 a.onPostDialChar(id, nextChar);
  /cts/tests/tests/telecom/src/android/telecom/cts/
RemoteConnectionTest.java 314 public void onPostDialChar(RemoteConnection connection, char nextChar) {
315 super.onPostDialChar(connection, nextChar);
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 269 public void onPostDialChar(char c) {
270 Log.v(TelephonyConnection.this, "onPostDialChar: %s", c);
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 3973 milliseconds