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

/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/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.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.java45 final long start = getTime(time, mSchedule.startHour, mSchedule.startMinute);
67 final long time = getTime(now, hr, min);
71 private long getTime(long millis, int hour, int min) { method in class:ScheduleCalendar
82 final long start = getTime(time, mSchedule.startHour, mSchedule.startMinute);
83 long end = getTime(time, mSchedule.endHour, mSchedule.endMinute);
/frameworks/support/v4/donut/android/support/v4/animation/
H A DDonutAnimatorCompatProvider.java57 long dt = getTime() - mStartTime;
103 mStartTime = getTime();
107 private long getTime() { method in class:DonutAnimatorCompatProvider.DonutFloatValueAnimator
/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/location/java/android/location/
H A DLocation.java498 * <p>On the other hand, {@link #getTime} is useful for presenting
508 public long getTime() { method in class:Location
530 * is in deep sleep (unlike {@link #getTime}.
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java493 public long getTime() { method in class:StateMachine.LogRec
/frameworks/base/services/core/java/com/android/server/display/
H A DAutomaticBrightnessController.java344 long startTime = (mAmbientLightRingBuffer.getTime(i) - now);
380 earliestValidTime = mAmbientLightRingBuffer.getTime(i);
392 earliestValidTime = mAmbientLightRingBuffer.getTime(i);
666 public long getTime(int index) { method in class:AutomaticBrightnessController.AmbientLightRingBuffer
744 final long next = i + 1 < mCount ? getTime(i + 1) : SystemClock.uptimeMillis();
750 buf.append(next - getTime(i));
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp277 jmethodID getTime = env->GetMethodID(locationClass, "getTime", "()J"); local
278 location.timestamp = env->CallLongMethod(locationObject, getTime);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DMOManager.java553 long ctime = getTime(credNode.getChild(TAG_CreationDate));
554 long expTime = getTime(credNode.getChild(TAG_ExpirationDate));
692 private static long getTime(OMANode timeNode) throws OMAException { method in class:MOManager
699 return date.getTime();
/frameworks/base/core/java/android/app/
H A DAppOpsManager.java1136 public long getTime() { method in class:AppOpsManager.OpEntry
/frameworks/rs/
H A DrsContext.cpp128 uint64_t Context::getTime() const { function in class:Context
145 mTimeLast = getTime();
157 mTimeFrame = getTime();
172 mTimeLast = getTime();
342 //ALOGE("vs2 time past %lld", (rsc->getTime() - eventBuffer[0].header.timestamp) / 1000000);
/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 545 milliseconds