Searched refs:secondIntent (Results 1 – 1 of 1) sorted by relevance
1326 Intent secondIntent = new Intent(); in startPendingIntentSenderActivity() local1327 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()