Home
last modified time | relevance | path

Searched refs:STOP_RINGBACK (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DRingbackPlayer.java20 import static com.android.server.telecom.LogUtils.Events.STOP_RINGBACK;
92 Log.addEvent(call, STOP_RINGBACK); in stopRingbackForCall()
DLogUtils.java185 public static final String STOP_RINGBACK = "STOP_RINGBACK"; field in LogUtils.Events