Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java1326 Intent secondIntent = new Intent(); in startPendingIntentSenderActivity() local
1327 secondIntent.setComponent(appToSendPendingIntent.START_PENDING_INTENT_ACTIVITY); in startPendingIntentSenderActivity()
1328 secondIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in startPendingIntentSenderActivity()
1329 secondIntent.putExtra( in startPendingIntentSenderActivity()
1331 secondIntent.putExtra( in startPendingIntentSenderActivity()
1337 mContext.startActivity(secondIntent); in startPendingIntentSenderActivity()