/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
D | GestureUtils.java | 79 public static StrokeDescription swipe(PointF from, PointF to) { in swipe() 83 public static StrokeDescription swipe(PointF from, PointF to, long duration) { in swipe() 87 public static StrokeDescription drag(StrokeDescription from, PointF to) { in drag()
|
/cts/libs/rollback/src/com/android/cts/rollback/lib/ |
D | Rollback.java | 53 public Rollback to(TestApp app) { in to() method in Rollback
|
/cts/tests/tests/keystore/src/android/server/am/ |
D | UiDeviceUtils.java | 60 public static void dragPointer(Point from, Point to, int steps) { in dragPointer()
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | UiDeviceUtils.java | 59 public static void dragPointer(Point from, Point to, int steps) { in dragPointer()
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
D | SQLiteWalTest.java | 66 private void copyFile(String from, String to) throws Exception { in copyFile()
|
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
D | VpnTest.java | 316 private static void checkPing(String to) throws IOException, ErrnoException { in checkPing() 385 private void checkTcpReflection(String to, String expectedFrom) throws IOException { in checkTcpReflection() 473 private void checkUdpEcho(String to, String expectedFrom) throws IOException { in checkUdpEcho()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | SimpleCursorAdapterTest.java | 163 final int [] to = { R.id.cursorAdapter_host }; in testBindView() local
|
D | HorizontalScrollViewTest.java | 795 private boolean isInRange(int current, int from, int to) { in isInRange()
|
D | ScrollViewTest.java | 842 private boolean isInRange(int current, int from, int to) { in isInRange()
|
/cts/tests/tests/media/libmediandkjni/ |
D | native_media_utils.cpp | 96 auto to = mInfos.begin() + frameNumTo; in getBitrateAverage() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | HardwareBitmapTests.java | 312 private void testBitmapCopy(int id, Bitmap.Config from, Bitmap.Config to) { in testBitmapCopy()
|
/cts/tests/fragment/src/android/fragment/cts/ |
D | FragmentTransitionTest.java | 863 private void verifyTransition(TransitionFragment from, TransitionFragment to, in verifyTransition() 1002 TransitionFragment to, TransitionFragment... others) throws Throwable { in verifyPopTransition()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | CrossAppDragAndDropTests.java | 152 private void injectInput(Point from, Point to, int steps) throws Exception { in injectInput()
|
/cts/tests/tests/security/jni/ |
D | android_security_cts_cve_2019_2213_Test.c | 315 void do_send_txn(int fd, u32 to, u32 code, buf_t *trdat, buf_t *troff, int oneway, int is_reply, bi… in do_send_txn() 337 void send_txn(int fd, u32 to, u32 code, buf_t *trdat, buf_t *troff) { in send_txn()
|
/cts/tests/camera/src/android/hardware/cts/ |
D | CameraTest.java | 228 private static int align(int x, int to) { in align()
|