Searched defs:getTime (Results 1 - 24 of 24) sorted by relevance

/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
H A DParcelableCallAnalytics.java232 public long getTime() { method in class:ParcelableCallAnalytics.EventTiming
/frameworks/base/telecomm/java/android/telecom/Logging/
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 DEventManager.java152 public long getTime() { method in class:EventManager.EventRecord.EventTiming
/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/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/android/os/health/
H A DTimerStat.java113 public long getTime() { method in class:TimerStat
/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.java76 public static String getTime(int platformVersion) { method in class:Config
/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/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/base/core/java/android/os/
H A DCommonClock.java34 * Sentinel value returned by {@link #getTime()} and {@link #getEstimatedError()} when the
168 public long getTime() method in class:CommonClock
/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/core/java/android/animation/
H A DAnimatorSet.java846 if (event.getTime() > currentPlayTime) {
1260 if (event.getTime() >= currentPlayTime) {
1267 if (event.getTime() <= currentPlayTime) {
1527 mTotalDuration = mEvents.get(mEvents.size() - 1).getTime();
1543 long t1 = e1.getTime();
1544 long t2 = e2.getTime();
1889 long getTime() { method in class:AnimatorSet.AnimationEvent
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java495 public long getTime() { method in class:StateMachine.LogRec
/frameworks/base/location/java/android/location/
H A DLocation.java531 * <p>On the other hand, {@link #getTime} is useful for presenting
541 public long getTime() { method in class:Location
563 * is in deep sleep (unlike {@link #getTime}.
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DMOManager.java809 long ctime = getTime(credNode.getChild(TAG_CreationDate));
810 long expTime = getTime(credNode.getChild(TAG_ExpirationDate));
1018 public static long getTime(OMANode timeNode) throws OMAException { method in class:MOManager
1025 return date.getTime();
/frameworks/base/services/core/java/com/android/server/display/
H A DAutomaticBrightnessController.java363 long startTime = (mAmbientLightRingBuffer.getTime(i) - now);
399 earliestValidTime = mAmbientLightRingBuffer.getTime(i);
411 earliestValidTime = mAmbientLightRingBuffer.getTime(i);
643 public long getTime(int index) { method in class:AutomaticBrightnessController.AmbientLightRingBuffer
721 final long next = i + 1 < mCount ? getTime(i + 1) : SystemClock.uptimeMillis();
727 buf.append(next - getTime(i));
/frameworks/rs/
H A DrsContext.cpp115 uint64_t Context::getTime() const { function in class:android::renderscript::Context
128 mTimeLast = getTime();
140 mTimeFrame = getTime();
155 mTimeLast = getTime();
/frameworks/base/core/java/android/app/
H A DAppOpsManager.java1271 public long getTime() { method in class:AppOpsManager.OpEntry
/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java184 public long getTime() { method in class:BluetoothManagerService.ActiveLog
2145 long onDuration = System.currentTimeMillis() - mActiveLogs.getLast().getTime();
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 7461 milliseconds