Home
last modified time | relevance | path

Searched defs:from (Results 1 – 16 of 16) sorted by relevance

/cts/libs/rollback/src/com/android/cts/rollback/lib/
DRollback.java37 private Rollback(TestApp from) { in Rollback()
49 public static Rollback from(TestApp app) { in from() method in Rollback
57 public static Rollback from(String packageName, long versionCode) { in from() method in Rollback
/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteWalTest.java66 private void copyFile(String from, String to) throws Exception { in copyFile()
80 private void backupFile(String from) throws Exception { in backupFile()
84 private void restoreFile(String from) throws Exception { in restoreFile()
/cts/tests/tests/text/src/android/text/cts/
DPrecomputedTextTest.java642 @IntRange(from = 0) int start, @IntRange(from = 0) int end, in drawToBitmap()
659 @IntRange(from = 0) int start, @IntRange(from = 0) int end, in assertSameOutput()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DDisplayUtil.java62 public static boolean isModeSwitchSeamless(Display.Mode from, Display.Mode to) { in isModeSwitchSeamless()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2099/
Dpoc.cpp44 void *memcpy(void *to, const void *from, size_t numBytes) { in memcpy()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DGestureUtils.java101 public static StrokeDescription swipe(PointF from, PointF to) { in swipe()
105 public static StrokeDescription swipe(PointF from, PointF to, long duration) { in swipe()
109 public static StrokeDescription drag(StrokeDescription from, PointF to) { in drag()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DUiDeviceUtils.java59 public static void dragPointer(Point from, Point to, int steps) { in dragPointer()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeEventStream.java195 @IntRange(from = 0) int i) { in areEnterExitPairedMessages()
/cts/tests/tests/voiceRecognition/src/android/voicerecognition/cts/
DRecognitionServiceMicIndicatorTest.java158 private static String getComponentPackageNameFromString(String from) { in getComponentPackageNameFromString()
/cts/tests/tests/widget/src/android/widget/cts/
DSimpleCursorAdapterTest.java400 final String[] from = new String[] { "column2" }; in testChangeCursorAndColumns() local
DScrollViewTest.java995 private boolean isInRange(int current, int from, int to) { in isInRange()
DHorizontalScrollViewTest.java967 private boolean isInRange(int current, int from, int to) { in isInRange()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DHardwareBitmapTests.java313 private void testBitmapCopy(int id, Bitmap.Config from, Bitmap.Config to) { in testBitmapCopy()
/cts/tests/fragment/src/android/fragment/cts/
DFragmentTransitionTest.java863 private void verifyTransition(TransitionFragment from, TransitionFragment to, in verifyTransition()
1001 private void verifyPopTransition(final int numPops, TransitionFragment from, in verifyPopTransition()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DCrossAppDragAndDropTests.java165 private void injectInput(Point from, Point to, int steps) throws Exception { in injectInput()
/cts/tests/tests/media/src/android/media/cts/
DAudioHelper.java287 public TimestampVerifier(@Nullable String tag, @IntRange(from=4000) int sampleRate, in TimestampVerifier()