HomeSort by relevance Sort by last modified time
    Searched refs:setTimestamp (Results 76 - 100 of 249) sorted by null

1 2 34 5 6 7 8 910

  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCPreparedStatement.java 264 public void setTimestamp(int parameterIndex, java.sql.Timestamp x)
477 public void setTimestamp(int parameterIndex, java.sql.Timestamp x,
479 setTimestamp(parameterIndex, x);
582 public void setTimestamp(String parameterName, java.sql.Timestamp val)
633 public void setTimestamp(String parameterName, java.sql.Timestamp val,
  /libcore/luni/src/test/java/libcore/java/sql/
OldPreparedStatementTest.java     [all...]
  /libcore/ojluni/src/main/java/java/sql/
CallableStatement.java 358 * @see #setTimestamp
570 * @see #setTimestamp
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_report/
ReportData.java 153 public void setTimestamp(Asn1Object value) {
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_components/
Position.java 108 public void setTimestamp(Asn1Object value) {
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_RowSet.java 227 public void setTimestamp(int parameterIndex, Timestamp theTimestamp,
231 public void setTimestamp(int parameterIndex, Timestamp theTimestamp)
1251 public void setTimestamp(String parameterName, Timestamp theTimestamp)
1256 public void setTimestamp(String parameterName, Timestamp theTimestamp,
  /frameworks/base/core/java/android/content/
ClipDescription.java 156 public void setTimestamp(long timeStamp) {
  /frameworks/base/core/java/android/metrics/
LogMaker.java 117 public LogMaker setTimestamp(long timestamp) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
SensorLoggerSession.java 128 proto.setTimestamp(ev.timestamp);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
CpuVideoTrackDecoder.java 113 outputVideoFrame.setTimestamp(mCurrentPresentationTimeUs * 1000);
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpDeviceIndexRunnable.java 144 mDateInstance.setTimestamp(objectInfo.getDateCreated());
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutPackage.java 327 si.setTimestamp(now);
413 oldShortcut.setTimestamp(mShortcutUser.mService.injectCurrentTimeMillis());
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
maven-repository-metadata-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacemeteringservice/1.11.18/
aws-java-sdk-marketplacemeteringservice-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/
maven-repository-metadata-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/
maven-repository-metadata-2.2.1.jar 
  /cts/tests/camera/src/android/hardware/camera2/cts/
ImageWriterTest.java 224 inputImage.setTimestamp(cameraImage.getTimestamp());
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailProviderHelpers.java 277 .setTimestamp(cursor.getLong(cursor.getColumnIndexOrThrow(Voicemails.DATE)))
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 421 setTimestamp(int64_t timestamp) override;
  /frameworks/base/media/java/android/media/
ImageWriter.java 742 public void setTimestamp(long timestamp) {
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
CameraSource.java 201 output.setTimestamp(timestamp);
  /external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
PresencePublication.java 739 public void setTimestamp(long currentTime) {
823 mPendingRequest.setTimestamp(publishRequest.getTimestamp());
    [all...]
  /external/doclava/src/com/google/doclava/
PageMetadata.java 219 pageMeta.setTimestamp(hdf.getValue("page.timestamp",""));
745 public Builder setTimestamp(String mTimestamp) {this.mTimestamp = mTimestamp; return this;}
    [all...]
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
RemotePlayer.java 184 item.setTimestamp(itemStatus.getTimestamp());
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
RemotePlayer.java 184 item.setTimestamp(itemStatus.getTimestamp());

Completed in 1427 milliseconds

1 2 34 5 6 7 8 910