HomeSort by relevance Sort by last modified time
    Searched refs:startTimestamp (Results 1 - 9 of 9) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
SyncMessagesAction.java 83 final long startTimestamp = now - smsSyncBackoffTimeMillis;
85 final SyncMessagesAction action = new SyncMessagesAction(-1L, startTimestamp,
86 0, startTimestamp);
101 final long startTimestamp = now - smsSyncBackoffTimeMillis;
103 sync(startTimestamp);
113 final long startTimestamp = now;
115 sync(startTimestamp);
118 private static void sync(final long startTimestamp) {
130 startTimestamp, 0, startTimestamp);
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
SyncManager.java 184 * @param startTimestamp - starttimestamp for this sync (if allowed)
187 public synchronized boolean shouldSync(final boolean full, final long startTimestamp) {
190 + "at " + startTimestamp);
194 final long delayUntilFullSync = delayUntilFullSync(startTimestamp);
197 LogUtil.d(TAG, "SyncManager: Full sync requested for " + startTimestamp
213 + startTimestamp);
216 mSyncInProgressTimestamp = startTimestamp;
223 * @param startTimestamp Timestamp used to start the sync
226 public long delayUntilFullSync(final long startTimestamp) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
ProcessLoggingHandler.java 57 long startTimestamp = bundle.getLong("startTimestamp");
60 startTimestamp, uid, pid, seinfo, apkHash);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareDataPathStateManager.java 296 mAwareMetrics.recordNdpStatus(reason, networkSpecifier.isOutOfBand(), nnri.startTimestamp);
378 nnri.startTimestamp = SystemClock.elapsedRealtime();
423 nnri.startTimestamp);
529 nnri.startTimestamp);
530 nnri.startTimestamp = SystemClock.elapsedRealtime(); // update time-stamp for duration
539 nnri.startTimestamp);
566 mAwareMetrics.recordNdpSessionDuration(nnriE.getValue().startTimestamp);
604 nnri.networkSpecifier.isOutOfBand(), nnri.startTimestamp);
754 nnri.startTimestamp = SystemClock.elapsedRealtime();
    [all...]
WifiAwareMetrics.java 375 public void recordNdpStatus(int status, boolean isOutOfBand, long startTimestamp) {
384 long creationTime = mClock.getElapsedSinceBootMillis() - startTimestamp;
    [all...]
  /system/extras/tests/workloads/
systemapps.sh 139 startTimestamp=$(date +"%s %N")
243 diffTime=$(computeTimeDiff $startTimestamp $endTimestamp)
  /frameworks/base/core/java/android/app/usage/
NetworkStats.java 100 NetworkStats(Context context, NetworkTemplate template, int flags, long startTimestamp,
108 mStartTimeStamp = startTimestamp;
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-datapipeline/1.11.18/
aws-java-sdk-datapipeline-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-simpleworkflow/1.11.18/
aws-java-sdk-simpleworkflow-1.11.18.jar 

Completed in 345 milliseconds