/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 | 638 @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/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/ |
D | EnterpriseComponent.kt | 71 val delegate = RemoteDelegate(RemoteDelegate.sTestApp, deviceState.dpc().user()) in ensureHasDelegate() constant
|
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | SipDelegateManagerTest.java | 137 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 …]
|
D | TestSipTransport.java | 79 public void destroySipDelegate(@NonNull SipDelegate delegate, int reason) { in destroySipDelegate()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputConnectionDefaultMethodTest.java | 205 TestInputConnection(InputConnection delegate) { in TestInputConnection()
|
/cts/hostsidetests/voiceinteraction/app/src/com/android/cts/voiceinteraction/ |
D | ProxyVoiceInteractionService.java | 471 HotwordDetectorCallbackAdapter(IProxyDetectorCallback delegate) { in HotwordDetectorCallbackAdapter()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewTest.java | 436 TouchDelegate delegate = spy(new TouchDelegate(rect, button)); in testAccessTouchDelegate() local
|