Home
last modified time | relevance | path

Searched defs:ll (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DLocaleListTest.java30 LocaleList ll = new LocaleList(); in testEmptyLocaleList() local
48 final LocaleList ll = new LocaleList(Locale.US); in testOneMemberLocaleList() local
59 final LocaleList ll = new LocaleList(la); in testTwoMemberLocaleList() local
70 LocaleList ll = new LocaleList((Locale) null); in testNullArgument() local
76 LocaleList ll = new LocaleList((Locale[]) null); in testNullArgument() local
85 LocaleList ll = null; in testNullArguments() local
96 LocaleList ll = null; in testRepeatedArguments() local
157 LocaleList ll = new LocaleList(); in testToString() local
170 LocaleList ll = new LocaleList(); in testToLanguageTags() local
204 final LocaleList ll = LocaleList.getDefault(); in testGetDefault() local
[all …]
/cts/tests/tests/content/src/android/content/res/cts/
DConfigurationTest.java647 LocaleList ll = new LocaleList(loc); in testSetLocales_oneLtr() local
657 LocaleList ll = new LocaleList(loc); in testSetLocales_oneRtl() local
668 LocaleList ll = LocaleList.forLanguageTags("az-Arab,en"); in testSetLocales_twoLocales() local
678 LocaleList ll = LocaleList.forLanguageTags("az-Arab,en"); in testSetLocales_overridesLocale() local
689 LocaleList ll = LocaleList.forLanguageTags("az-Arab,en"); in testSetLocales_overridesSetLocale() local
/cts/tests/tests/widget/src/android/widget/cts/util/
DListItemFactory.java48 final LinearLayout ll = new LinearLayout(context); in twoButtonsSeparatedByFiller() local
93 final LinearLayout ll = new LinearLayout(context); in horizontalButtonSlots() local
236 final LinearLayout ll = new LinearLayout(context); in doubleText() local
/cts/tests/tests/widget/src/android/widget/cts/
DLayoutDirectionTest.java132 ViewGroup ll = (ViewGroup) mActivity.findViewById(parentId); in verifyDirectionForOneLayoutFromXml() local
DTextViewTest.java5928 LinearLayout ll = new LinearLayout(mActivity); in testGetResolvedTextDirectionLtrWithInheritance() local
5996 LinearLayout ll = new LinearLayout(mActivity); in testGetResolvedTextDirectionRtlWithInheritance() local
6058 LinearLayout ll = (LinearLayout) mActivity.findViewById(R.id.layout_textviewtest); in testResetTextDirection() local
6079 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongLtr() local
6094 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongLtr() local
6110 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongLtr() local
6130 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongRtl() local
6145 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongRtl() local
6161 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongRtl() local
6346 LinearLayout ll = new LinearLayout(mActivity); in testGetResolvedTextAlignmentWithInheritance() local
[all …]
/cts/tests/tests/view/src/android/view/cts/
DView_FocusHandlingTest.java362 LinearLayout ll = new LinearLayout(activity); in testSizeHandling() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DXmpDepthDecode.java243 int ll = is.read(); in parse() local