Home
last modified time | relevance | path

Searched refs:Time (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/text/src/android/text/format/cts/
DTimeTest.java26 import android.text.format.Time;
83 Time time = new Time(); in testConstructor()
84 new Time(Time.getCurrentTimezone()); in testConstructor()
86 Time anotherTime = new Time(time); in testConstructor()
94 Time time = new Time(); in testNormalize()
120 Time time = new Time(timeZone); in testSwitchTimezone()
131 Time time = new Time(); in testSet()
137 Time anotherTime = new Time(); in testSet()
142 private void verifyTime(Time time, Time anotherTime) { in verifyTime()
159 Time time = new Time(); in testGetWeekNumber()
[all …]
/cts/tools/incremental-cts/testdata/
Dlog_1.qpa11 …<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">…
27 …<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">…
39 …<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">…
Dlog_2.qpa11 …<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">…
27 …<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">…
/cts/tests/location/location_gnss/protos/
Dephemeris.proto12 // Time used for generating this data (typically, the queried time).
39 // Time of clock (second).
42 // Time of ephemeris (second).
96 // Time used for generating this data (typically, the queried time).
/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/policies/
DTime.java42 public final class Time { class
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DTimeTest.java43 import com.android.bedstead.harrier.policies.Time;
369 @PolicyAppliesTest(policy = Time.class)
394 @PolicyDoesNotApplyTest(policy = Time.class)
415 @CanSetPolicyTest(policy = Time.class, singleTestOnly = true)
436 @CannotSetPolicyTest(policy = Time.class, includeNonDeviceAdminStates = false)
445 @CanSetPolicyTest(policy = Time.class)
555 @CanSetPolicyTest(policy = Time.class)
/cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/
DCalendarTest.java44 import android.text.format.Time;
453 Time time = new Time(timeZone); in getNewRecurringEventValues()
2043 Time startTime = new Time(TIME_ZONES[timeZoneIndex]); in timeInMillis()
2049 Time time = new Time(TIME_ZONES[timeZoneIndex]); in getJulianDay()
2051 return Time.getJulianDay(time.toMillis(false), time.gmtoff); in getJulianDay()
2071 Time startTime = new Time(timeZone); in testInstanceSearch()
3351 Time startTime = new Time(timeZone); in getInstances()
3355 Time endTime = new Time(timeZone); in getInstances()
3395 Time startTime = new Time(timeZone); in getInstancesSearch()
3399 Time endTime = new Time(timeZone); in getInstancesSearch()
[all …]
/cts/tools/cts-api-coverage/proto/
Dcts_report.proto311 // Time this test was started.
314 // Time this test completed.
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt48324 @Deprecated public class Time {
48325 ctor @Deprecated public Time(String);
48326 ctor @Deprecated public Time();
48327 ctor @Deprecated public Time(android.text.format.Time);
48328 method @Deprecated public boolean after(android.text.format.Time);
48329 method @Deprecated public boolean before(android.text.format.Time);
48331 … method @Deprecated public static int compare(android.text.format.Time, android.text.format.Time);
48341 method @Deprecated public static boolean isEpoch(android.text.format.Time);
48346 method @Deprecated public void set(android.text.format.Time);
Dsystem-current.txt5536 method public static android.hardware.hdmi.HdmiTimerRecordSources.Time timeOf(int, int);
5537 …erInfo timerInfoOf(int, int, android.hardware.hdmi.HdmiTimerRecordSources.Time, android.hardware.h…
5551 public static final class HdmiTimerRecordSources.Time {