Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DLocaleListTest.java27 LocaleList ll = new LocaleList(); in testEmptyLocaleList() local
45 final LocaleList ll = new LocaleList(Locale.US); in testOneMemberLocaleList() local
56 final LocaleList ll = new LocaleList(la); in testTwoMemberLocaleList() local
67 LocaleList ll = new LocaleList((Locale) null); in testNullArgument() local
73 LocaleList ll = new LocaleList((Locale[]) null); in testNullArgument() local
82 LocaleList ll = null; in testNullArguments() local
93 LocaleList ll = null; in testRepeatedArguments() local
154 LocaleList ll = new LocaleList(); in testToString() local
167 LocaleList ll = new LocaleList(); in testToLanguageTags() local
201 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.java131 ViewGroup ll = (ViewGroup) mActivity.findViewById(parentId); in verifyDirectionForOneLayoutFromXml() local
DTextViewTest.java5321 LinearLayout ll = new LinearLayout(mActivity); in testGetResolvedTextDirectionLtrWithInheritance() local
5389 LinearLayout ll = new LinearLayout(mActivity); in testGetResolvedTextDirectionRtlWithInheritance() local
5451 LinearLayout ll = (LinearLayout) mActivity.findViewById(R.id.layout_textviewtest); in testResetTextDirection() local
5472 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongLtr() local
5487 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongLtr() local
5503 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongLtr() local
5523 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongRtl() local
5538 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongRtl() local
5554 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongRtl() local
5739 LinearLayout ll = new LinearLayout(mActivity); in testGetResolvedTextAlignmentWithInheritance() local
[all …]
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DXmpDepthDecode.java243 int ll = is.read(); in parse() local