Home
last modified time | relevance | path

Searched defs:delegate (Results 1 – 6 of 6) 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/accessibility/src/android/view/accessibility/cts/
DAccessibilityDelegateTest.java66 AccessibilityDelegate delegate = new AccessibilityDelegate(); in testAccessibilityDelegateGetAndSet() local
/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.java556 @NonNull DoubleVisitor<CustomView, ViewStructure> delegate) { in setAsyncDelegate()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java408 TouchDelegate delegate = spy(new TouchDelegate(rect, button)); in testAccessTouchDelegate() local