Home
last modified time | relevance | path

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

12

/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/audio_util/
DBTAudioEventLogger.java32 private static class Event { class in BTAudioEventLogger
36 Event(String msg) { in Event() method in BTAudioEventLogger.Event
/packages/apps/Camera2/src/com/android/camera/captureintent/stateful/
DEvent.java23 public interface Event { interface
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/
DEvent.java33 public class Event implements Parcelable { class
41 private Event(@EventCode int eventCode, long timestamp, @Nullable Short profile, in Event() method in 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/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/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/events/
DEvent.java34 public class Event implements Serializable { class
85 /* package-private */ Event( in Event() method in Event
/packages/modules/Bluetooth/tools/rootcanal/py/
Dcontroller.py153 async def expect_evt(self, expected_evt: hci.Event):
214 …async def expect_evt(self, expected_evt: typing.Union[hci.Event, type], timeout: int = 3) -> hci.E…
/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/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/simulator_app/proto/
Dsimulator_stream_protocol.proto59 message Event { message
/packages/apps/Dialer/java/com/android/dialer/historyitemactions/
DHistoryItemActionModulesBuilder.java99 @interface Event { annotation in HistoryItemActionModulesBuilder
/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/modules/Bluetooth/system/gd/rust/stack/src/hal/
Drootcanal_hal.rs25 Event = 0x04, enumerator
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/
DAdapterDelegate.java224 enum Event { enum in AdapterDelegate
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DMessage.java81 abstract void update(Update Event); in update()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/util/
DStateMachine.java102 public @interface Event { annotation in StateMachine
/packages/apps/Calendar/src/com/android/calendar/
DEvent.kt40 class Event : Cloneable { class
/packages/modules/Bluetooth/system/gd/rust/stack/src/link/acl/classic/
Dmod.rs42 pub enum Event { enum
/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/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java617 class Event { class in BluetoothMapContentObserver
651 Event(String eventType, long handle, String folder, String oldFolder, TYPE msgType) { in Event() method in BluetoothMapContentObserver.Event
667 Event(String eventType, long handle, String folder, TYPE msgType) { in Event() method in BluetoothMapContentObserver.Event
675 Event(String eventType, long handle, String folder, TYPE msgType, String datetime, in Event() method in BluetoothMapContentObserver.Event
692 Event(String eventType, long handle, String folder, TYPE msgType, String datetime, in Event() method in BluetoothMapContentObserver.Event
716 Event(String eventType, String uci, TYPE msgType, String name, String priority, in Event() method in BluetoothMapContentObserver.Event
/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/Uwb/tests/cts/hostsidetests/multidevices/uwb/snippet/
DUwbManagerSnippet.java89 private enum Event { enum in UwbManagerSnippet
147 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

12