Home
last modified time | relevance | path

Searched defs:l1 (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/animation/src/android/animation/cts/
DValueAnimatorTest.java242 Animator.AnimatorPauseListener l1 = mock(Animator.AnimatorPauseListener.class); in testPauseListener() local
351 ValueAnimator.AnimatorUpdateListener l1 = mock(ValueAnimator.AnimatorUpdateListener.class); in testUpdateListeners() local
410 AnimatorListenerAdapter l1 = mock(AnimatorListenerAdapter.class); in testValuesSetterAndGetter() local
448 AnimatorListenerAdapter l1 = mock(AnimatorListenerAdapter.class); in testSetObjectValues() local
DAnimatorSetTest.java318 MyListener l1 = new MyListener(); in testPauseAndResume() local
/cts/hostsidetests/jvmti/tagging/app/src/android/jvmti/cts/
DJvmtiTaggingTest.java157 int l1 = objects == null ? 0 : objects.length; in check() local
/cts/tests/tests/os/src/android/os/cts/
DBundleTest.java516 final long l1 = 1006; in testGetLong2() local
/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java2567 private static boolean longArrayEquals(Long[] l1, Long[] l2) { in longArrayEquals()