Searched refs:certLayout (Results 1 – 1 of 1) sorted by relevance
304 LinearLayout certLayout = new LinearLayout(mActivity); in getCertLayout() local305 certLayout.setOrientation(LinearLayout.VERTICAL); in getCertLayout()306 certLayout.addView(spinner); in getCertLayout()311 certLayout.addView(certificateView); in getCertLayout()314 return certLayout; in getCertLayout()