Home
last modified time | relevance | path

Searched refs:time1 (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DGeolocationTimeZoneSuggestionTest.java37 long time1 = 1111L; in testEquals() local
39 GeolocationTimeZoneSuggestion.createCertainSuggestion(time1, ARBITRARY_ZONE_IDS1); in testEquals()
43 GeolocationTimeZoneSuggestion.createCertainSuggestion(time1, ARBITRARY_ZONE_IDS1); in testEquals()
54 GeolocationTimeZoneSuggestion.createUncertainSuggestion(time1); in testEquals()
60 GeolocationTimeZoneSuggestion.createCertainSuggestion(time1, ARBITRARY_ZONE_IDS2); in testEquals()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/time/
H A DTimeStateTest.java41 UnixEpochTime time1 = new UnixEpochTime(1, 1); in testEqualsAndHashcode() local
42 TimeState time1False_1 = new TimeState(time1, false); in testEqualsAndHashcode()
45 TimeState time1False_2 = new TimeState(time1, false); in testEqualsAndHashcode()
48 TimeState time1True = new TimeState(time1, true); in testEqualsAndHashcode()
/aosp14/frameworks/base/core/java/android/content/
H A DSyncStatusInfo.java502 private static boolean areSameDates(long time1, long time2) { in areSameDates() argument
506 c1.setTimeInMillis(time1); in areSameDates()
/aosp14/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DSurfaceCompositionMeasuringActivity.java153 long time1 = System.currentTimeMillis(); in measureAllocationScore() local
169 double speed = MIN_NUMBER_OF_SURFACES * 1000.0 / (time2 - time1); in measureAllocationScore()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/stylus/
H A DHandwritingInitiatorTest.java403 final long time1 = 10L; in onTouchEvent_notStartHandwriting_when_stylusMove_afterTimeOut() local
409 final long time2 = time1 + TIMEOUT + 10L; in onTouchEvent_notStartHandwriting_when_stylusMove_afterTimeOut()