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

123

/frameworks/base/telecomm/java/android/telecom/
H A DTimedEvent.java27 public abstract long getTime(); method in class:TimedEvent
37 result.put(entry.getKey(), result.get(entry.getKey()) + entry.getTime());
40 result.put(entry.getKey(), (double) entry.getTime());
H A DTelecomAnalytics.java98 public long getTime() { method in class:TelecomAnalytics.SessionTiming
/frameworks/support/compat/gingerbread/android/support/v4/animation/
H A DGingerbreadAnimatorCompatProvider.java55 long dt = getTime() - mStartTime;
101 mStartTime = getTime();
105 private long getTime() { method in class:GingerbreadAnimatorCompatProvider.GingerbreadFloatValueAnimator
/frameworks/base/core/java/android/security/keymaster/
H A DKeymasterDateArgument.java46 out.writeLong(date.getTime());
H A DKeymasterArguments.java292 if (value.getTime() < 0) {
333 if (result.getTime() < 0) {
/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();
/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
H A DSubscriptionParameters.java27 mCDate = MOManager.getTime(node.getChild(TAG_CreationDate));
28 mXDate = MOManager.getTime(node.getChild(TAG_ExpirationDate));
55 mStartDate = MOManager.getTime(node.getChild(TAG_StartDate));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
H A DSubscriptionParameters.java27 mCDate = PasspointManagementObjectManager.getTime(node.getChild(TAG_CreationDate));
28 mXDate = PasspointManagementObjectManager.getTime(node.getChild(TAG_ExpirationDate));
58 .getTime(node.getChild(TAG_StartDate));
/frameworks/base/core/java/android/os/health/
H A DTimerStat.java113 public long getTime() { method in class:TimerStat
/frameworks/base/services/core/java/com/android/server/notification/
H A DScheduleCalendar.java65 final long time = getTime(now, hr, min);
69 private long getTime(long millis, int hour, int min) { method in class:ScheduleCalendar
80 final long start = getTime(time, mSchedule.startHour, mSchedule.startMinute);
81 long end = getTime(time, mSchedule.endHour, mSchedule.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/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/ex/common/java/com/android/common/
H A DLegacyHttpDateTime.java98 timeOfDay = getTime(rfcMatcher.group(4));
104 timeOfDay = getTime(ansicMatcher.group(3));
206 private static TimeOfDay getTime(String timeString) { method in class:LegacyHttpDateTime
/frameworks/base/telephony/java/android/telephony/
H A DDataConnectionRealTimeInfo.java69 public long getTime() { method in class:DataConnectionRealTimeInfo
/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/support/v7/appcompat/src/android/support/v7/app/
H A DTwilightManager.java117 return fineLoc.getTime() > coarseLoc.getTime() ? fineLoc : coarseLoc;
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DCSVFormatter.java75 .getTime()));
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DConfig.java76 public static String getTime(int platformVersion) { method in class:Config
/frameworks/base/services/core/java/com/android/server/display/
H A DAutomaticBrightnessController.java399 long startTime = (mAmbientLightRingBuffer.getTime(i) - now);
435 earliestValidTime = mAmbientLightRingBuffer.getTime(i);
447 earliestValidTime = mAmbientLightRingBuffer.getTime(i);
685 public long getTime(int index) { method in class:AutomaticBrightnessController.AmbientLightRingBuffer
763 final long next = i + 1 < mCount ? getTime(i + 1) : SystemClock.uptimeMillis();
769 buf.append(next - getTime(i));
/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());
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/datetime/
H A DZoneGetter.java152 int offsetMillis = tz.getOffset(now.getTime());
209 return names.getDisplayName(tz.getID(), nameType, now.getTime());

Completed in 640 milliseconds

123