Searched defs:setTime (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/core/java/android/os/health/
H A DTimerStat.java106 public void setTime(long time) { method in class:TimerStat
/frameworks/base/core/jni/android/graphics/
H A DMovieImpl.cpp52 bool Movie::setTime(SkMSec time) function in class:Movie
71 this->setTime(0);
/frameworks/base/graphics/java/android/graphics/
H A DMovie.java42 public native boolean setTime(int relativeMilliseconds); method in class:Movie
/frameworks/base/core/java/android/widget/
H A DDateTimeView.java107 // The view may not be added to the view hierarchy immediately right after setTime()
127 public void setTime(long time) { method in class:DateTimeView
/frameworks/base/services/core/jni/
H A Dcom_android_server_AlarmManagerService.cpp82 int setTime(struct timeval *tv);
121 int AlarmImpl::setTime(struct timeval *tv) function in class:android::AlarmImpl
215 ret = impl->setTime(&tv);
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
H A DAppTimeLimitControllerTests.java166 setTime(0L);
170 setTime(TIME_10_MIN);
177 setTime(TIME_10_MIN * 2);
183 setTime(TIME_30_MIN);
189 setTime(TIME_30_MIN + TIME_10_MIN);
199 setTime(0L);
203 setTime(6_000L);
211 setTime(0L);
214 setTime(6_000L);
224 setTime(TIME_10_MI
316 private void setTime(long time) { method in class:AppTimeLimitControllerTests
[all...]
/frameworks/base/tests/BackgroundDexOptServiceIntegrationTests/src/com/android/server/pm/
H A DBackgroundDexOptServiceIntegrationTests.java223 setTime(currentTime + futureMillis);
226 private static void setTime(long time) { method in class:BackgroundDexOptServiceIntegrationTests
228 am.setTime(time);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DMonthAdapter.java58 setTime(System.currentTimeMillis());
62 setTime(timeInMillis);
92 setTime(time.toMillis(false));
95 private void setTime(long timeInMillis) { method in class:MonthAdapter.CalendarDay
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareMetricsTest.java98 setTime(0);
111 setTime(5);
113 setTime(10);
115 setTime(11);
117 setTime(12);
120 setTime(14);
131 setTime(15);
134 setTime(17);
147 setTime(23);
172 setTime(
591 private void setTime(long timeMs) { method in class:WifiAwareMetricsTest
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/rtt/
H A DRttMetricsTest.java64 setTime(1);
93 setTime(10); // delta = 9
95 setTime(20); // delta = 10
97 setTime(21); // delta = 1
99 setTime(1000); // delta = 979
101 setTime(5000); // delta = 4,000
103 setTime(1000000); // delta = 995,000
152 setTime(100);
154 setTime(101);
156 setTime(10
503 private void setTime(long timeMs) { method in class:RttMetricsTest
[all...]
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneData.java90 public void setTime(long timeMillis) { method in class:TimeZoneData
/frameworks/base/core/java/android/app/
H A DAlarmManager.java961 public void setTime(long millis) { method in class:AlarmManager
963 mService.setTime(millis);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialPickerLayout.java232 public void setTime(int hours, int minutes) { method in class:RadialPickerLayout
/frameworks/base/location/java/android/location/
H A DLocation.java551 public void setTime(long time) { method in class:Location
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java7302 public boolean setTime(@NonNull ComponentName admin, long millis) { method in class:DevicePolicyManager
7303 throwIfParentInstance("setTime");
7306 return mService.setTime(admin, millis);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java10001 public boolean setTime(ComponentName who, long millis) { method in class:DevicePolicyManagerService
10002 Preconditions.checkNotNull(who, "ComponentName is null in setTime");
10008 mInjector.binderWithCleanCallingIdentity(() -> mInjector.getAlarmManager().setTime(millis));

Completed in 417 milliseconds