Home
last modified time | relevance | path

Searched defs:Event (Results 1 – 25 of 29) sorted by relevance

12

/packages/apps/Car/systemlibs/car-scalable-ui-lib/src/com/android/car/scalableui/model/
DEvent.java31 public class Event { class
48 Event(@NonNull String id) { in Event() method in Event
52 protected Event(@NonNull String id, @NonNull Map<String, String> tokens) { in Event() method in Event
/packages/apps/Dialer/java/com/android/dialer/simulator/
DSimulator.java86 public static class Event { class
136 public Event(@Type int type) { in Event() method in Simulator.Event
140 public Event(@Type int type, String data1, String data2) { in Event() method in Simulator.Event
/packages/apps/Camera2/src/com/android/camera/captureintent/stateful/
DEvent.java23 public interface Event { interface
/packages/modules/Uwb/ranging/tests/multidevices/lib/
Dsession.py135 def _oob_initiator_broadcast_to_responders(self, event: Event):
157 def _oob_responders_all_send_to_initiator(self, event: Event):
Dranging_decorator.py24 class Event(StrEnum): class
102 event: Event,
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiWakeMetrics.java343 public static class Event { class in WifiWakeMetrics
350 public Event(int numScans, long elapsedTime) { in Event() method in WifiWakeMetrics.Event
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/events/
DEvent.java36 public class Event implements Serializable { class
81 /* package-private */ Event( in Event() method in Event
/packages/modules/Bluetooth/offload/hci/
Devent.rs20 pub enum Event { enum
39 impl Event { implementation
62 fn dispatch_read(code: Code, r: &mut Reader) -> Option<Event> { in dispatch_read()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
DEvent.java38 public class Event { class
114 private Event(final int type, final CharSequence text, final int codePoint, final int keyCode, in Event() method in Event
/packages/services/Car/tests/UserSwitchMonitorApp/src/com/google/android/car/userswitchmonitor/
DUserSwitchMonitorService.java375 private static final class Event { class in UserSwitchMonitorService
379 private Event(Object event) { in Event() method in UserSwitchMonitorService.Event
/packages/apps/Dialer/java/com/android/dialer/historyitemactions/
DHistoryItemActionModulesBuilder.java99 @interface Event { annotation in HistoryItemActionModulesBuilder
/packages/modules/Bluetooth/tools/rootcanal/py/
Dcontroller.py206 async def expect_evt(self, expected_evt: hci.Event):
267 …async def expect_evt(self, expected_evt: typing.Union[hci.Event, type], timeout: int = 3) -> hci.E…
/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworksWrapper.h391 Event(const NnApiSupportLibrary* nnapi) : mNnApi(nnapi) {} function
392 Event(const NnApiSupportLibrary* nnapi, int syncFd) : mNnApi(nnapi) { function
416 Event(Event&& other) { *this = std::move(other); } function
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/util/
DStateMachine.java127 public @interface Event { annotation in StateMachine
/packages/apps/Calendar/src/com/android/calendar/
DEvent.kt40 class Event : Cloneable { class
/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dreactor.cc57 Reactor::Event::Event() : pimpl_(new impl()) {} in Event() function in bluetooth::os::Reactor::Event
/packages/modules/Nfc/NfcNci/proto/
Devent.proto29 message Event { message
/packages/services/Car/tools/emulator/
Dobd2_to_diagjson.py90 class Event(object): class
/packages/modules/Wifi/service/proto/src/
Dscorecard.proto142 enum Event { enum
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java640 class Event { class in BluetoothMapContentObserver
674 Event(String eventType, long handle, String folder, String oldFolder, TYPE msgType) { in Event() method in BluetoothMapContentObserver.Event
690 Event(String eventType, long handle, String folder, TYPE msgType) { in Event() method in BluetoothMapContentObserver.Event
698 Event( in Event() method in BluetoothMapContentObserver.Event
722 Event( in Event() method in BluetoothMapContentObserver.Event
754 Event( in Event() method in BluetoothMapContentObserver.Event
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/events/
DEvent.kt38 interface Event { interface
/packages/modules/Uwb/tests/cts/hostsidetests/multidevices/uwb/snippet/
DUwbManagerSnippet.java90 private enum Event { enum in UwbManagerSnippet
148 Event(int type) { in Event() method in UwbManagerSnippet.Event
/packages/modules/Uwb/ranging/tests/multidevices/snippet/uwb/
DRangingSnippet.java105 private enum Event { enum in RangingSnippet
/packages/services/Telecomm/proto/
Dtelecom.proto53 message Event { message
/packages/modules/Bluetooth/tools/rootcanal/test/
Dasync_manager_unittest.cc40 class Event { class

12