Home
last modified time | relevance | path

Searched defs:inputEvent (Results 1 – 15 of 15) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/inputverification/
DClickVerifierTest.java106 InputEvent inputEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testInputEventNotValidatedBySystem() local
122 InputEvent inputEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testInputEvent_verifyByInputEventFlagDisabled_Verified() local
139 InputEvent inputEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testVerifiedInputEvent_underUseLimit_verified() local
161 InputEvent inputEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testVerifiedInputEvent_overUseLimit_notVerified() local
215 InputEvent inputEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testUnverifiedInputEvent_motionEvent_underUseLimit_verified() local
237 InputEvent inputEvent = new KeyEvent(0, 0, KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_1, 0); in testUnverifiedInputEvent_keyEvent_underUseLimit_verified() local
259 InputEvent inputEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testUnverifiedInputEvent_motionEvent_overUseLimit_notVerified() local
282 InputEvent inputEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testCopiedUnverifiedInputEvent_overUseLimit_notVerified() local
322 InputEvent inputEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testClickDeduplicationNotEnabled_inputEventStillVerified() local
348 InputEvent inputEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testClickDeduplicationNotEnforced_inputEventStillVerified() local
[all …]
/packages/modules/AdServices/adservices/clients/java/android/adservices/clients/measurement/
DMeasurementClient.java59 @NonNull Uri attributionSource, @Nullable InputEvent inputEvent) { in registerSource()
121 Uri attributionSource, InputEvent inputEvent) { in registerSourceForSPlus()
/packages/services/Car/car-builtin-lib/src/android/car/builtin/view/
DInputEventHelper.java37 public static void setDisplayId(@NonNull InputEvent inputEvent, int newDisplayId) { in setDisplayId()
/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DReportInteractionInput.java75 @Nullable InputEvent inputEvent, in ReportInteractionInput()
262 public ReportInteractionInput.Builder setInputEvent(@Nullable InputEvent inputEvent) { in setInputEvent()
DReportEventRequest.java230 public Builder setInputEvent(@Nullable InputEvent inputEvent) { in setInputEvent()
/packages/modules/AdServices/adservices/framework/java/android/adservices/measurement/
DMeasurementManager.java141 @Nullable InputEvent inputEvent, in registerSource()
166 @Nullable InputEvent inputEvent, in registerSource()
DSourceRegistrationRequest.java156 public Builder setInputEvent(@Nullable InputEvent inputEvent) { in setInputEvent()
DWebSourceRegistrationRequest.java281 public Builder setInputEvent(@Nullable InputEvent inputEvent) { in setInputEvent()
DMeasurementCompatibleManager.java195 @Nullable InputEvent inputEvent, in registerSource()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DWordInputEventForPersonalization.java86 final WordInputEventForPersonalization inputEvent = in createInputEventFrom() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DMeasurementImpl.java302 @Nullable InputEvent inputEvent, in registerEvent()
428 InputEvent inputEvent, long requestTime, String sourceRegistrant) { in getSourceType()
/packages/services/Car/service/src/com/android/car/evs/
DCarEvsServiceUtils.java57 static @CarEvsStreamEvent int convertToStreamEvent(int inputEvent) { in convertToStreamEvent()
/packages/modules/StatsD/statsd/src/matchers/
Dmatcher_util.cpp566 const LogEvent& inputEvent = transformedEvent == nullptr ? event : *transformedEvent; in matchesSimple() local
/packages/inputmethods/LatinIME/native/jni/
Dcom_android_inputmethod_latin_BinaryDictionary.cpp466 jobject inputEvent = env->GetObjectArrayElement(inputEvents, 0); in latinime_BinaryDictionary_updateEntriesForInputEvents() local
480 jobject inputEvent = env->GetObjectArrayElement(inputEvents, i); in latinime_BinaryDictionary_updateEntriesForInputEvents() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncSourceFetcherTest.java10234 private RegistrationRequest buildRequest(String registrationUri, InputEvent inputEvent) { in buildRequest()
10406 static Source.SourceType getSourceType(InputEvent inputEvent) { in getSourceType()