Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputTarget.cpp109 PointerIds allIds; in getPointerIds() local
111 allIds |= ids; in getPointerIds()
113 return allIds; in getPointerIds()
/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
DProgramSelectorTest.java212 ProgramSelector.Identifier[] allIds = in getAllIds_withIdInSelector() local
216 .that(allIds).isEqualTo(allIdsExpected); in getAllIds_withIdInSelector()
225 ProgramSelector.Identifier[] allIds = in getAllIds_withIdNotInSelector() local
229 .that(allIds).isEmpty(); in getAllIds_withIdNotInSelector()
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBatteryExternalStatsWorkerTest.java151 final int[] allIds = tempAllIds.toArray(); in testTargetedEnergyConsumerQuerying() local
152 Arrays.sort(allIds); in testTargetedEnergyConsumerQuerying()
209 assertArrayEquals(allIds, receivedAllIds); in testTargetedEnergyConsumerQuerying()