Home
last modified time | relevance | path

Searched defs:event (Results 1 – 25 of 28) sorted by relevance

12

/tools/tradefederation/core/remote/src/com/android/tradefed/device/
DDeviceAllocationEventHandler.java24 DeviceAllocationState handleDeviceEvent(DeviceEvent event); in handleDeviceEvent()
41 public DeviceAllocationState handleDeviceEvent(DeviceEvent event) { in handleDeviceEvent()
77 public DeviceAllocationState handleDeviceEvent(DeviceEvent event) { in handleDeviceEvent()
112 public DeviceAllocationState handleDeviceEvent(DeviceEvent event) { in handleDeviceEvent()
141 public DeviceAllocationState handleDeviceEvent(DeviceEvent event) { in handleDeviceEvent()
169 public DeviceAllocationState handleDeviceEvent(DeviceEvent event) { in handleDeviceEvent()
193 public DeviceAllocationState handleDeviceEvent(DeviceEvent event) { in handleDeviceEvent()
DDeviceAllocationState.java42 public DeviceAllocationState handleDeviceEvent(DeviceEvent event) { in handleDeviceEvent()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DLogcatUpdaterEventParserTest.java163 UpdaterEventType event = in testWaitForEventError() local
171 UpdaterEventType event = in testWaitForEventErrorFlaky() local
179 UpdaterEventType event = mParser.waitForEvent(UpdaterEventType.UPDATE_COMPLETE, 0); in testWaitForEventTimeout() local
185 AsyncUpdaterEvent event = in testWaitForEventAsync() local
194 AsyncUpdaterEvent event = in testWaitForEventAsyncError() local
203 AsyncUpdaterEvent event = mParser.waitForEventAsync(UpdaterEventType.UPDATE_COMPLETE, 0); in testWaitForEventAsyncTimeout() local
/tools/tradefederation/core/tests/src/com/android/tradefed/util/sl4a/
DSl4aEventDispatcherTest.java87 EventSl4aObject event = in testPopEvent() local
99 EventSl4aObject event = in testPopEvent_notExisting() local
170 EventSl4aObject event = mEventDispatcher.waitForEvent("BluetoothStateChangedOff", in testWaitForEvent() local
195 EventSl4aObject event = mEventDispatcher.waitForEvent("BluetoothStateChangedOff", in testWaitForEvent_notMatching() local
/tools/test/connectivity/acts/tests/google/ble/filtering/
DUniqueFilteringTest.py46 def blescan_verify_onfailure_event_handler(self, event): argument
51 def blescan_verify_onscanresult_event_handler(self, argument
66 def blescan_get_mac_address_event_handler(self, event): argument
69 def blescan_verify_onbatchscanresult_event_handler( argument
/tools/tradefederation/core/src/com/android/tradefed/util/hostmetric/
DAbstractHostMonitor.java86 public synchronized void addHostEvent(HostMetricType tag, HostDataPoint event) { in addHostEvent()
DIHostMonitor.java34 public void addHostEvent(HostMetricType tag, HostDataPoint event); in addHostEvent()
/tools/tradefederation/core/src/com/android/tradefed/log/
DHistoryLogger.java60 public void logEvent(LogLevel logLevel, EventType event, Map<String, String> args) { in logEvent()
DILogRegistry.java99 public void logEvent(LogLevel logLevel, EventType event, Map<String, String> args); in logEvent()
DLogRegistry.java234 public void logEvent(LogLevel logLevel, EventType event, Map<String, String> args) { in logEvent()
/tools/test/connectivity/acts/tests/google/ble/system_tests/
DBleStressTest.py51 def bleadvertise_verify_onsuccess_handler(self, event): argument
/tools/tradefederation/core/src/com/android/tradefed/device/
DIManagedTestDevice.java111 public DeviceEventResponse handleAllocationEvent(DeviceEvent event); in handleAllocationEvent()
/tools/loganalysis/src/com/android/loganalysis/item/
DKernelLogItem.java97 public void addEvent(MiscKernelLogItem event) { in addEvent()
DLogcatItem.java94 public void addEvent(MiscLogcatItem event) { in addEvent()
/tools/test/connectivity/acts/framework/acts/test_utils/car/
Dcar_media_utils.py39 def verifyEventReceived(log, device, event, timeout): argument
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
DSl4aEventDispatcher.java74 EventSl4aObject event = new EventSl4aObject(new JSONObject(response.toString())); in internalPolling() local
/tools/tradefederation/core/src/com/android/tradefed/util/
DLogcatUpdaterEventParser.java243 final AsyncUpdaterEvent event = new AsyncUpdaterEvent(); in waitForEventAsync() local
DSubprocessTestResultsParser.java129 String event = null; in run() local
/tools/test/connectivity/acts/tests/google/wifi/
DWifiRttManagerTest.py227 def condition(event): argument
DWifiScannerMultiScanTest.py49 def add_results_event(self, event): argument
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/
Daware_test_utils.py77 def filter_callbacks(event, keyvalues): argument
126 def filter_callbacks(event, keyvalues): argument
/tools/tradefederation/core/src/com/android/tradefed/result/
DSubprocessResultsReporter.java250 public void printEvent(String key, Object event) { in printEvent()
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py1619 def _is_on_message_waiting_event_true(event): argument
3425 def is_sms_match(event, phonenumber_tx, text): argument
3442 def is_sms_partial_match(event, phonenumber_tx, text): argument
3535 def is_mms_match(event, phonenumber_tx, text): argument
4961 def is_event_match(event, field, value): argument
4976 def is_event_match_for_list(event, field, value_list): argument
4999 def is_network_call_back_event_match(event, network_callback_id, argument
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java523 void logDeviceBatteryLevel(IInvocationContext context, String event) { in logDeviceBatteryLevel()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleDefinition.java487 private void logDeviceEvent(EventType event, String serial, Throwable t, String moduleId) { in logDeviceEvent()

12