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

  /packages/services/Telecomm/src/com/android/server/telecom/
ProximitySensorManager.java 43 public void onCallRemoved(Call call) {
48 super.onCallRemoved(call);
CallsManagerListenerBase.java 30 public void onCallRemoved(Call call) {
StatusBarNotifier.java 46 public void onCallRemoved(Call call) {
HeadsetMediaButton.java 96 public void onCallRemoved(Call call) {
PhoneStateBroadcaster.java 63 public void onCallRemoved(Call call) {
Ringer.java 102 public void onCallRemoved(Call call) {
CallAudioManager.java 76 public void onCallRemoved(Call call) {
InCallController.java 174 public void onCallRemoved(Call call) {
175 Log.i(this, "onCallRemoved: %s", call);
CallsManager.java 61 void onCallRemoved(Call call);
    [all...]
BluetoothPhoneService.java 325 public void onCallRemoved(Call call) {
661 // NOTE: Indexes are removed in {@link #onCallRemoved}.
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
TestInCallServiceImpl.java 41 public void onCallRemoved(Phone phone, android.telecom.Call call) {
42 Log.i(TAG, "onCallRemoved: "+call.toString());
  /frameworks/base/telecomm/java/android/telecom/
Phone.java 76 public void onCallRemoved(Phone phone, Call call) { }
253 listener.onCallRemoved(this, call);
  /packages/apps/InCallUI/src/com/android/incallui/
CallList.java 83 public void onCallRemoved(Phone phone, android.telecom.Call telecommCall) {
InCallPresenter.java 100 public void onCallRemoved(Phone phone, android.telecom.Call call) {
    [all...]

Completed in 225 milliseconds