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

  /frameworks/base/services/core/java/com/android/server/pm/
ProcessLoggingHandler.java 57 long startTimestamp = bundle.getLong("startTimestamp");
60 startTimestamp, uid, pid, seinfo, apkHash);
  /test/vti/dashboard/src/main/java/com/android/vts/entity/
TestPlanRunEntity.java 38 public static final String START_TIMESTAMP = "startTimestamp";
48 public final long startTimestamp;
60 * @param startTimestamp The time in microseconds when the test plan run started.
68 long startTimestamp, long endTimestamp, String testBuildId, long passCount,
70 this.key = KeyFactory.createKey(parentKey, KIND, startTimestamp);
73 this.startTimestamp = startTimestamp;
86 planRun.setProperty(START_TIMESTAMP, this.startTimestamp);
116 long startTimestamp = (long) e.getProperty(START_TIMESTAMP);
122 return new TestPlanRunEntity(e.getKey().getParent(), testPlanName, type, startTimestamp,
    [all...]
TestRunEntity.java 107 public static final String START_TIMESTAMP = "startTimestamp";
121 public final long startTimestamp;
138 * @param startTimestamp The time in microseconds when the test run started.
149 public TestRunEntity(Key parentKey, TestRunType type, long startTimestamp, long endTimestamp,
153 this.key = KeyFactory.createKey(parentKey, KIND, startTimestamp);
155 this.startTimestamp = startTimestamp;
173 * @param startTimestamp The time in microseconds when the test run started.
182 public TestRunEntity(Key parentKey, TestRunType type, long startTimestamp, long endTimestamp,
185 this(parentKey, type, startTimestamp, endTimestamp, testBuildId, hostName, passCount
    [all...]
  /test/vti/dashboard/src/main/java/com/android/vts/api/
TestDataForDevServlet.java 88 private long startTimestamp;
207 testRun.startTimestamp);
218 testRun.startTimestamp, (int) testRun.passCount, failingTestCases.size(),
269 TestRunType.fromNumber(testRun.type), testRun.startTimestamp,
321 long startTimestamp = -1;
333 if (startTimestamp < 0 || testRunKey.getId() < startTimestamp) {
334 startTimestamp = testRunKey.getId();
354 if (startTimestamp < 0 || testBuildId == null || type == null) {
360 type, startTimestamp, endTimestamp, testBuildId, passCount, failCount
    [all...]
  /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...]
  /test/vti/dashboard/src/main/java/com/android/vts/util/
DatastoreHelper.java 177 long startTimestamp = report.getStartTimestamp();
333 startTimestamp,
427 long startTimestamp = -1;
439 if (startTimestamp < 0 || testRunKey.getId() < startTimestamp) {
440 startTimestamp = testRunKey.getId();
460 if (startTimestamp < 0 || testBuildId == null || type == null) {
469 startTimestamp,
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareDataPathStateManager.java 313 mAwareMetrics.recordNdpStatus(reason, networkSpecifier.isOutOfBand(), nnri.startTimestamp);
391 nnri.startTimestamp = SystemClock.elapsedRealtime();
436 nnri.startTimestamp);
545 nnri.startTimestamp);
546 nnri.startTimestamp = SystemClock.elapsedRealtime(); // update time-stamp for duration
555 nnri.startTimestamp);
582 mAwareMetrics.recordNdpSessionDuration(nnriE.getValue().startTimestamp);
651 nnri.networkSpecifier.isOutOfBand(), nnri.startTimestamp);
    [all...]
  /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 
  /prebuilts/tools/common/google-api-services-compute/
google-api-services-compute-v1-rev181-1.23.0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 194 milliseconds