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

  /packages/services/Telecomm/src/com/android/server/telecom/
HeadsetMediaButton.java 96 public void onCallRemoved(Call call) {
CallsManagerListenerBase.java 30 public void onCallRemoved(Call call) {
ProximitySensorManager.java 43 public void onCallRemoved(Call call) {
48 super.onCallRemoved(call);
StatusBarNotifier.java 46 public void onCallRemoved(Call call) {
InCallWakeLockController.java 50 public void onCallRemoved(Call call) {
PhoneStateBroadcaster.java 63 public void onCallRemoved(Call call) {
Ringer.java 102 public void onCallRemoved(Call call) {
CallAudioManager.java 79 public void onCallRemoved(Call call) {
InCallController.java 176 public void onCallRemoved(Call call) {
177 Log.i(this, "onCallRemoved: %s", call);
CallsManager.java 62 void onCallRemoved(Call call);
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Phone.java 76 public void onCallRemoved(Phone phone, Call call) { }
282 listener.onCallRemoved(this, call);
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1145 milliseconds