/cts/tests/tests/slice/src/android/slice/cts/ |
D | SliceSpecTest.java | 35 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/ |
D | SparseArrayTest.java | 207 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/ |
D | SpannableStringTest.java | 166 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
|
D | SpannableStringBuilderTest.java | 710 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/ |
D | SumPathEffectTest.java | 66 PathEffect second = new DashPathEffect(new float[] { 10, 5 }, 5); in testSumPathEffect() local
|
D | ImageDecoderTest.java | 2561 Drawable second = null; in testReuse() local
|
/cts/tests/tests/os/src/android/os/cts/ |
D | VibrationEffectTest.java | 619 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/ |
D | ContentObservableTest.java | 60 MyContentObserver second = new MyContentObserver(); in testNotifyChange() local
|
/cts/hostsidetests/sample/src/android/sample/cts/ |
D | SampleHostResultTest.java | 159 private static void assertFilesAreEqual(File first, File second) throws Exception { in assertFilesAreEqual()
|
/cts/tests/location/location_fine/src/android/location/cts/fine/ |
D | GeofencingTest.java | 255 Boolean second = capture.getNextProximityChange(TIMEOUT_MS); in testAddProximityAlert_Multiple() local
|
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/ |
D | Asn1UTCTime.java | 40 private int second; field in Asn1UTCTime
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityEndToEndTest.java | 1096 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/ |
D | GpsTime.java | 79 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/ |
D | MediaStore_FilesTest.java | 375 final ContentProviderResult[] second = mResolver.applyBatch(mExternalImages.getAuthority(), in testGeneration() local
|
/cts/tests/tests/text/src/android/text/format/cts/ |
D | TimeTest.java | 262 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/ |
D | AppWidgetTest.java | 1538 private static boolean equalOptions(Bundle first, Bundle second) { in equalOptions()
|