Home
last modified time | relevance | path

Searched refs:getTime (Results 1 – 17 of 17) sorted by relevance

/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/utils/
DMsDosDateTimeUtilsTest.java33 long time = c.getTime().getTime(); in packDate()
56 long time = c.getTime().getTime(); in packTime()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/
DMsDosDateTimeUtils.java64 return packTime(new Date().getTime()); in packCurrentTime()
108 return packDate(new Date().getTime()); in packCurrentDate()
/tools/loganalysis/src/com/android/loganalysis/parser/
DBatteryStatsSummaryInfoParser.java117 dischargeClockTime.setTime(mResetTime.getTime()); in getDischargeClockTime()
163 + "%d", peakDischargeStartTime.getTime().toString(), in getPeakDischargeTime()
164 peakDischargeStopTime.getTime().toString(), peakDischargeStartBatteryLevel, in getPeakDischargeTime()
DBugreportParser.java296 if (mBugreport != null && mBugreport.getTime() != null) { in onSwitchParser()
297 mLogcatParser.setYear(new SimpleDateFormat("yyyy").format(mBugreport.getTime())); in onSwitchParser()
DTimingsLogParser.java186 return DEFAULT_TIME_FORMAT.parse(timeStr).getTime(); in parseTime()
/tools/tradefederation/core/src/com/android/tradefed/device/
DFileEntryWrapper.java151 public String getTime() { in getTime() method in FileEntryWrapper
152 return mFileEntry.getTime(); in getTime()
DNativeDevice.java2353 final String entryTimeString = String.format("%s %s", entry.getDate(), entry.getTime()); in isNewer()
2372 return localFile.lastModified() > (remoteDate.getTime() - 60 * 1000 + offset); in isNewer()
4818 long offset = date.getTime() - deviceTime; in getDeviceTimeOffset()
4839 dateString = Long.toString(date.getTime() / 1000); //ms to s in setDate()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DIFileEntry.java70 public String getTime(); in getTime() method
/tools/tradefederation/core/javatests/com/android/tradefed/util/sl4a/
DSl4aEventDispatcherTest.java90 Assert.assertEquals(29519495823L, event.getTime()); in testPopEvent()
174 Assert.assertEquals(29519495823L, event.getTime()); in testWaitForEvent()
/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
DAttestationTest.java125 Date startTime = new Date(new Date().getTime() - 1000); in testEcAttestation()
127 Date originationEnd = new Date(startTime.getTime() + ORIGINATION_TIME_OFFSET); in testEcAttestation()
128 Date consumptionEnd = new Date(startTime.getTime() + CONSUMPTION_TIME_OFFSET); in testEcAttestation()
/tools/loganalysis/src/com/android/loganalysis/item/
DBugreportItem.java69 public Date getTime() { in getTime() method in BugreportItem
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
DSl4aEventDispatcher.java218 public long getTime() { in getTime() method in Sl4aEventDispatcher.EventSl4aObject
/tools/loganalysis/javatests/com/android/loganalysis/parser/
DBugreportParserTest.java166 assertEquals(parseTime("2012-04-25 20:45:10.000"), bugreport.getTime()); in testParse()
218 assertEquals(parseTime("1999-01-01 02:03:04.000"), bugreport.getTime()); in testParse_set_logcat_year()
/tools/tradefederation/contrib/src/com/android/performance/tests/
DBootTimeTest.java1175 unlockInMillis = time.getTime(); in analyzeUnlockBootInfo()
1182 mBootInfo.get(UNLOCK_TIME).add(time.getTime() - unlockInMillis); in analyzeUnlockBootInfo()
1185 screenUnlockTime.add(time.getTime() - unlockInMillis); in analyzeUnlockBootInfo()
1188 mBootIterationInfo.put(UNLOCK_TIME, time.getTime() - unlockInMillis); in analyzeUnlockBootInfo()
/tools/tradefederation/contrib/src/com/android/media/tests/
DAdbScreenrecordTest.java226 return convertedDate.getTime(); in convertDurationToMilliseconds()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DNativeDeviceTest.java1256 when(remoteFile.getTime()).thenReturn("18:00"); in testIsNewer()
1287 when(remoteFile.getTime()).thenReturn("18:15"); in testIsNewer_timeOffset()
1319 when(remoteFile.getTime()).thenReturn("18:10"); in testIsNewer_fails()
/tools/dexter/testdata/expected/
Dmedium.compact_cfg23559 850| invoke-virtual {v6}, com.android.calendar.CalendarController.getTime():long
24690 81| invoke-virtual {v2}, com.android.calendar.CalendarController.getTime():long
25128 45| invoke-virtual {v2}, com.android.calendar.CalendarController.getTime():long
25153 81| invoke-virtual {v2}, com.android.calendar.CalendarController.getTime():long
25355 11| invoke-virtual {v3}, com.android.calendar.CalendarController.getTime():long
25471 19| invoke-virtual {v0}, com.android.calendar.CalendarController.getTime():long
29575 method com.android.calendar.CalendarController.getTime():long
51770 110| invoke-virtual {v5}, com.android.calendar.CalendarController.getTime():long
78023 8| invoke-virtual {v1}, com.android.calendar.CalendarController.getTime():long
127034 13| invoke-virtual {v1}, com.android.calendar.CalendarController.getTime():long
[all …]