HomeSort by relevance Sort by last modified time
    Searched refs:getTimestamp (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
ITestSummary.java 31 public String getTimestamp();
56 * Expected format: {@link TimeUtil#getTimestamp()}
TimeUtil.java 55 static String getTimestamp() {
56 return getTimestamp(System.currentTimeMillis());
66 static String getTimestamp(long time) {
TestSummaryXml.java 65 public String getTimestamp() {
  /cts/tests/tests/media/src/android/media/cts/
CodecImage.java 118 public abstract long getTimestamp();
CodecUtils.java 70 public long getTimestamp() {
71 return mImage.getTimestamp();
  /device/samsung/manta/libsensors/
SensorBase.h 38 static int64_t getTimestamp();
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
TimestampTest.java 84 assertEquals(now, t.getTimestamp());
85 assertNotSame(now, t.getTimestamp());
CodeSignerTest.java 96 * Tests CodeSigner.getTimeStamp()
99 assertNull(new CodeSigner(cpath, null).getTimestamp());
100 assertSame(new CodeSigner(cpath, ts).getTimestamp(), ts);
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
TestSummaryXmlTest.java 44 assertEquals("2011-11-01", result.getTimestamp());
  /device/htc/flounder/sensor_hub/libsensors/
SensorBase.h 40 static int64_t getTimestamp();
SensorBase.cpp 109 int64_t SensorBase::getTimestamp() {
  /developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/
Conversations.java 88 public long getTimestamp() {
MessagingService.java 140 .setLatestTimestamp(conversation.getTimestamp())
161 .setWhen(conversation.getTimestamp())
  /developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/
Conversations.java 88 public long getTimestamp() {
MessagingService.java 140 .setLatestTimestamp(conversation.getTimestamp())
161 .setWhen(conversation.getTimestamp())
  /development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
Conversations.java 88 public long getTimestamp() {
MessagingService.java 140 .setLatestTimestamp(conversation.getTimestamp())
161 .setWhen(conversation.getTimestamp())
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
Mailer.java 97 + buildProperties.getTimestamp()
106 + buildProperties.getTimestamp()
198 + buildProperties.getTimestamp()
208 + buildProperties.getTimestamp()
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
feedTools.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedCreateFeedTask.java 93 sb.append(" <updated>" + getTimestamp() + "</updated>" + NL); //$NON-NLS-1$ //$NON-NLS-2$
121 private String getTimestamp() { // eg., 2006-04-10T20:40:08Z
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
PlaylistItem.java 102 public long getTimestamp() {
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
PlaylistItem.java 102 public long getTimestamp() {
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
PlaylistItem.java 102 public long getTimestamp() {
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
PlaylistItem.java 102 public long getTimestamp() {
  /device/lge/hammerhead/libsensors/
ProximitySensor.cpp 105 mPendingEvent.timestamp = getTimestamp();

Completed in 454 milliseconds

1 2 3 4