Searched refs:getTime (Results 1 - 25 of 52) sorted by relevance

123

/frameworks/multidex/library/test/src/android/support/multidex/
H A DZipEntryReader.java87 entry.setTime(getTime(time, modDate));
111 private static long getTime(int time, int modDate) { method in class:ZipEntryReader
117 return cal.getTime().getTime();
H A DZipUtilTest.java101 Assert.assertEquals(refEntry.getTime(), checkEntry.getTime());
/frameworks/base/services/core/java/com/android/server/notification/
H A DDowntimeCalendar.java47 final long start = getTime(time, mInfo.startHour, mInfo.startMinute);
62 final long time = getTime(now, hr, min);
66 private long getTime(long millis, int hour, int min) { method in class:DowntimeCalendar
77 final long start = getTime(time, mInfo.startHour, mInfo.startMinute);
78 long end = getTime(time, mInfo.endHour, mInfo.endMinute);
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
H A DObexTime.java74 mDate = cal.getTime();
82 public Date getTime() { method in class:ObexTime
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
H A DObexTime.java74 mDate = cal.getTime();
82 public Date getTime() { method in class:ObexTime
/frameworks/base/core/java/com/android/internal/http/
H A DHttpDateTime.java98 timeOfDay = getTime(rfcMatcher.group(4));
104 timeOfDay = getTime(ansicMatcher.group(3));
206 private static TimeOfDay getTime(String timeString) { method in class:HttpDateTime
/frameworks/base/telephony/java/android/telephony/
H A DDataConnectionRealTimeInfo.java69 public long getTime() { method in class:DataConnectionRealTimeInfo
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DConfig.java74 public static String getTime(int platformVersion) { method in class:Config
H A DStatusBar.java63 setText(3, Config.getTime(simulatedPlatformVersion), false)
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DClusterManager.java111 long currentTime = location.getTime() / 1000; // measure time in seconds
114 if (location.getTime() == mLastLocation.getTime()) {
118 long duration = (location.getTime() - mLastLocation.getTime()) / 1000;
H A DLocationCluster.java54 updateTemporalHistogram(location.getTime(), duration);
73 long duration = location.getTime(); // in seconds
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DCSVFormatter.java75 .getTime()));
/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp110 uint64_t getTime() { function
118 gTime = getTime();
123 uint64_t t2 = getTime();
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DBlackWhiteFilter.java87 mRandom = new Random(new Date().getTime());
H A DDocumentaryFilter.java82 mRandom = new Random(new Date().getTime());
H A DLomoishFilter.java122 mRandom = new Random(new Date().getTime());
H A DGrainFilter.java93 mRandom = new Random(new Date().getTime());
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequestGetMessagesListing.java126 mServerTime = (new ObexTime(mseTime)).getTime();
H A DBluetoothMapMessage.java95 mDateTime = (new ObexTime(attrs.get("datetime"))).getTime();
/frameworks/volley/src/com/android/volley/toolbox/
H A DHttpHeaderParser.java110 return DateUtils.parseDate(dateStr).getTime();
/frameworks/base/media/java/android/media/
H A DExifInterface.java361 return datetime.getTime();
384 return datetime.getTime();
/frameworks/base/services/core/java/com/android/server/display/
H A DAutomaticBrightnessController.java312 long startTime = (mAmbientLightRingBuffer.getTime(i) - now);
348 earliestValidTime = mAmbientLightRingBuffer.getTime(i);
360 earliestValidTime = mAmbientLightRingBuffer.getTime(i);
588 public long getTime(int index) { method in class:AutomaticBrightnessController.AmbientLightRingBuffer
/frameworks/base/cmds/appops/src/com/android/commands/appops/
H A DAppOpsCommand.java250 if (ent.getTime() != 0) {
253 TimeUtils.formatDuration(now - ent.getTime(), sb);
/frameworks/base/core/java/android/os/
H A DCommonClock.java35 * Sentinel value returned by {@link #getTime()} and {@link #getEstimatedError()} when the
169 public long getTime() method in class:CommonClock
/frameworks/base/core/java/android/widget/
H A DCalendarViewLegacyDelegate.java775 throw new IllegalArgumentException("Time not between " + mMinDate.getTime()
776 + " and " + mMaxDate.getTime());
926 throw new IllegalArgumentException("fromDate: " + mMinDate.getTime()
927 + " does not precede toDate: " + date.getTime());

Completed in 867 milliseconds

123