Home
last modified time | relevance | path

Searched refs:HandoverActivity (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedConnectionService.java128 intent.setClass(this, HandoverActivity.class); in createSelfManagedConnection()
129 intent.putExtra(HandoverActivity.EXTRA_CALL_ID, connection.getCallId()); in createSelfManagedConnection()
DHandoverActivity.java32 public class HandoverActivity extends Activity { class