HomeSort by relevance Sort by last modified time
    Searched refs:startTime (Results 1 - 25 of 1288) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /developers/build/prebuilts/gradle/Timer/Wearable/src/main/java/com/example/android/wearable/timer/util/
TimerObj.java 25 public long startTime;
33 * @param startTime the start time of the timer.
36 public TimerObj(long startTime, long timerLength) {
37 this.startTime = startTime;
47 return originalLength - (millis - startTime);
  /developers/samples/android/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/util/
TimerObj.java 25 public long startTime;
33 * @param startTime the start time of the timer.
36 public TimerObj(long startTime, long timerLength) {
37 this.startTime = startTime;
47 return originalLength - (millis - startTime);
  /development/samples/browseable/Timer/src/com.example.android.wearable.timer/util/
TimerObj.java 25 public long startTime;
33 * @param startTime the start time of the timer.
36 public TimerObj(long startTime, long timerLength) {
37 this.startTime = startTime;
47 return originalLength - (millis - startTime);
  /external/caliper/caliper/src/main/java/com/google/caliper/model/
Run.java 39 private Instant startTime;
44 this.startTime = Defaults.INSTANT;
50 this.startTime = builder.startTime;
61 public Instant startTime() {
62 return startTime;
72 && this.startTime.equals(that.startTime);
79 return Objects.hashCode(id, label, startTime);
86 .add("startTime", startTime
    [all...]
  /external/mockito/src/main/java/org/mockito/internal/util/
Timer.java 12 private long startTime = -1;
23 assert startTime != -1;
24 return System.currentTimeMillis() - startTime <= durationMillis;
31 startTime = System.currentTimeMillis();
  /frameworks/base/core/java/android/content/
SyncInfo.java 52 public final long startTime;
61 int authorityId, String authority, long startTime) {
62 return new SyncInfo(authorityId, REDACTED_ACCOUNT, authority, startTime);
66 public SyncInfo(int authorityId, Account account, String authority, long startTime) {
70 this.startTime = startTime;
78 this.startTime = other.startTime;
91 parcel.writeLong(startTime);
99 startTime = parcel.readLong()
    [all...]
  /test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
MetricsStore.java 48 String startTime = buildInfo.getBuildAttributes().get(START_TIME_TAG);
49 mMap.put(generateTestKey(startTime, abi, classMethodName), reportLog);
57 String startTime = buildInfo.getBuildAttributes().get(START_TIME_TAG);
58 return mMap.remove(generateTestKey(startTime, abi, classMethodName));
64 private static String generateTestKey(String startTime, String abi, String classMethodName) {
65 return String.format("%s#%s#%s", startTime, abi, classMethodName);
  /frameworks/av/services/oboeservice/
TimestampScheduler.cpp 24 void TimestampScheduler::start(int64_t startTime) {
25 mStartTime = startTime;
26 mLastTime = startTime;
  /frameworks/support/work/workmanager/src/androidTest/java/androidx/work/
WorkSpecDaoTest.java 49 long startTime = System.currentTimeMillis();
52 startTime + TimeUnit.HOURS.toMillis(1),
56 .setPeriodStartTime(startTime, TimeUnit.MILLISECONDS)
60 .setPeriodStartTime(startTime, TimeUnit.MILLISECONDS)
63 .setPeriodStartTime(startTime, TimeUnit.MILLISECONDS)
87 long startTime = System.currentTimeMillis();
89 .setPeriodStartTime(startTime, TimeUnit.MILLISECONDS)
92 .setScheduleRequestedAt(startTime, TimeUnit.MILLISECONDS)
93 .setPeriodStartTime(startTime, TimeUnit.MILLISECONDS)
97 .setScheduleRequestedAt(startTime, TimeUnit.MILLISECONDS
    [all...]
  /cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
WakelockLoadTestRunnable.java 40 long startTime = System.nanoTime();
41 while (System.nanoTime() - startTime < sleepTimeNs) {}
43 startTime = System.nanoTime();
44 while (System.nanoTime() - startTime < sleepTimeNs) {}
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AnimationTime.java 41 public static long startTime() {
  /tools/loganalysis/src/com/android/loganalysis/item/
DmesgActionInfoItem.java 47 public DmesgActionInfoItem(String name, Long startTime) {
50 setAttribute(ACTION_START_TIME, startTime);
77 public void setStartTime(Long startTime) {
78 setAttribute(ACTION_START_TIME, startTime);
DmesgStageInfoItem.java 49 public DmesgStageInfoItem(String name, Long startTime, Long duration) {
52 setAttribute(STAGE_START_TIME, startTime);
80 public void setStartTime(Long startTime) {
81 setAttribute(STAGE_START_TIME, startTime);
  /packages/apps/TV/tests/common/src/com/android/tv/testing/dvr/
RecordingTestUtils.java 28 long id, String inputId, long channelId, long startTime, long endTime) {
29 return ScheduledRecording.builder(inputId, channelId, startTime, endTime)
36 String inputId, long channelId, long startTime, long endTime) {
38 ScheduledRecording.ID_NOT_SET, inputId, channelId, startTime, endTime);
42 long channelId, long priority, long startTime, long endTime) {
43 return ScheduledRecording.builder(INPUT_ID, CHANNEL_ID, startTime, endTime)
50 long id, long channelId, long priority, long startTime, long endTime) {
51 return ScheduledRecording.builder(INPUT_ID, CHANNEL_ID, startTime, endTime)
  /packages/inputmethods/LatinIME/native/jni/tests/utils/
time_keeper_test.cpp 26 const int startTime = TimeKeeper::peekCurrentTime();
34 EXPECT_LE(startTime, TimeKeeper::peekCurrentTime());
  /frameworks/base/tests/ActivityManagerPerfTests/tests/src/com/android/frameworks/perftests/am/tests/
BroadcastPerfTest.java 39 final long startTime = System.nanoTime();
45 return endTime - startTime;
55 final long startTime = System.nanoTime();
61 return endTime - startTime;
73 final long startTime = System.nanoTime();
79 return endTime - startTime;
  /external/autotest/client/deps/webgl_mpd/src/
cros_fps.js 1 crosFrameData = function(seq, startTime, frameElapsedTime, jsElapsedTime) {
3 this.startTime = startTime;
17 startTime, frameElapsedTime, jsElapsedTime) {
21 this.totalFrames, startTime, frameElapsedTime, jsElapsedTime);
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
StopWatch.java 37 private long startTime;
47 this.startTime = original.startTime;
54 startTime = System.nanoTime();
100 return stopTime - startTime;
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriActivity.java 98 final long startTime = SystemClock.uptimeMillis();
104 if (SystemClock.uptimeMillis() >= (startTime + TIMEOUT_MILLIS)) {
125 final long startTime = SystemClock.uptimeMillis();
131 if (SystemClock.uptimeMillis() >= (startTime + TIMEOUT_MILLIS)) {
140 final long startTime = SystemClock.uptimeMillis();
146 if (SystemClock.uptimeMillis() >= (startTime + TIMEOUT_MILLIS)) {
  /packages/apps/Dialer/java/com/android/dialer/metrics/
StubMetrics.java 64 SystemClock.elapsedRealtime() - stubTimerEvent.startTime);
69 long startTime =
75 .startTime;
81 SystemClock.elapsedRealtime() - startTime);
100 final long startTime;
103 this.startTime = SystemClock.elapsedRealtime();
  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/
SuggestionService.java 33 final long startTime = System.currentTimeMillis();
45 .logGetSuggestion(ids, endTime - startTime);
51 final long startTime = System.currentTimeMillis();
60 .logDismissSuggestion(id, endTime - startTime);
65 final long startTime = System.currentTimeMillis();
74 .logLaunchSuggestion(id, endTime - startTime);
  /external/compiler-rt/test/builtins/timing/
timing.h 5 double intervalInCycles( uint64_t startTime, uint64_t endTime )
7 uint64_t rawTime = endTime - startTime;
  /cts/tests/tests/view/src/android/view/animation/cts/
GridLayoutAnimationControllerTest.java 131 long startTime = child1.getStartTime();
144 child1.getTransformation(startTime + 500, transformation1);
145 child2.getTransformation(startTime + 500, transformation2);
146 child3.getTransformation(startTime + 500, transformation3);
152 child1.getTransformation(startTime + 1200, transformation1);
153 child2.getTransformation(startTime + 1200, transformation2);
154 child3.getTransformation(startTime + 1200, transformation3);
160 child1.getTransformation(startTime + 2000, transformation1);
161 child2.getTransformation(startTime + 2000, transformation2);
162 child3.getTransformation(startTime + 2000, transformation3)
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
DecodeJob.java 83 long startTime = LogTime.getLogTime();
86 logWithTimeAndKey("Decoded transformed from cache", startTime);
88 startTime = LogTime.getLogTime();
91 logWithTimeAndKey("Transcoded transformed from cache", startTime);
107 long startTime = LogTime.getLogTime();
110 logWithTimeAndKey("Decoded source from cache", startTime);
137 long startTime = LogTime.getLogTime();
140 logWithTimeAndKey("Transformed resource from source", startTime);
145 startTime = LogTime.getLogTime();
148 logWithTimeAndKey("Transcoded transformed from source", startTime);
    [all...]
  /test/vti/dashboard/src/main/java/com/android/vts/util/
PerformanceSummary.java 30 public final long startTime;
35 public PerformanceSummary(long startTime, long endTime, String label) {
37 this.startTime = startTime;
43 public PerformanceSummary(long startTime, long endTime) {
45 startTime,
59 return time >= startTime && time <= endTime;

Completed in 1535 milliseconds

1 2 3 4 5 6 7 8 91011>>