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