Home
last modified time | relevance | path

Searched refs:assertConsumer (Results 1 – 2 of 2) sorted by relevance

/cts/tests/controls/src/android/controls/cts/
DCtsControlsServiceTest.java159 assertConsumer(ControlAction.RESPONSE_OK)); in testBooleanAction()
178 assertConsumer(ControlAction.RESPONSE_OK)); in testFloatAction()
183 assertConsumer(ControlAction.RESPONSE_OK)); in testFloatAction()
205 assertConsumer(ControlAction.RESPONSE_OK)); in testCommandAction()
224 assertConsumer(ControlAction.RESPONSE_CHALLENGE_PIN)); in testBooleanActionWithPinChallenge()
227 assertConsumer(ControlAction.RESPONSE_OK)); in testBooleanActionWithPinChallenge()
246 assertConsumer(ControlAction.RESPONSE_CHALLENGE_PASSPHRASE)); in testBooleanActionWithPassphraseChallenge()
249 assertConsumer(ControlAction.RESPONSE_OK)); in testBooleanActionWithPassphraseChallenge()
268 assertConsumer(ControlAction.RESPONSE_CHALLENGE_ACK)); in testBooleanActionWithAckChallenge()
271 assertConsumer(ControlAction.RESPONSE_OK)); in testBooleanActionWithAckChallenge()
[all …]
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DSplashscreenTests.java686 String validateKey, Consumer<Bundle> assertConsumer) { in waitAndAssertForSelfFinishActivity() argument
695 assertConsumer.accept(resultExtras); in waitAndAssertForSelfFinishActivity()