/tools/tradefederation/core/remote/src/com/android/tradefed/device/ |
D | DeviceAllocationEventHandler.java | 24 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()
|
D | DeviceAllocationState.java | 42 public DeviceAllocationState handleDeviceEvent(DeviceEvent event) { in handleDeviceEvent()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | LogcatUpdaterEventParserTest.java | 163 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/ |
D | Sl4aEventDispatcherTest.java | 87 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/ |
D | UniqueFilteringTest.py | 46 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/ |
D | AbstractHostMonitor.java | 86 public synchronized void addHostEvent(HostMetricType tag, HostDataPoint event) { in addHostEvent()
|
D | IHostMonitor.java | 34 public void addHostEvent(HostMetricType tag, HostDataPoint event); in addHostEvent()
|
/tools/tradefederation/core/src/com/android/tradefed/log/ |
D | HistoryLogger.java | 60 public void logEvent(LogLevel logLevel, EventType event, Map<String, String> args) { in logEvent()
|
D | ILogRegistry.java | 99 public void logEvent(LogLevel logLevel, EventType event, Map<String, String> args); in logEvent()
|
D | LogRegistry.java | 234 public void logEvent(LogLevel logLevel, EventType event, Map<String, String> args) { in logEvent()
|
/tools/test/connectivity/acts/tests/google/ble/system_tests/ |
D | BleStressTest.py | 51 def bleadvertise_verify_onsuccess_handler(self, event): argument
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | IManagedTestDevice.java | 111 public DeviceEventResponse handleAllocationEvent(DeviceEvent event); in handleAllocationEvent()
|
/tools/loganalysis/src/com/android/loganalysis/item/ |
D | KernelLogItem.java | 97 public void addEvent(MiscKernelLogItem event) { in addEvent()
|
D | LogcatItem.java | 94 public void addEvent(MiscLogcatItem event) { in addEvent()
|
/tools/test/connectivity/acts/framework/acts/test_utils/car/ |
D | car_media_utils.py | 39 def verifyEventReceived(log, device, event, timeout): argument
|
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/ |
D | Sl4aEventDispatcher.java | 74 EventSl4aObject event = new EventSl4aObject(new JSONObject(response.toString())); in internalPolling() local
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | LogcatUpdaterEventParser.java | 243 final AsyncUpdaterEvent event = new AsyncUpdaterEvent(); in waitForEventAsync() local
|
D | SubprocessTestResultsParser.java | 129 String event = null; in run() local
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiRttManagerTest.py | 227 def condition(event): argument
|
D | WifiScannerMultiScanTest.py | 49 def add_results_event(self, event): argument
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/ |
D | aware_test_utils.py | 77 def filter_callbacks(event, keyvalues): argument 126 def filter_callbacks(event, keyvalues): argument
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | SubprocessResultsReporter.java | 250 public void printEvent(String key, Object event) { in printEvent()
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 1619 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/ |
D | TestInvocation.java | 523 void logDeviceBatteryLevel(IInvocationContext context, String event) { in logDeviceBatteryLevel()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | ModuleDefinition.java | 487 private void logDeviceEvent(EventType event, String serial, Throwable t, String moduleId) { in logDeviceEvent()
|