Home
last modified time | relevance | path

Searched defs:test_thread (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/rust/
Dslow_keys_filter.rs278 let test_thread = get_thread(test_callbacks.clone()); in test_is_notify_key_for_internal_non_alphabetic_keyboard_not_blocked() localVariable
296 let test_thread = get_thread(test_callbacks.clone()); in test_is_notify_key_for_external_stylus_not_blocked() localVariable
315 let test_thread = get_thread(test_callbacks.clone()); in test_notify_key_for_tv_remote_when_key_pressed_for_threshold_time() localVariable
372 let test_thread = get_thread(test_callbacks.clone()); in test_notify_key_for_internal_alphabetic_keyboard_when_key_pressed_for_threshold_time() localVariable
424 let test_thread = get_thread(test_callbacks.clone()); in test_notify_key_for_external_keyboard_when_key_pressed_for_threshold_time() localVariable
476 let test_thread = get_thread(test_callbacks.clone()); in test_notify_key_for_external_keyboard_when_key_not_pressed_for_threshold_time() localVariable
509 let test_thread = get_thread(test_callbacks.clone()); in test_notify_key_for_external_keyboard_when_device_removed_before_threshold_time() localVariable
Dinput_filter_thread.rs286 let test_thread = get_thread(test_callbacks.clone()); in test_register_callback_creates_cpp_thread() localVariable
295 let test_thread = get_thread(test_callbacks.clone()); in test_unregister_callback_finishes_cpp_thread() localVariable
305 let test_thread = get_thread(test_callbacks.clone()); in test_notify_timeout_called_after_timeout_expired() localVariable
319 let test_thread = get_thread(test_callbacks.clone()); in test_notify_timeout_not_called_before_timeout_expired() localVariable
Dinput_filter.rs476 test_thread: Option<FakeCppThread>, field
541 let test_thread = FakeCppThread::new(callback.clone()); in createInputFilterThread() localVariable