Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DTrustedCredentialsDialogBuilder.java304 LinearLayout certLayout = new LinearLayout(mActivity); in getCertLayout() local
305 certLayout.setOrientation(LinearLayout.VERTICAL); in getCertLayout()
306 certLayout.addView(spinner); in getCertLayout()
311 certLayout.addView(certificateView); in getCertLayout()
314 return certLayout; in getCertLayout()