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 = new LocaleList(la); in testRepeatedArguments() local
153 LocaleList ll = new LocaleList(); in testToString() local
166 LocaleList ll = new LocaleList(); in testToLanguageTags() local
200 final LocaleList ll = LocaleList.getDefault(); in testGetDefault() local
[all …]
/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/content/src/android/content/res/cts/
DConfigurationTest.java783 LocaleList ll = new LocaleList(loc); in testSetLocales_oneLtr() local
793 LocaleList ll = new LocaleList(loc); in testSetLocales_oneRtl() local
804 LocaleList ll = LocaleList.forLanguageTags("az-Arab,en"); in testSetLocales_twoLocales() local
814 LocaleList ll = LocaleList.forLanguageTags("az-Arab,en"); in testSetLocales_overridesLocale() local
825 LocaleList ll = LocaleList.forLanguageTags("az-Arab,en"); in testSetLocales_overridesSetLocale() local
/cts/tests/tests/widget/src/android/widget/cts/
DLayoutDirectionTest.java132 ViewGroup ll = (ViewGroup) mActivity.findViewById(parentId); in verifyDirectionForOneLayoutFromXml() local
DTextViewTest.java6217 LinearLayout ll = new LinearLayout(mActivity); in testGetResolvedTextDirectionLtrWithInheritance() local
6285 LinearLayout ll = new LinearLayout(mActivity); in testGetResolvedTextDirectionRtlWithInheritance() local
6347 LinearLayout ll = (LinearLayout) mActivity.findViewById(R.id.layout_textviewtest); in testResetTextDirection() local
6368 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongLtr() local
6383 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongLtr() local
6399 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongLtr() local
6419 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongRtl() local
6434 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongRtl() local
6450 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongRtl() local
6635 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