Searched refs:IS_ENRICHED_CALL (Results 1 – 2 of 2) sorted by relevance
59 extras.putBoolean(Simulator.IS_ENRICHED_CALL, true); in incomingEnrichedCall()77 extras.putBoolean(Simulator.IS_ENRICHED_CALL, true); in outgoingEnrichedCall()209 if (connection.getExtras().getBoolean(Simulator.IS_ENRICHED_CALL)) { in onEvent()
66 IS_ENRICHED_CALL,72 public final String IS_ENRICHED_CALL = "ISENRICHEDCALL"; field