Home
last modified time | relevance | path

Searched defs:eventList (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Nfc/tests/unit/src/com/android/nfc/
DNfcEventLogTest.java137 NfcEventProto.EventList eventList = in testReadEventsFromLogFile() local
/packages/apps/Nfc/src/com/android/nfc/
DNfcEventLog.java97 NfcEventProto.EventList eventList; in readListFromLogFile() local
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/bugreport/
DLogUtils.java107 final List<AppUsageEventEntity> eventList = in dumpAppUsageDatabaseHist() local
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java2195 List<CarPropertyEvent> eventList = List.of( in testRegisterCallback_restoresOriginalRateHzIfTheSecondCallbackReturnsFalse() local
2697 List<CarPropertyEvent> eventList = createErrorCarPropertyEventList(); in testOnErrorEvent_callbackIsCalledWithErrorEvent() local
2713 List<CarPropertyEvent> eventList = createCarPropertyEventList(); in testOnChangeEvent_callbackIsCalledWithEvent() local
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java989 List<CarPropertyEvent> eventList = new ArrayList<>(); in onPropertySetError() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPropertyServiceUnitTest.java786 List<CarPropertyEvent> eventList = mPropertyEventCaptor.getValue(); in testRegisterListenerWithSubscription() local
/packages/apps/Stk/src/com/android/stk/
DStkAppService.java1739 private boolean findEvent(int event, int[] eventList) { in findEvent()