Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DTrustedCredentialsDialogBuilder.java310 LinearLayout certLayout = new LinearLayout(mActivity); in getCertLayout() local
311 certLayout.setOrientation(LinearLayout.VERTICAL); in getCertLayout()
312 certLayout.addView(spinner); in getCertLayout()
317 certLayout.addView(certificateView); in getCertLayout()
320 return certLayout; in getCertLayout()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DTrustedCredentialsDialogBuilder.java310 LinearLayout certLayout = new LinearLayout(mActivity); in getCertLayout() local
311 certLayout.setOrientation(LinearLayout.VERTICAL); in getCertLayout()
312 certLayout.addView(spinner); in getCertLayout()
317 certLayout.addView(certificateView); in getCertLayout()
320 return certLayout; in getCertLayout()