Searched refs:HandoverActivity (Results 1 – 2 of 2) sorted by relevance
125 intent.setClass(this, HandoverActivity.class); in createSelfManagedConnection()126 intent.putExtra(HandoverActivity.EXTRA_CALL_ID, connection.getCallId()); in createSelfManagedConnection()
31 public class HandoverActivity extends Activity { class