Searched defs:startTime (Results 1 - 25 of 50) sorted by relevance

12

/frameworks/base/core/java/android/content/
H A DSyncInfo.java45 public final long startTime; field in class:SyncInfo
48 public SyncInfo(int authorityId, Account account, String authority, long startTime) { argument
52 this.startTime = startTime;
60 this.startTime = other.startTime;
73 parcel.writeLong(startTime);
81 startTime = parcel.readLong();
/frameworks/base/core/java/android/app/usage/
H A DNetworkStatsManager.java76 * bucket's start and end timestamp are going to be the same as the 'startTime' and 'endTime'
84 * @param startTime Start of period. Defined in terms of "Unix time", see
92 long startTime, long endTime) throws SecurityException, RemoteException {
99 NetworkStats stats = new NetworkStats(mContext, template, startTime, endTime);
109 * This means the bucket's start and end timestamp are going to be the same as the 'startTime'
117 * @param startTime Start of period. Defined in terms of "Unix time", see
124 public Bucket querySummaryForUser(int networkType, String subscriberId, long startTime, argument
132 stats = new NetworkStats(mContext, template, startTime, endTime);
143 * timestamps are going to be the same as the 'startTime' and 'endTime' parameters, state and
150 * @param startTime Star
91 querySummaryForDevice(int networkType, String subscriberId, long startTime, long endTime) argument
157 querySummary(int networkType, String subscriberId, long startTime, long endTime) argument
192 queryDetailsForUid(int networkType, String subscriberId, long startTime, long endTime, int uid) argument
226 queryDetails(int networkType, String subscriberId, long startTime, long endTime) argument
[all...]
/frameworks/av/media/libstagefright/timedtext/
H A DTextDescriptions.cpp149 int startTime = U32_AT(tmpData); local
157 parcel->writeInt32(startTime + lastEndTime);
/frameworks/native/libs/binder/
H A DAppOpsManager.cpp44 int64_t startTime = 0; local
51 if (startTime == 0) {
52 startTime = uptimeMillis();
54 } else if ((uptimeMillis()-startTime) > 10000) {
H A DIServiceManager.cpp75 int64_t startTime = 0; local
81 if (startTime != 0) {
83 (int)((uptimeMillis()-startTime)/1000),
108 if (startTime == 0) {
109 startTime = uptimeMillis();
/frameworks/native/libs/input/
H A DVirtualKeyMap.cpp63 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC); local
68 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime;
H A DKeyLayoutMap.cpp66 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC); local
71 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime;
/frameworks/base/core/java/android/app/admin/
H A DSystemUpdatePolicy.java114 * @param startTime the start of the maintenance window, measured as the number of minutes from
120 public static SystemUpdatePolicy createWindowedInstallPolicy(int startTime, int endTime) { argument
121 if (startTime < 0 || startTime >= WINDOW_BOUNDARY
123 throw new IllegalArgumentException("startTime and endTime must be inside [0, 1440)");
127 policy.mMaintenanceWindowStart = startTime;
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp89 nsecs_t startTime = systemTime(); local
94 timeout -= (systemTime() - startTime);
/frameworks/base/core/java/com/android/internal/net/
H A DVpnConfig.java98 public long startTime = -1; field in class:VpnConfig
158 out.writeLong(startTime);
183 config.startTime = in.readLong();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java400 public void appTransitionStarting(long startTime, long duration) { argument
H A DStatusBarIconController.java431 public void appTransitionStarting(long startTime, long duration) { argument
435 Math.max(0, startTime - SystemClock.uptimeMillis()),
441 // startTime is reached.
443 mTransitionDeferringStartTime = startTime;
446 mHandler.postAtTime(mTransitionDeferringDoneRunnable, startTime);
H A DStatusBarKeyguardViewManager.java247 public void hide(long startTime, final long fadeoutDuration) { argument
251 long delay = Math.max(0, startTime + HIDE_TIMING_CORRECTION_MS - uptimeMillis);
275 mPhoneStatusBar.setKeyguardFadingAway(startTime, delay, fadeoutDuration);
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceWrapper.java209 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { argument
211 mService.startKeyguardExitAnimation(startTime, fadeoutDuration);
H A DKeyguardServiceDelegate.java305 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { argument
307 mKeyguardService.startKeyguardExitAnimation(startTime, fadeoutDuration);
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java56 private long startTime; field in class:PowerTestActivity
125 startTime = System.currentTimeMillis();
266 pageLoadTime = System.currentTimeMillis() - startTime;
/frameworks/native/opengl/tools/glgen2/registry/
H A Dgenheaders.py82 startTime = None variable
84 global startTime
85 startTime = time.clock()
87 global startTime
90 write(msg, endTime - startTime)
91 startTime = None
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2TSExtractor.cpp150 int64_t startTime = ALooper::GetNowUs(); local
185 if (ALooper::GetNowUs() - startTime > 2000000ll) {
202 && ALooper::GetNowUs() - startTime <= 2000000ll) {
245 haveAudio, haveVideo, ALooper::GetNowUs() - startTime);
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiTimerRecordSources.java50 * TimeOrDuration startTime = HdmiTimerRecordSources.ofTime(18, 00); // 6PM.
259 * @param startTime start time in {@link Time}
272 public static TimerInfo timerInfoOf(int dayOfMonth, int monthOfYear, Time startTime, argument
282 checkTimeValue(startTime.mHour, startTime.mMinute);
291 return new TimerInfo(dayOfMonth, monthOfYear, startTime, duration, recordingSequence);
337 private TimerInfo(int dayOfMonth, int monthOfYear, Time startTime, argument
341 mStartTime = startTime;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
H A DTvStatusBar.java170 public void appTransitionStarting(long startTime, long duration) { argument
/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp245 struct timeval startTime, currentTime, delta; local
388 gettimeofday(&startTime, NULL);
392 delta = tvDelta(&startTime, &currentTime);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp356 const nsecs_t startTime = systemTime(); local
359 double time = now - startTime;
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnectionPool.java621 final long startTime = SystemClock.uptimeMillis();
622 waiter = obtainConnectionWaiterLocked(Thread.currentThread(), startTime,
967 private ConnectionWaiter obtainConnectionWaiterLocked(Thread thread, long startTime, argument
977 waiter.mStartTime = startTime;
/frameworks/base/core/java/android/text/format/
H A DDateUtils.java246 * Returns a string describing the elapsed time since startTime.
249 * @param startTime some time in the past.
253 public static CharSequence getRelativeTimeSpanString(long startTime) { argument
254 return getRelativeTimeSpanString(startTime, System.currentTimeMillis(), MINUTE_IN_MILLIS);
301 * Return string describing the elapsed time since startTime formatted like
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java109 public void appTransitionStarting(long startTime, long duration); argument
274 public void appTransitionStarting(long startTime, long duration) { argument
277 mHandler.obtainMessage(MSG_APP_TRANSITION_STARTING, Pair.create(startTime, duration))

Completed in 548 milliseconds

12