Home
last modified time | relevance | path

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

12

/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/events/
DEvent.kt33 interface Event { interface
/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/modules/Bluetooth/android/app/src/com/android/bluetooth/
DBluetoothEventLogger.java29 private static class Event { class in BluetoothEventLogger
33 Event(String msg) { in Event() method in BluetoothEventLogger.Event
/packages/apps/Camera2/src/com/android/camera/captureintent/stateful/
DEvent.java23 public interface Event { interface
/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/Uwb/generic_ranging/tests/multidevices/snippet/
DGenericRangingSnippet.java99 private enum Event { enum in GenericRangingSnippet
112 Event(int type) { in Event() method in GenericRangingSnippet.Event
/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/modules/Uwb/generic_ranging/proto/src/
Ddebug_log.proto26 message Event { message
/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/Nfc/proto/
Devent.proto29 message Event { message
/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.cc58 Reactor::Event::Event() : pimpl_(new impl()) {} in Event() function in bluetooth::os::Reactor::Event
/packages/modules/Wifi/service/proto/src/
Dscorecard.proto142 enum Event { enum
/packages/services/Car/tools/emulator/
Dobd2_to_diagjson.py90 class Event(object): class
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java639 class Event { class in BluetoothMapContentObserver
673 Event(String eventType, long handle, String folder, String oldFolder, TYPE msgType) { in Event() method in BluetoothMapContentObserver.Event
689 Event(String eventType, long handle, String folder, TYPE msgType) { in Event() method in BluetoothMapContentObserver.Event
697 Event( in Event() method in BluetoothMapContentObserver.Event
721 Event( in Event() method in BluetoothMapContentObserver.Event
753 Event( in Event() method in BluetoothMapContentObserver.Event
/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/Bluetooth/tools/rootcanal/test/
Dasync_manager_unittest.cc40 class Event { class
/packages/services/Telecomm/proto/
Dtelecom.proto53 message Event { message
/packages/modules/Bluetooth/floss/hcidoc/src/
Dparser.rs78 Event, enumerator
/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp_common.h75 enum class Event : uint8_t { enum

12