Home
last modified time | relevance | path

Searched refs:onReject (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DConnection.java3098 public void onReject() {} in onReject() method in Connection
3107 public void onReject(@android.telecom.Call.RejectReason int rejectReason) { in onReject() method in Connection
3115 public void onReject(String replyMessage) {} in onReject() method in Connection
DConference.java362 public void onReject() {} in onReject() method in Conference
DConnectionService.java2096 findConnectionForAction(callId, "reject").onReject(); in reject()
2098 findConferenceForAction(callId, "reject").onReject(); in reject()
2104 findConnectionForAction(callId, "reject").onReject(rejectWithMessage); in reject()
2109 findConnectionForAction(callId, "reject").onReject(rejectReason); in reject()
/frameworks/base/non-updatable-api/
Dcurrent.txt43659 method public void onReject();
43731 method public void onReject();
43732 method public void onReject(int);
43733 method public void onReject(String);
/frameworks/base/api/
Dcurrent.txt43803 method public void onReject();
43875 method public void onReject();
43876 method public void onReject(int);
43877 method public void onReject(String);