Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DIncomingSelfManagedCallActivity.java41 Intent launchingIntent = getIntent(); in onCreate() local
42 int callId = launchingIntent.getIntExtra(EXTRA_CALL_ID, 0); in onCreate()
DHandoverActivity.java41 Intent launchingIntent = getIntent(); in onCreate() local
42 int callId = launchingIntent.getIntExtra(EXTRA_CALL_ID, 0); in onCreate()