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