Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DVerifyInputEventTest.java106 KeyEvent received = waitForKey(); in testKeyEvent() local
152 KeyEvent received = waitForKey(); in testTamperedKeyEvent() local
173 MotionEvent received = waitForMotion(); in testMotionEvent() local
226 MotionEvent received = waitForMotion(); in testTamperedMotionEvent() local
253 KeyEvent received = waitForKey(); in testDeviceIdBecomesVirtualForInjectedKeys() local
284 MotionEvent received = waitForMotion(); in testDeviceIdBecomesVirtualForInjectedMotions() local
DSystemGestureExclusionRectsTest.java77 final CountDownLatch received = new CountDownLatch(1); in staticView() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DGestureDetectionStubAccessibilityService.java161 AccessibilityGestureEvent received = getGestureInfo(0); in assertGestureReceived() local
170 List<String> received = new ArrayList<>(); in assertPropagated() local
DAccessibilityFocusAndInputFocusSyncTest.java165 AccessibilityNodeInfo received = sUiAutomation in testFindAccessibilityFocus() local
DAccessibilityOverlayTest.java509 Integer received = null; in assertCallbackReceived() local
/cts/apps/TileServiceApp/src/com/android/cts/tileserviceapp/
DTileRequestActivity.java48 final Intent received = getIntent(); in onCreate() 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/apps/PermissionApp/src/com/android/cts/permission/permissionapp/
DPermissionActivity.java51 final Intent received = getIntent(); in onCreate() local
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DPublishAttributesTest.java70 SipDetails received = attr.getSipDetails(); in testAttributes() local
/cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/
DActionChargingTest.java80 public boolean received() { in received() method in ActionChargingTest.ActionChargingListener
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DEventCapturingMotionEventListener.java85 List<String> received = new ArrayList<>(); in assertPropagated() local
/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.java86 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/tests/content/src/android/content/pm/cts/
DLauncherAppsForHiddenProfilesTest.java235 private void assertCallbacksPropagation(UserReference targetUser, boolean received) { in assertCallbacksPropagation()
/cts/tests/tests/view/src/android/view/cts/input/
DInputDeviceSensorManagerTest.java258 private void assertSensorDataEquals(float[] expected, float[] received) { in assertSensorDataEquals()
/cts/tests/location/location_fine/src/android/location/cts/fine/
DLocationManagerFineTest.java1491 Location received = capture.getNextLocation(TIMEOUT_MS); in testSetTestProviderLocation() local
1563 Location received = capture.getLocation(TIMEOUT_MS); in testSetTestProviderLocation_B33091107() local
/cts/tests/tests/nativehardware/jni/
DAHardwareBufferTest.cpp315 AHardwareBuffer* received = NULL; in TEST() local
/cts/tests/media/jni/
DNativeExtractorTest.cpp432 AMediaCodecBufferInfo received; in checkSeekPoints() local
/cts/tests/tests/os/src/android/os/cts/
DBundleTest.java885 … final SparseArray<Parcelable> received = mBundle.getSparseParcelableArray(KEY1, Parcelable.class); in testGetSparseParcelableArrayTypeSafe_withMixedTypes_returnsObject() local
/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DWallpaperManagerTest.java1642 ArrayList<Integer> received = new ArrayList<>(); in verifyColorListenerInvoked() local
/cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/
DCalendarTest.java1462 public boolean received = false; field in CalendarTest.MockReminderReceiver