Home
last modified time | relevance | path

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

/cts/tests/tests/slice/src/android/slice/cts/
DSliceSpecTest.java35 SliceSpec second = new SliceSpec("second", 1); in testDifferentTypes() local
47 SliceSpec second = new SliceSpec("namespace", 1); in testRenderDifference() local
/cts/tests/tests/util/src/android/util/cts/
DSparseArrayTest.java207 SparseArray<String> second = new SparseArray<>(); in testSet() local
228 SparseArray<SubTestData> second = new SparseArray<>(); in testContentEquals() local
262 @NonNull SparseArray<T> second, in testContentEquals()
281 @NonNull SparseArray<T> second, in testContentNotEquals()
300 SparseArray<TestData2> second = new SparseArray<>(); in testContentHashCode() local
/cts/tests/tests/text/src/android/text/cts/
DSpannableStringTest.java166 Spanned second = (Spanned) first.subSequence(2,4); in testSubsequence_copiesSpans() local
194 SpannableString second = new SpannableString(first); in testCopyConstructor_copiesAllSpans() local
215 SpannableString second = new SpannableString(first.subSequence(0, first.length() - 1)); in testCopyGrowable() local
DSpannableStringBuilderTest.java710 Object second = new SubscriptSpan(); in testGetSpans_returnsSpansInInsertionOrderWhenTheLaterCoversTheFirst() local
728 Object second = new SubscriptSpan(); in testGetSpans_returnsSpansSortedFirstByPriorityThenByInsertionOrder() local
755 Object second = new SubscriptSpan(); in testGetSpans_returnsSpansInInsertionOrderAfterRemoveSpanCalls() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DSumPathEffectTest.java66 PathEffect second = new DashPathEffect(new float[] { 10, 5 }, 5); in testSumPathEffect() local
DImageDecoderTest.java2561 Drawable second = null; in testReuse() local
/cts/tests/tests/os/src/android/os/cts/
DVibrationEffectTest.java619 VibrationEffect second = VibrationEffect.startWaveform() in testStartWaveformNotEqualsDifferentTypesOfStep() local
630 VibrationEffect second = VibrationEffect.startWaveform() in testStartWaveformNotEqualsDifferentRepeatIndex() local
641 VibrationEffect second = VibrationEffect.startWaveform() in testStartWaveformNotEqualsDifferentAmplitudes() local
652 VibrationEffect second = VibrationEffect.startWaveform() in testStartWaveformNotEqualsDifferentFrequency() local
663 VibrationEffect second = VibrationEffect.startWaveform() in testStartWaveformNotEqualsDifferentDuration() local
/cts/tests/tests/database/src/android/database/cts/
DContentObservableTest.java60 MyContentObserver second = new MyContentObserver(); in testNotifyChange() local
/cts/hostsidetests/sample/src/android/sample/cts/
DSampleHostResultTest.java159 private static void assertFilesAreEqual(File first, File second) throws Exception { in assertFilesAreEqual()
/cts/tests/location/location_fine/src/android/location/cts/fine/
DGeofencingTest.java255 Boolean second = capture.getNextProximityChange(TIMEOUT_MS); in testAddProximityAlert_Multiple() local
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
DAsn1UTCTime.java40 private int second; field in Asn1UTCTime
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java1096 private boolean equalsAccessiblityEvent(AccessibilityEvent first, AccessibilityEvent second) { in equalsAccessiblityEvent()
1123 AccessibilityEvent second) { in equalsNotificationAsParcelableData()
1137 private boolean equalsText(AccessibilityEvent first, AccessibilityEvent second) { in equalsText()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/pseudorange/
DGpsTime.java79 public GpsTime(int year, int month, int day, int hour, int minute, double second) { in GpsTime()
/cts/tests/tests/provider/src/android/provider/cts/media/
DMediaStore_FilesTest.java375 final ContentProviderResult[] second = mResolver.applyBatch(mExternalImages.getAuthority(), in testGeneration() local
/cts/tests/tests/text/src/android/text/format/cts/
DTimeTest.java262 int minute, int second, boolean expectedIsEpoch) { in checkIsEpochResult()
3224 int minute, int second) { in setDateTime()
3288 int second, int isDst, int gmtoff, int yearDay, int weekDay) { in set()
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DAppWidgetTest.java1538 private static boolean equalOptions(Bundle first, Bundle second) { in equalOptions()