Home
last modified time | relevance | path

Searched defs:delegate (Results 1 – 9 of 9) 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/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.java615 @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/tests/tests/telephony/current/src/android/telephony/ims/cts/
DSipDelegateManagerTest.java128 public TestSipDelegate delegate; field in SipDelegateManagerTest.TransportInterfaces
601 TestSipDelegate delegate = createSipDelegateConnectionAndVerify(manager, delegateConn, in testImsServiceDisconnected() local
757 TestSipDelegate delegate = getSipDelegate(transportImpl, Collections.emptySet(), 0); in testCreateDelegateMessagingAppChangesToApp() local
1016 TestSipDelegate delegate = createSipDelegateConnectionAndVerify(manager, delegateConn, in testFeatureTagDeniedByCarrierConfig() local
1774 TestSipDelegate delegate) throws Exception { in destroySipDelegate()
1785 TestSipDelegate delegate) throws Exception { in destroySipDelegateAndVerifyConnDestroyed()
1800 TestSipDelegate delegate) { in verifySipDelegateDestroyed()
1829 TestSipDelegate delegate, Set<String> registeredTags, in verifyRegisteredAndSendSipConfig()
1892 TestSipDelegate delegate) throws Exception { in verifyOutgoingTransport()
1913 TestSipDelegate delegate) throws Exception { in verifyIncomingTransport()
[all …]
DTestSipTransport.java72 public void destroySipDelegate(@NonNull SipDelegate delegate, int reason) { in destroySipDelegate()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java412 TouchDelegate delegate = spy(new TouchDelegate(rect, button)); in testAccessTouchDelegate() local