Home
last modified time | relevance | path

Searched defs:received (Results 1 – 19 of 19) sorted by relevance

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DGestureDetectionStubAccessibilityService.java162 List<String> received = new ArrayList<>(); in assertGestureReceived() local
168 String received = AccessibilityGestureEvent.gestureIdToString(getGesture(0)); in assertGestureReceived() local
176 List<String> received = new ArrayList<>(); in assertGestureReceived() local
202 List<String> received = new ArrayList<>(); in assertPropagated() local
DAccessibilityFocusAndInputFocusSyncTest.java163 AccessibilityNodeInfo received = sUiAutomation in testFindAccessibilityFocus() local
/cts/tests/tests/view/src/android/view/cts/
DVerifyInputEventTest.java96 KeyEvent received = waitForKey(); in testKeyEvent() local
142 KeyEvent received = waitForKey(); in testTamperedKeyEvent() local
162 MotionEvent received = waitForMotion(); in testMotionEvent() local
211 MotionEvent received = waitForMotion(); in testTamperedMotionEvent() local
237 KeyEvent received = waitForKey(); in testDeviceIdBecomesVirtualForInjectedKeys() local
267 MotionEvent received = waitForMotion(); in testDeviceIdBecomesVirtualForInjectedMotions() local
DSystemGestureExclusionRectsTest.java66 final CountDownLatch received = new CountDownLatch(1); in staticView() local
/cts/tests/suspendapps/tests/src/android/suspendapps/cts/
DSuspendTestUtils.java142 static boolean areSameExtras(BaseBundle expected, BaseBundle received) { in areSameExtras()
158 static void assertSameExtras(String message, BaseBundle expected, BaseBundle received) { in assertSameExtras()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DEventCapturingHoverListener.java76 List<String> received = new ArrayList<>(); in assertPropagated() local
DEventCapturingTouchListener.java78 List<String> received = new ArrayList<>(); in assertPropagated() local
/cts/apps/PermissionApp/src/com/android/cts/permission/permissionapp/
DPermissionActivity.java51 final Intent received = getIntent(); in onCreate() local
/cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/
DActionChargingTest.java79 public boolean received() { in received() method in ActionChargingTest.ActionChargingListener
/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
DIntentReceiverActivity.java79 final Intent received = getIntent(); in onCreate() local
/cts/tests/DropBoxManager/src/android/dropboxmanager/cts/
DDropBoxTests.java87 long received; field in DropBoxTests.DropBoxEntryAddedData
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/cts/shareduidtests/
DEnqueueJobWorkTest.java70 private void compareWork(TestWorkItem[] expected, ArrayList<JobWorkItem> received) { in compareWork()
/cts/tests/app/src/android/app/cts/
DWallpaperManagerTest.java447 ArrayList<Integer> received = new ArrayList<>(); in verifyColorListenerInvoked() local
/cts/tests/tests/view/src/android/view/cts/input/
DInputDeviceSensorManagerTest.java255 private void assertSensorDataEquals(float[] expected, float[] received) { in assertSensorDataEquals()
/cts/tests/tests/nativehardware/jni/
DAHardwareBufferTest.cpp307 AHardwareBuffer* received = NULL; in TEST() local
/cts/tests/location/location_fine/src/android/location/cts/fine/
DLocationManagerFineTest.java1347 Location received = capture.getNextLocation(TIMEOUT_MS); in testSetTestProviderLocation() local
1418 Location received = capture.getLocation(TIMEOUT_MS); in testSetTestProviderLocation_B33091107() local
/cts/tests/media/jni/
DNativeExtractorTest.cpp428 AMediaCodecBufferInfo received; in checkSeekPoints() local
/cts/tests/tests/telecom/src/android/telecom/cts/
DBaseTelecomTestWithMockServices.java1548 void assertOutgoingCallBroadcastReceived(boolean received) { in assertOutgoingCallBroadcastReceived()
/cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/
DCalendarTest.java1463 public boolean received = false; field in CalendarTest.MockReminderReceiver