Home
last modified time | relevance | path

Searched refs:accept (Results 1 – 25 of 130) sorted by relevance

123456

/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DMoreCollectors.java48 public void accept(Builder<E> builder, E element) { in endingAt()
55 builder.accept(element); in endingAt()
85 public void accept(Builder<E> builder, E element) { in startingFrom()
87 builder.accept(element); in startingFrom()
92 builder.accept(element); in startingFrom()
/cts/hostsidetests/jvmti/redefining/app/src/android/jvmti/cts/
DJvmtiRedefineClassesTest.java72 public void accept(T data); in accept() method
78 public void accept(String data) { in accept() method in JvmtiRedefineClassesTest.StringCollector
101 reporter.accept("hello - private"); in Start()
105 reporter.accept("goodbye - private"); in Finish()
109 reporter.accept("Pre Start private method call"); in sayHi()
111 reporter.accept("Post Start private method call"); in sayHi()
113 reporter.accept("Pre Finish private method call"); in sayHi()
115 reporter.accept("Post Finish private method call"); in sayHi()
230 c.accept("Initial test run. No changes."); in checkRedefinedTransform()
236 c.accept("Redefining calling function."); in checkRedefinedTransform()
[all …]
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityTextTraversalTest.java133 public boolean accept(AccessibilityEvent event) { in testActionNextAndPreviousAtGranularityCharacterOverContentDescription()
163 public boolean accept(AccessibilityEvent event) { in testActionNextAndPreviousAtGranularityCharacterOverContentDescription()
193 public boolean accept(AccessibilityEvent event) { in testActionNextAndPreviousAtGranularityCharacterOverContentDescription()
227 public boolean accept(AccessibilityEvent event) { in testActionNextAndPreviousAtGranularityCharacterOverContentDescription()
257 public boolean accept(AccessibilityEvent event) { in testActionNextAndPreviousAtGranularityCharacterOverContentDescription()
287 public boolean accept(AccessibilityEvent event) { in testActionNextAndPreviousAtGranularityCharacterOverContentDescription()
349 public boolean accept(AccessibilityEvent event) { in testActionNextAndPreviousAtGranularityWordOverContentDescription()
379 public boolean accept(AccessibilityEvent event) { in testActionNextAndPreviousAtGranularityWordOverContentDescription()
409 public boolean accept(AccessibilityEvent event) { in testActionNextAndPreviousAtGranularityWordOverContentDescription()
443 public boolean accept(AccessibilityEvent event) { in testActionNextAndPreviousAtGranularityWordOverContentDescription()
[all …]
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DDirectActionsActivity.java90 callback.accept(Collections.emptyList()); in onGetDirectActions()
101 callback.accept(actions); in onGetDirectActions()
173 callback.accept(result); in reportActionPerformed()
181 callback.accept(result); in reportActionCancelled()
189 callback.accept(result); in reportActionExecuting()
194 callback.accept( new Bundle()); in reportActionFailed()
/cts/tests/tests/background/src/android/app/cts/backgroundrestrictions/
DBroadcastsTest.java72 callback.accept(intent); in testNonSupportedBroadcastsNotDelivered_runtimeReceiver()
96 MyReceiver.setCallback((intent) -> callback.accept(intent)); in testNonSupportedBroadcastsNotDelivered_manifestReceiver()
146 receiverInitializer.accept(filter, callbackHandler); in testNonSupportedBroadcastsNotDelivered()
154 intentInitializer.accept(intent); in testNonSupportedBroadcastsNotDelivered()
DMyReceiver.java37 callback.accept(intent); in onReceive()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DSomeService.java49 sCallback.accept(0); in onStartCommand()
52 sCallback.accept(1); in onStartCommand()
/cts/tests/signature/lib/common/src/android/signature/cts/
DBufferedReaderLineSpliterator.java72 action.accept(mConverter.apply(nextLine)); in tryAdvance()
74 action.accept(mLineNumConverter.apply(nextLine, mLineNum)); in tryAdvance()
/cts/tests/tests/view/src/android/view/cts/
DMockScrollCaptureCallback.java67 mSearchConsumer.accept(scrollBounds); in completeSearchRequest()
82 mImageOnComplete.accept(captured); in completeImageRequest()
/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsBehaviorTests.java397 callback.accept(new Point(theLeftestLine, theToppestLine), in swipeBigX()
403 callback.accept(new Point(theRightestLine, theToppestLine), in swipeBigX()
420 callback.accept(new Point(i, y)); in clickAllOfHorizontalSamplePoints()
427 callback.accept(new Point(theRightestLine, y)); in clickAllOfHorizontalSamplePoints()
458 callback.accept(new Point(theLeftestLine, i), in swipeAllOfHorizontalLinesFromLeftToRight()
465 callback.accept(new Point(theLeftestLine, theBottomestLine), in swipeAllOfHorizontalLinesFromLeftToRight()
483 callback.accept(new Point(theRightestLine, i), in swipeAllOfHorizontalLinesFromRightToLeft()
490 callback.accept(new Point(theRightestLine, theBottomestLine), in swipeAllOfHorizontalLinesFromRightToLeft()
517 callback.accept(new Point(i, theToppestLine), in swipeAllOfVerticalLinesFromTopToBottom()
524 callback.accept(new Point(theRightestLine, theToppestLine), in swipeAllOfVerticalLinesFromTopToBottom()
[all …]
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerConfigActivityTest.java112 assertTrue(request.accept()); in testCreateShortcutResultIntent_defaultLauncher()
124 assertTrue(request.accept()); in testCreateShortcutResultIntent_defaultChanges()
135 assertExpectException(SecurityException.class, null, request::accept); in testCreateShortcutResultIntent_noDefault()
/cts/common/device-side/bedstead/activitycontext/src/test/java/com/android/activitycontext/
DActivityContextTest.java143 public void accept(Activity activity) { in accept() method in ActivityContextTest.BlockingActivityConsumer
161 public void accept(Activity activity, String s) { in accept() method in ActivityContextTest.BlockingActivityBiConsumerChecksActivity
204 public void accept(Activity activity, String s) { in accept() method in ActivityContextTest.BlockingActivityBiConsumerReturnsFirstArgument
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DPackageFilter.java38 public boolean accept(String packageName) { in accept() method in PackageFilter
DTextReport.java39 if (packageFilter.accept(apiPackage.getName()) && apiPackage.getTotalMethods() > 0) { in printTextReport()
48 if (packageFilter.accept(apiPackage.getName())) { in printTextReport()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DCondition.java190 condition.mOnFailure.accept(condition.mLastResult); in waitFor()
198 setup.accept(condition); in waitForResult()
/cts/hostsidetests/shortcuts/deviceside/backup/launcher4old/src/android/content/pm/cts/shortcut/backup/launcher4/
DMainActivity.java34 request.accept(); in onCreate()
/cts/common/device-side/bedstead/activitycontext/src/main/java/com/android/activitycontext/
DActivityContext.java115 getWithContext((inContext) -> {runnable.accept(inContext); return null; }); in runWithContext()
130 getWithContext((inContext) -> {runnable.accept(inContext, arg1); return null; }); in runWithContext()
/cts/tests/tests/media/src/android/media/cts/
DMediaButtonReceiverService.java47 mCallback.accept(keyEvent); in onHandleIntent()
DMediaButtonBroadcastReceiver.java37 mCallback.accept(keyEvent); in onReceive()
/cts/hostsidetests/cpptools/test-apps/DomainSocketApp/src/com/android/cts/domainsocketapp/
DDomainSocketActivity.java43 new LocalServerSocket(DOMAIN_SOCKET_NAME).accept().getOutputStream() in onCreate()
/cts/tests/translation/src/android/translation/cts/
DCtsTranslationService.java112 callback.accept(true); in onCreateTranslationSession()
140 callback.accept(capabilities); in onTranslationCapabilitiesRequest()
296 callback.accept(response); in handleOnTranslationRequest()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DNotificationListener.java61 listener.accept(sbn); in onNotificationPosted()
/cts/tests/controls/src/android/controls/cts/
DCtsControlsService.java280 consumer.accept(ControlAction.RESPONSE_CHALLENGE_PIN); in performControlAction()
291 consumer.accept(ControlAction.RESPONSE_CHALLENGE_PASSPHRASE); in performControlAction()
302 consumer.accept(ControlAction.RESPONSE_CHALLENGE_ACK); in performControlAction()
341 consumer.accept(ControlAction.RESPONSE_OK); in performControlAction()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DNotificationListener.java61 listener.accept(sbn); in onNotificationPosted()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DNotificationListener.java61 listener.accept(sbn); in onNotificationPosted()

123456