Home
last modified time | relevance | path

Searched defs:second (Results 1 – 17 of 17) 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
/cts/tests/tests/database/src/android/database/cts/
DContentObservableTest.java74 MyContentObserver second = new MyContentObserver(); in testNotifyChange() local
/cts/tests/location/location_fine/src/android/location/cts/fine/
DGeofencingTest.java275 Boolean second = capture.getNextProximityChange(TIMEOUT_MS); in testAddProximityAlert_Multiple() local
/cts/tests/tests/os/src/android/os/cts/
DTestLooperManagerTest.java144 final Message second = tlm.poll(); in doTest() local
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
DAsn1UTCTime.java40 private int second; field in Asn1UTCTime
/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/vibrator/src/android/os/cts/
DVibrationEffectTest.java1513 VibrationEffect second = VibrationEffect.startWaveform(targetAmplitude(0.5f)) in testStartWaveformNotEqualsDifferentTypesOfStep() local
1524 VibrationEffect second = VibrationEffect.startWaveform() in testStartWaveformNotEqualsDifferentAmplitudes() local
1535 VibrationEffect second = VibrationEffect.startWaveform() in testStartWaveformNotEqualsDifferentFrequency() local
1546 VibrationEffect second = VibrationEffect.startWaveform() in testStartWaveformNotEqualsDifferentDuration() local
/cts/tests/mediaprovider/src/android/provider/cts/media/
DMediaStore_FilesTest.java433 final ContentProviderResult[] second = mResolver.applyBatch(mExternalImages.getAuthority(), in testGeneration() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java3059 private boolean equalsAccessibilityEvent(AccessibilityEvent first, AccessibilityEvent second) { in equalsAccessibilityEvent()
3087 AccessibilityEvent second) { in equalsNotificationAsParcelableData()
3101 private boolean equalsText(AccessibilityEvent first, AccessibilityEvent second) { in equalsText()
/cts/tests/mediaprovider/modern/src/android/provider/cts/media/modern/
DMediaStore_FilesTest.java445 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.java1751 private static boolean equalOptions(Bundle first, Bundle second) { in equalOptions()
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecTestBase.java526 static int[] combine(int[] first, int[] second) { in combine()