Home
last modified time | relevance | path

Searched refs:tuple1 (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/animation/
H A DStateListAnimatorTest.java98 StateListAnimator.Tuple tuple1 = stateListAnimator.getTuples().get(0); in testStateListLoading() local
99 assertEquals("first tuple should have one state", 1, tuple1.getSpecs().length); in testStateListLoading()
101 com.android.internal.R.attr.state_pressed, tuple1.getSpecs()[0]); in testStateListLoading()
/aosp12/system/libvintf/analyze_matrix/
H A Dhals_for_release.py255 def GetReport(tuple1, tuple2, args): argument
261 level1, (level_name1, instances1) = tuple1
314 for tuple1, tuple2 in zip(sorted_matrices, sorted_matrices[1:]):
315 print(GetReport(tuple1, tuple2, args))
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/pidf/
H A DPresenceTest.java82 Tuple tuple1 = getTuple(Basic.OPEN, serviceId1, description1, contact); in testSerializing() local
90 presence.addTuple(tuple1); in testSerializing()