Searched refs:certLayout (Results 1 – 2 of 2) sorted by relevance
310 LinearLayout certLayout = new LinearLayout(mActivity); in getCertLayout() local311 certLayout.setOrientation(LinearLayout.VERTICAL); in getCertLayout()312 certLayout.addView(spinner); in getCertLayout()317 certLayout.addView(certificateView); in getCertLayout()320 return certLayout; in getCertLayout()