Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DSelfManagedConnectionService.java125 intent.setClass(this, HandoverActivity.class); in createSelfManagedConnection()
126 intent.putExtra(HandoverActivity.EXTRA_CALL_ID, connection.getCallId()); in createSelfManagedConnection()
H A DHandoverActivity.java31 public class HandoverActivity extends Activity { class