Home
last modified time | relevance | path

Searched defs:handler (Results 1 – 25 of 6074) sorted by relevance

12345678910>>...243

/aosp_15_r20/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/policy/
DUserRestrictionsPolicyHandlerTest.java75 UserRestrictionsPolicyHandler handler = new UserRestrictionsPolicyHandler(mMockDpm, in onProvisionInProgressDebug_withoutKioskPackageName_shouldThrowException() local
91 UserRestrictionsPolicyHandler handler = new UserRestrictionsPolicyHandler(mMockDpm, in onProvisionInProgress_withoutKioskPackageName_shouldThrowException() local
112 UserRestrictionsPolicyHandler handler = new UserRestrictionsPolicyHandler(mMockDpm, in onProvisionInProgressDebug_withSetExpectedUserRestrictions() local
136 UserRestrictionsPolicyHandler handler = new UserRestrictionsPolicyHandler(mMockDpm, in onProvisionInProgress_withSetExpectedUserRestrictions() local
161 UserRestrictionsPolicyHandler handler = new UserRestrictionsPolicyHandler(mMockDpm, in onProvisionInProgress_withDisableOutgoingCallShouldSetExpectedUserRestrictions() local
186 UserRestrictionsPolicyHandler handler = new UserRestrictionsPolicyHandler(mMockDpm, in onProvisionInProgress_withDisallowUnknownSourcesShouldSetExpectedUserRestrictions() local
212 UserRestrictionsPolicyHandler handler = new UserRestrictionsPolicyHandler(mMockDpm, in onProvisionInProgress_withDebuggingAllowed_shouldNotDisallowDebuggingFeatures() local
233 UserRestrictionsPolicyHandler handler = new UserRestrictionsPolicyHandler(mMockDpm, in onLockedDebug_withDisableOutgoingCallShouldSetExpectedUserRestrictions() local
260 UserRestrictionsPolicyHandler handler = new UserRestrictionsPolicyHandler(mMockDpm, in onLocked_withDisableOutgoingCallShouldSetExpectedUserRestrictions() local
283 UserRestrictionsPolicyHandler handler = new UserRestrictionsPolicyHandler(mMockDpm, in onLocked_withDisableOutgoingCallAndUnknownSourcesShouldSetExpectedUserRestrictions() local
[all …]
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccPort.java151 public void getSpecVersion(AsyncResultCallback<EuiccSpecVersion> callback, Handler handler) { in getSpecVersion()
158 (byte[] response) -> mSpecVersion, callback, handler); in getSpecVersion() local
187 public void getAllProfiles(AsyncResultCallback<EuiccProfileInfo[]> callback, Handler handler) { in getAllProfiles()
229 Handler handler) { in getProfile()
267 Handler handler) { in disableProfile()
306 Handler handler) { in switchToProfile()
359 public void getEid(AsyncResultCallback<String> callback, Handler handler) { in getEid()
389 Handler handler) { in setNickname()
416 public void deleteProfile(String iccid, AsyncResultCallback<Void> callback, Handler handler) { in deleteProfile()
445 AsyncResultCallback<Void> callback, Handler handler) { in resetMemory()
[all …]
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmeventlistener.cpp106 void DrmEventListener::RegisterHotplugHandler(const std::shared_ptr<DrmEventHandler> &handler) { in RegisterHotplugHandler()
111 void DrmEventListener::UnRegisterHotplugHandler(const std::shared_ptr<DrmEventHandler> &handler) { in UnRegisterHotplugHandler()
117 const std::shared_ptr<DrmHistogramEventHandler> &handler) { in RegisterHistogramHandler()
123 const std::shared_ptr<DrmHistogramEventHandler> &handler) { in UnRegisterHistogramHandler()
129 const std::shared_ptr<DrmHistogramChannelEventHandler> &handler) { in RegisterHistogramChannelHandler()
140 const std::shared_ptr<DrmHistogramChannelEventHandler> &handler) { in UnRegisterHistogramChannelHandler()
150 const std::shared_ptr<DrmContextHistogramEventHandler> &handler) { in RegisterContextHistogramHandler()
161 const std::shared_ptr<DrmContextHistogramEventHandler> &handler) { in UnRegisterContextHistogramHandler()
170 void DrmEventListener::RegisterTUIHandler(const std::shared_ptr<DrmTUIEventHandler> &handler) { in RegisterTUIHandler()
178 void DrmEventListener::UnRegisterTUIHandler(const std::shared_ptr<DrmTUIEventHandler> &handler) { in UnRegisterTUIHandler()
[all …]
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/
H A D_invocation.py25 def _cancel(handler): argument
29 def _is_active(handler): argument
37 def _add_callback(handler, callback): argument
41 def _initial_metadata(handler): argument
45 def _trailing_metadata(handler): argument
50 def _code(handler): argument
55 def _details(handler): argument
61 def __init__(self, handler): argument
90 def __init__(self, handler): argument
118 def _next(handler): argument
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dhandler_type_requirements.hpp132 handler_type, handler) \ argument
154 handler_type, handler) \ argument
181 handler_type, handler) \ argument
208 handler_type, handler) \ argument
233 handler_type, handler, socket_type) \ argument
260 handler_type, handler) \ argument
285 handler_type, handler, endpoint_type) \ argument
312 handler_type, handler, iter_type) \ argument
339 handler_type, handler, range_type) \ argument
366 handler_type, handler) \ argument
[all …]
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.66/boost/asio/detail/
Dhandler_type_requirements_ext_local.hpp160 handler_type, handler) \ argument
182 handler_type, handler) \ argument
215 handler_type, handler) \ argument
242 handler_type, handler) \ argument
267 handler_type, handler, socket_type) \ argument
294 handler_type, handler) \ argument
319 handler_type, handler, endpoint_type) \ argument
346 handler_type, handler, iter_type) \ argument
373 handler_type, handler, range_type) \ argument
400 handler_type, handler) \ argument
[all …]
Dhandler_type_requirements_ext.hpp158 handler_type, handler) \ argument
180 handler_type, handler) \ argument
211 handler_type, handler) \ argument
292 handler_type, handler) \ argument
317 handler_type, handler, endpoint_type) \ argument
344 handler_type, handler, iter_type) \ argument
371 handler_type, handler, range_type) \ argument
398 handler_type, handler) \ argument
423 handler_type, handler) \ argument
450 handler_type, handler) \ argument
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/util/concurrency/
H A DMockExecutorHandlerTest.kt36 val handler = mockExecutorHandler(fakeExecutor) in testNoDelay() constant
83 val handler = mockExecutorHandler(fakeExecutor) in testDelayed() constant
116 val handler = mockExecutorHandler(fakeExecutor) in testAtTime() constant
148 val handler = mockExecutorHandler(fakeExecutor) in testRemoveCallback_postDelayed() constant
169 val handler = mockExecutorHandler(fakeExecutor) in testRemoveCallback_postAtTime() constant
191 val handler = mockExecutorHandler(fakeExecutor) in testRemoveCallback_mixed_allRemoved() constant
210 val handler = mockExecutorHandler(fakeExecutor) in testRemoveCallback_differentRunnables_onlyMatchingRemoved() constant
234 val handler = mockExecutorHandler(fakeExecutor) in testRemoveMessages_fails() constant
/aosp_15_r20/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/
H A DPluggableAuthHandlerTest.java130 PluggableAuthHandler handler = new PluggableAuthHandler(environmentProvider, processBuilder); in retrieveTokenFromExecutable_oidcResponse() local
175 PluggableAuthHandler handler = new PluggableAuthHandler(environmentProvider, processBuilder); in retrieveTokenFromExecutable_samlResponse() local
212 PluggableAuthHandler handler = new PluggableAuthHandler(environmentProvider, processBuilder); in retrieveTokenFromExecutable_errorResponse_throws() local
259 PluggableAuthHandler handler = new PluggableAuthHandler(environmentProvider, processBuilder); in retrieveTokenFromExecutable_successResponseWithoutExpirationTimeField() local
335 PluggableAuthHandler handler = new PluggableAuthHandler(environmentProvider, processBuilder); in retrieveTokenFromExecutable_successResponseWithoutExpirationTimeFieldWithOutputFileSpecified_throws() local
410 PluggableAuthHandler handler = new PluggableAuthHandler(environmentProvider, processBuilder); in retrieveTokenFromExecutable_successResponseInOutputFileMissingExpirationTimeField_throws() local
476 PluggableAuthHandler handler = new PluggableAuthHandler(environmentProvider, processBuilder); in retrieveTokenFromExecutable_withOutputFile_usesCachedResponse() local
532 PluggableAuthHandler handler = new PluggableAuthHandler(environmentProvider, processBuilder); in retrieveTokenFromExecutable_withInvalidOutputFile_throws() local
597 PluggableAuthHandler handler = new PluggableAuthHandler(environmentProvider, processBuilder); in retrieveTokenFromExecutable_expiredOutputFileResponse_callsExecutable() local
631 PluggableAuthHandler handler = new PluggableAuthHandler(environmentProvider, processBuilder); in retrieveTokenFromExecutable_expiredResponse_throws() local
[all …]
/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/frame_protector/
H A Dframe_handler_test.cc50 frame_handler* handler = in create_frame_handler() local
59 static void destroy_frame_handler(frame_handler* handler) { in destroy_frame_handler()
68 static void frame(frame_handler* handler, unsigned char* payload, in frame()
88 static size_t deframe(frame_handler* handler, unsigned char* bytes, in deframe()
104 static void frame_n_deframe(frame_handler* handler, unsigned char* payload, in frame_n_deframe()
119 frame_handler* handler = create_frame_handler(); in TEST() local
128 frame_handler* handler = create_frame_handler(); in TEST() local
134 frame_handler* handler = create_frame_handler(); in TEST() local
141 frame_handler* handler = create_frame_handler(); in TEST() local
149 frame_handler* handler = create_frame_handler(); in TEST() local
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/internal/
H A DProxyTunnelInitHandlerTest.java98 …ProxyTunnelInitHandler handler = new ProxyTunnelInitHandler(mockChannelPool, null, null, REMOTE_HO… in addedToPipeline_addsCodec() local
107 …ProxyTunnelInitHandler handler = new ProxyTunnelInitHandler(mockChannelPool, REMOTE_HOST, promise); in successfulProxyResponse_completesFuture() local
118 …ProxyTunnelInitHandler handler = new ProxyTunnelInitHandler(mockChannelPool, REMOTE_HOST, promise); in successfulProxyResponse_removesSelfAndCodec() local
130 …ProxyTunnelInitHandler handler = new ProxyTunnelInitHandler(mockChannelPool, REMOTE_HOST, promise); in successfulProxyResponse_doesNotRemoveSslHandler() local
140 …ProxyTunnelInitHandler handler = new ProxyTunnelInitHandler(mockChannelPool, REMOTE_HOST, promise); in unexpectedMessage_failsPromise() local
149 …ProxyTunnelInitHandler handler = new ProxyTunnelInitHandler(mockChannelPool, REMOTE_HOST, promise); in unsuccessfulResponse_failsPromise() local
164 …ProxyTunnelInitHandler handler = new ProxyTunnelInitHandler(mockChannelPool, REMOTE_HOST, promise); in requestWriteFails_failsPromise() local
173 …ProxyTunnelInitHandler handler = new ProxyTunnelInitHandler(mockChannelPool, REMOTE_HOST, promise); in channelInactive_shouldFailPromise() local
184 …ProxyTunnelInitHandler handler = new ProxyTunnelInitHandler(mockChannelPool, REMOTE_HOST, promise); in unexpectedExceptionThrown_shouldFailPromise() local
197 …ProxyTunnelInitHandler handler = new ProxyTunnelInitHandler(mockChannelPool, REMOTE_HOST, promise); in handlerRemoved_removesCodec() local
[all …]
/aosp_15_r20/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/publish/
DPublishControllerImplTest.java106 Handler handler = publishController.getPublishHandler(); in testRcsConnected() local
118 Handler handler = publishController.getPublishHandler(); in testRcsDisconnected() local
144 Handler handler = publishController.getPublishHandler(); in testGetPublishStateWithNotSupportPublishingState() local
161 Handler handler = publishController.getPublishHandler(); in testGetPublishStateWithSupportPublishingState() local
197 Handler handler = publishController.getPublishHandler(); in testUnpublish() local
216 Handler handler = publishController.getPublishHandler(); in testImsUnregistered() local
234 Handler handler = publishController.getPublishHandler(); in testPublishUpdated() local
267 Handler handler = publishController.getPublishHandler(); in testPublishUpdatedWithSipDetails() local
313 Handler handler = publishController.getPublishHandler(); in testPublishingStateTargetingEnable() local
354 Handler handler = publishController.getPublishHandler(); in testPublishingStateTargetingDisable() local
[all …]
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowHandlerTest.java105 Handler handler = new Handler(callback); in shouldCallProvidedHandlerCallback() local
133 Handler handler = new Handler(); in testRemoveCallbacks() local
230 Handler handler = new Handler(); in testSendMessageAtFrontOfQueueThenRunMainLooperOneMsgAtATime_shouldRunFrontOfQueueMsgFirst() local
254 Handler handler = new Handler(); in sendEmptyMessage_addMessageToQueue() local
266 Handler handler = new Handler(); in sendEmptyMessageDelayed_sendsMessageAtCorrectTime() local
278 Handler handler = new Handler(); in sendMessageAtTime_sendsMessageAtCorrectTime() local
291 Handler handler = new Handler(); in removeMessages_takesMessageOutOfQueue() local
300 Handler handler = new Handler(); in removeMessage_withSpecifiedObject() local
320 Handler handler = new Handler(); in testHasMessagesWithWhatAndObject() local
334 Handler handler = new Handler(); in testSendToTarget() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.70/boost/asio/detail/
Dhandler_type_requirements_ext.hpp155 handler_type, handler) \ argument
177 handler_type, handler) \ argument
207 handler_type, handler) \ argument
288 handler_type, handler) \ argument
313 handler_type, handler, endpoint_type) \ argument
340 handler_type, handler, iter_type) \ argument
367 handler_type, handler, range_type) \ argument
394 handler_type, handler) \ argument
419 handler_type, handler) \ argument
446 handler_type, handler) \ argument
[all …]
Dhandler_type_requirements_ext_local.hpp155 handler_type, handler) \ argument
177 handler_type, handler) \ argument
209 handler_type, handler) \ argument
290 handler_type, handler) \ argument
315 handler_type, handler, endpoint_type) \ argument
342 handler_type, handler, iter_type) \ argument
369 handler_type, handler, range_type) \ argument
396 handler_type, handler) \ argument
421 handler_type, handler) \ argument
448 handler_type, handler) \ argument
[all …]
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.76/boost/asio/detail/
Dhandler_type_requirements_ext.hpp155 handler_type, handler) \ argument
177 handler_type, handler) \ argument
207 handler_type, handler) \ argument
288 handler_type, handler) \ argument
313 handler_type, handler, endpoint_type) \ argument
340 handler_type, handler, iter_type) \ argument
367 handler_type, handler, range_type) \ argument
394 handler_type, handler) \ argument
419 handler_type, handler) \ argument
446 handler_type, handler) \ argument
[all …]
Dhandler_type_requirements_ext_local.hpp155 handler_type, handler) \ argument
177 handler_type, handler) \ argument
209 handler_type, handler) \ argument
290 handler_type, handler) \ argument
315 handler_type, handler, endpoint_type) \ argument
342 handler_type, handler, iter_type) \ argument
369 handler_type, handler, range_type) \ argument
396 handler_type, handler) \ argument
421 handler_type, handler) \ argument
448 handler_type, handler) \ argument
[all …]
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dhandler_type_requirements.hpp112 #define ASIO_COMPLETION_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(… argument
114 #define ASIO_READ_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(handle… argument
117 #define ASIO_WRITE_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(handl… argument
119 #define ASIO_ACCEPT_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(hand… argument
121 #define ASIO_CONNECT_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(han… argument
123 #define ASIO_COMPOSED_CONNECT_HANDLER_CHECK( handler_type, handler, iter_type) typedef A… argument
125 #define ASIO_RESOLVE_HANDLER_CHECK( handler_type, handler, iter_type) typedef ASIO_HANDL… argument
127 #define ASIO_WAIT_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(handle… argument
129 #define ASIO_SIGNAL_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(hand… argument
131 #define ASIO_HANDSHAKE_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(h… argument
[all …]
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.74/boost/asio/detail/
Dhandler_type_requirements_ext.hpp155 handler_type, handler) \ argument
177 handler_type, handler) \ argument
207 handler_type, handler) \ argument
288 handler_type, handler) \ argument
313 handler_type, handler, endpoint_type) \ argument
340 handler_type, handler, iter_type) \ argument
367 handler_type, handler, range_type) \ argument
394 handler_type, handler) \ argument
419 handler_type, handler) \ argument
446 handler_type, handler) \ argument
[all …]
Dhandler_type_requirements_ext_local.hpp155 handler_type, handler) \ argument
177 handler_type, handler) \ argument
209 handler_type, handler) \ argument
290 handler_type, handler) \ argument
315 handler_type, handler, endpoint_type) \ argument
342 handler_type, handler, iter_type) \ argument
369 handler_type, handler, range_type) \ argument
396 handler_type, handler) \ argument
421 handler_type, handler) \ argument
448 handler_type, handler) \ argument
[all …]
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.55/boost/asio/detail/
Dhandler_type_requirements_ext.hpp152 handler_type, handler) \ argument
174 handler_type, handler) \ argument
205 handler_type, handler) \ argument
232 handler_type, handler) \ argument
257 handler_type, handler) \ argument
282 handler_type, handler, iter_type) \ argument
309 handler_type, handler, iter_type) \ argument
336 handler_type, handler) \ argument
361 handler_type, handler) \ argument
388 handler_type, handler) \ argument
[all …]
Dhandler_type_requirements_ext_local.hpp166 handler_type, handler) \ argument
188 handler_type, handler) \ argument
221 handler_type, handler) \ argument
248 handler_type, handler) \ argument
273 handler_type, handler) \ argument
298 handler_type, handler, iter_type) \ argument
325 handler_type, handler, iter_type) \ argument
352 handler_type, handler) \ argument
377 handler_type, handler) \ argument
404 handler_type, handler) \ argument
[all …]
/aosp_15_r20/cts/tests/tests/telecom/src/android/telecom/cts/
H A DRemoteConnectionTest.java311 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_StateChange() local
337 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_RingbackRequest() local
363 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_ConnectionCapabilities() local
392 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_ConnectionProperties() local
422 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_PostDialWait() local
450 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_PostDialChar() local
477 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_VoipAudio() local
503 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_StatusHints() local
530 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_AddressChange() local
559 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_CallerDisplayName() local
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarViewTest.kt77 val handler = TestTouchEventHandler() in onTouchEvent_listenerNotified() constant
89 val handler = TestTouchEventHandler() in onInterceptTouchEvent_flagOff_listenerNotified() constant
101 val handler = TestTouchEventHandler() in onInterceptTouchEvent_flagOn_listenerNotified() constant
113 val handler = TestTouchEventHandler() in onInterceptTouchEvent_listenerReturnsFalse_flagOff_viewReturnsFalse() constant
125 val handler = TestTouchEventHandler() in onInterceptTouchEvent_listenerReturnsFalse_flagOn_viewReturnsFalse() constant
137 val handler = TestTouchEventHandler() in onInterceptTouchEvent_listenerReturnsTrue_flagOff_viewReturnsFalse() constant
149 val handler = TestTouchEventHandler() in onInterceptTouchEvent_listenerReturnsTrue_flagOn_viewReturnsTrue() constant
160 val handler = TestTouchEventHandler() in onTouchEvent_listenerReturnsTrue_viewReturnsTrue() constant
171 val handler = TestTouchEventHandler() in onTouchEvent_listenerReturnsFalse_viewReturnsFalse() constant
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTAttributeDef.java513 StylesheetHandler handler, String uri, String name, String rawName, String value, in processAVT()
544 Object processCDATA(StylesheetHandler handler, String uri, String name, in processCDATA()
578StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElem… in processCHAR()
622 Object processENUM(StylesheetHandler handler, String uri, String name, in processENUM()
672 Object processENUM_OR_PQNAME(StylesheetHandler handler, String uri, String name, in processENUM_OR_PQNAME()
756 StylesheetHandler handler, String uri, String name, String rawName, String value, in processEXPR()
787 Object processNMTOKEN(StylesheetHandler handler, String uri, String name, in processNMTOKEN()
834 StylesheetHandler handler, String uri, String name, String rawName, String value, in processPATTERN()
869StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElem… in processNUMBER()
931StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElem… in processQNAME()
[all …]

12345678910>>...243