Searched refs:STOP_RINGBACK (Results 1 – 2 of 2) sorted by relevance
20 import static com.android.server.telecom.LogUtils.Events.STOP_RINGBACK;92 Log.addEvent(call, STOP_RINGBACK); in stopRingbackForCall()
185 public static final String STOP_RINGBACK = "STOP_RINGBACK"; field in LogUtils.Events