/aosp_15_r20/libcore/luni/src/main/java/javax/xml/datatype/ |
H A D | XMLGregorianCalendar.java | 327 public void setTime(int hour, int minute, int second) { in setTime() method in XMLGregorianCalendar 416 public void setTime( in setTime() method in XMLGregorianCalendar 444 public void setTime(int hour, int minute, int second, int millisecond) { in setTime() method in XMLGregorianCalendar
|
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/animation/shader/ |
D | SparkleShader.kt | 77 fun setTime(time: Float) { in setTime() method in com.android.wallpaper.picker.customization.animation.shader.SparkleShader
|
/aosp_15_r20/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/shaders/ |
H A D | SparkleShader.kt | 75 fun setTime(time: Float) { in setTime() method
|
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/widget/ |
D | TextTime.kt | 123 fun setTime(hour: Int, minute: Int) { in setTime() method
|
/aosp_15_r20/libcore/ojluni/src/main/java/javax/sql/ |
H A D | RowSet.java | 842 void setTime(int parameterIndex, java.sql.Time x) throws SQLException; in setTime() method 1744 void setTime(int parameterIndex, java.sql.Time x, Calendar cal) in setTime() method 1761 void setTime(String parameterName, java.sql.Time x) in setTime() method 1785 void setTime(String parameterName, java.sql.Time x, Calendar cal) in setTime() method
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/27/libcore/ojluni/src/main/java/javax/sql/ |
D | RowSet.java | 842 void setTime(int parameterIndex, java.sql.Time x) throws SQLException; in setTime() method 1744 void setTime(int parameterIndex, java.sql.Time x, Calendar cal) in setTime() method 1761 void setTime(String parameterName, java.sql.Time x) in setTime() method 1785 void setTime(String parameterName, java.sql.Time x, Calendar cal) in setTime() method
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/javax/sql/ |
D | RowSet.java | 842 void setTime(int parameterIndex, java.sql.Time x) throws SQLException; in setTime() method 1744 void setTime(int parameterIndex, java.sql.Time x, Calendar cal) in setTime() method 1761 void setTime(String parameterName, java.sql.Time x) in setTime() method 1785 void setTime(String parameterName, java.sql.Time x, Calendar cal) in setTime() method
|
/aosp_15_r20/packages/apps/Calendar/src/com/android/calendar/ |
D | CalendarViewAdapter.kt | 234 fun setTime(time: Long) { in setTime() method
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/sql/ |
D | PreparedStatement.java | 280 void setTime(int parameterIndex, java.sql.Time x) in setTime() method 658 void setTime(int parameterIndex, java.sql.Time x, Calendar cal) in setTime() method
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/sql/ |
H A D | PreparedStatement.java | 280 void setTime(int parameterIndex, java.sql.Time x) in setTime() method 658 void setTime(int parameterIndex, java.sql.Time x, Calendar cal) in setTime() method
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/14/libcore/ojluni/src/main/java/java/sql/ |
D | PreparedStatement.java | 280 void setTime(int parameterIndex, java.sql.Time x) in setTime() method 658 void setTime(int parameterIndex, java.sql.Time x, Calendar cal) in setTime() method
|
/aosp_15_r20/external/google-cloud-java/java-dataflow/proto-google-cloud-dataflow-v1beta3/src/main/java/com/google/dataflow/v1beta3/ |
H A D | JobMessage.java | 829 public Builder setTime(com.google.protobuf.Timestamp value) { in setTime() method in JobMessage.Builder 851 public Builder setTime(com.google.protobuf.Timestamp.Builder builderForValue) { in setTime() method in JobMessage.Builder
|
H A D | AutoscalingEvent.java | 1451 public Builder setTime(com.google.protobuf.Timestamp value) { in setTime() method in AutoscalingEvent.Builder 1474 public Builder setTime(com.google.protobuf.Timestamp.Builder builderForValue) { in setTime() method in AutoscalingEvent.Builder
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/display/ |
H A D | HighBrightnessModeMetadata.java | 46 public void setRunningStartTimeMillis(long setTime) { in setRunningStartTimeMillis()
|
/aosp_15_r20/external/skia/modules/audioplayer/ |
H A D | SkAudioPlayer.cpp | 14 double SkAudioPlayer::setTime(double t) { in setTime() function in SkAudioPlayer
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/ |
D | TimerFdUtils.java | 54 private static native void setTime(int fd, long timeMs) throws IOException; in setTime() method in TimerFdUtils
|
/aosp_15_r20/hardware/google/pixel/perfstatsd/include/ |
D | perfstats_buffer.h | 55 void setTime(std::chrono::system_clock::time_point &time) { mTime = time; } in setTime() function
|
/aosp_15_r20/external/nist-sip/java/javax/sip/header/ |
H A D | TimeStampHeader.java | 14 void setTime(long timeStamp) throws InvalidArgumentException; in setTime() method
|
/aosp_15_r20/developers/samples/android/deprecated/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/util/ |
D | TimerFormat.java | 46 private static void setTime(long time) { in setTime() method in TimerFormat
|
/aosp_15_r20/development/samples/browseable/Timer/src/com.example.android.wearable.timer/util/ |
H A D | TimerFormat.java | 46 private static void setTime(long time) { in setTime() method in TimerFormat
|
/aosp_15_r20/external/opencensus-java/testing/src/main/java/io/opencensus/testing/common/ |
H A D | TestClock.java | 70 public synchronized void setTime(Timestamp time) { in setTime() method in TestClock
|
/aosp_15_r20/developers/build/prebuilts/gradle/Timer/Wearable/src/main/java/com/example/android/wearable/timer/util/ |
H A D | TimerFormat.java | 46 private static void setTime(long time) { in setTime() method in TimerFormat
|
/aosp_15_r20/frameworks/base/libs/hwui/jni/ |
H A D | MovieImpl.cpp | 53 bool Movie::setTime(Movie::MSec time) in setTime() function in Movie
|
/aosp_15_r20/frameworks/base/core/java/android/os/health/ |
H A D | TimerStat.java | 106 public void setTime(long time) { in setTime() method in TimerStat
|
/aosp_15_r20/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/ |
D | InstantRecordInternal.java | 84 public InstantRecordInternal<T> setTime(long time) { in setTime() method in InstantRecordInternal
|