/cts/tests/tests/content/lib/accountaccess/src/com.android.cts.content/ |
D | SyncAdapter.java | 34 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/ |
D | ExpectedFailuresFilter.java | 33 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/ |
D | AccessibilityDragAndDropActivity.java | 34 View.AccessibilityDelegate delegate = new View.AccessibilityDelegate() { in onCreate() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | ViewPropertyAnimatorTests.java | 504 ViewPropertyAnimatorTestDelegate delegate) { in runViewPropertyAnimatorTestWithoutVerification() 509 final ViewPropertyAnimatorTestDelegate delegate) { in createViewPropertyAnimatorTest()
|
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | CustomView.java | 66 void setContentCaptureDelegate(@NonNull Visitor<ViewStructure> delegate) { in setContentCaptureDelegate()
|
D | CustomViewActivity.java | 65 static void setCustomViewDelegate(@NonNull DoubleVisitor<CustomView, ViewStructure> delegate) { in setCustomViewDelegate()
|
D | CustomViewActivityTest.java | 595 @NonNull DoubleVisitor<CustomView, ViewStructure> delegate) { in setAsyncDelegate()
|
/cts/tests/accessibility/src/android/view/accessibility/cts/ |
D | AccessibilityDelegateTest.java | 76 AccessibilityDelegate delegate = new AccessibilityDelegate(); in testAccessibilityDelegateGetAndSet() local
|
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | SipDelegateManagerTest.java | 128 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 …]
|
D | TestSipTransport.java | 72 public void destroySipDelegate(@NonNull SipDelegate delegate, int reason) { in destroySipDelegate()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewTest.java | 412 TouchDelegate delegate = spy(new TouchDelegate(rect, button)); in testAccessTouchDelegate() local
|