Home
last modified time | relevance | path

Searched defs:delegate (Results 1 – 14 of 14) sorted by relevance

/cts/tests/tests/content/lib/accountaccess/src/com.android.cts.content/
DSyncAdapter.java34 AbstractThreadedSyncAdapter delegate = mock(AbstractThreadedSyncAdapter.class); in setNewDelegate() local
57 AbstractThreadedSyncAdapter delegate = getCopyOfDelegate(); in onPerformSync() local
66 AbstractThreadedSyncAdapter delegate = getCopyOfDelegate(); in onUnsyncableAccount() local
/cts/tests/signature/lib/common/src/android/signature/cts/
DExpectedFailuresFilter.java33 private final ResultObserver delegate; field in ExpectedFailuresFilter
45 public ExpectedFailuresFilter(ResultObserver delegate, Collection<String> expected) { in ExpectedFailuresFilter()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/activities/
DAccessibilityDragAndDropActivity.java34 View.AccessibilityDelegate delegate = new View.AccessibilityDelegate() { in onCreate() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DViewPropertyAnimatorTests.java504 ViewPropertyAnimatorTestDelegate delegate) { in runViewPropertyAnimatorTestWithoutVerification()
509 final ViewPropertyAnimatorTestDelegate delegate) { in createViewPropertyAnimatorTest()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DCustomView.java66 void setContentCaptureDelegate(@NonNull Visitor<ViewStructure> delegate) { in setContentCaptureDelegate()
DCustomViewActivity.java65 static void setCustomViewDelegate(@NonNull DoubleVisitor<CustomView, ViewStructure> delegate) { in setCustomViewDelegate()
DCustomViewActivityTest.java638 @NonNull DoubleVisitor<CustomView, ViewStructure> delegate) { in setAsyncDelegate()
/cts/tests/accessibility/src/android/view/accessibility/cts/
DAccessibilityDelegateTest.java76 AccessibilityDelegate delegate = new AccessibilityDelegate(); in testAccessibilityDelegateGetAndSet() local
/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/
DEnterpriseComponent.kt71 val delegate = RemoteDelegate(RemoteDelegate.sTestApp, deviceState.dpc().user()) in ensureHasDelegate() constant
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DSipDelegateManagerTest.java137 public TestSipDelegate delegate; field in SipDelegateManagerTest.TransportInterfaces
846 TestSipDelegate delegate = createSipDelegateConnectionAndVerify(manager, delegateConn, in testImsServiceDisconnected() local
1086 TestSipDelegate delegate = getSipDelegate(transportImpl, Collections.emptySet(), 0); in testCreateDelegateMessagingAppChangesToApp() local
1370 TestSipDelegate delegate = createSipDelegateConnectionAndVerify(manager, delegateConn, in testFeatureTagDeniedByCarrierConfig() local
2128 TestSipDelegate delegate) throws Exception { in destroySipDelegate()
2139 TestSipDelegate delegate) throws Exception { in destroySipDelegateAndVerifyConnDestroyed()
2154 TestSipDelegate delegate) { in verifySipDelegateDestroyed()
2183 TestSipDelegate delegate, Set<String> registeredTags, in verifyRegisteredAndSendSipConfig()
2246 TestSipDelegate delegate) throws Exception { in verifyOutgoingTransport()
2267 TestSipDelegate delegate) throws Exception { in verifyIncomingTransport()
[all …]
DTestSipTransport.java79 public void destroySipDelegate(@NonNull SipDelegate delegate, int reason) { in destroySipDelegate()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionDefaultMethodTest.java205 TestInputConnection(InputConnection delegate) { in TestInputConnection()
/cts/hostsidetests/voiceinteraction/app/src/com/android/cts/voiceinteraction/
DProxyVoiceInteractionService.java471 HotwordDetectorCallbackAdapter(IProxyDetectorCallback delegate) { in HotwordDetectorCallbackAdapter()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java436 TouchDelegate delegate = spy(new TouchDelegate(rect, button)); in testAccessTouchDelegate() local