Home
last modified time | relevance | path

Searched defs:time (Results 1 – 25 of 190) sorted by relevance

12345678

/frameworks/base/services/core/java/com/android/server/notification/
DScheduleCalendar.java43 public long nextScheduleStart(long time) { in nextScheduleStart()
67 final long time = getTime(now, hr, min); in getNextTime() local
80 public boolean isInSchedule(long time) { in isInSchedule()
90 private boolean isInSchedule(int daysOffset, long time, long start, long end) { in isInSchedule()
98 private int getDayOfWeek(long time) { in getDayOfWeek()
112 private long addDays(long time, int days) { in addDays()
DSystemConditionProviderService.java40 protected static String ts(long time) { in ts()
50 protected static void dumpUpcomingTime(PrintWriter pw, String var, long time, long now) { in dumpUpcomingTime()
DCountdownConditionProvider.java153 final long time = ZenModeConfig.tryParseCountdownConditionId(conditionId); in onReceive() local
162 private static final Condition newCondition(long time, int state) { in newCondition()
168 final long time = ZenModeConfig.tryParseCountdownConditionId(conditionUri); in tryParseDescription() local
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java256 final long time = SystemClock.currentThreadTimeMillis(); in testCreate() local
273 final long time = SystemClock.currentThreadTimeMillis(); in testCreate() local
295 final long time = SystemClock.currentThreadTimeMillis(); in testCreate() local
308 final long time = SystemClock.currentThreadTimeMillis(); in testCreate() local
331 final long time = SystemClock.currentThreadTimeMillis(); in testCreate() local
353 final long time = SystemClock.currentThreadTimeMillis(); in testCreate() local
371 final long time = SystemClock.currentThreadTimeMillis(); in testCreate() local
388 long time = SystemClock.currentThreadTimeMillis(); in testCreate() local
403 long time = SystemClock.currentThreadTimeMillis(); in testCreate() local
422 long time = SystemClock.currentThreadTimeMillis(); in testCreate() local
[all …]
/frameworks/base/core/java/android/os/
DIPowerManager.aidl39 void userActivity(long time, int event, int flags); in userActivity()
40 void wakeUp(long time, String reason, String opPackageName); in wakeUp()
41 void goToSleep(long time, int reason, int flags); in goToSleep()
42 void nap(long time); in nap()
53 void boostScreenBrightness(long time); in boostScreenBrightness()
DPowerManager.java608 public void goToSleep(long time) { in goToSleep()
633 public void goToSleep(long time, int reason, int flags) { in goToSleep()
659 public void wakeUp(long time) { in wakeUp()
669 public void wakeUp(long time, String reason) { in wakeUp()
697 public void nap(long time) { in nap()
719 public void boostScreenBrightness(long time) { in boostScreenBrightness()
/frameworks/base/core/java/android/app/usage/
DTimeSparseArray.java42 public int closestIndexOnOrAfter(long time) { in closestIndexOnOrAfter()
79 public int closestIndexOnOrBefore(long time) { in closestIndexOnOrBefore()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DEvents.java108 final long time = System.currentTimeMillis(); in writeEvent() local
179 public static void writeState(long time, State state) { in writeState()
214 void writeEvent(long time, int tag, Object[] list); in writeEvent()
215 void writeState(long time, State state); in writeState()
/frameworks/multidex/library/test/src/android/support/multidex/
DZipEntryReader.java65 int time = in.getShort() & 0xffff; in readEntry() local
111 private static long getTime(int time, int modDate) { in getTime()
/frameworks/base/services/usage/java/com/android/server/usage/
DUnixCalendar.java32 public UnixCalendar(long time) { in UnixCalendar()
68 public void setTimeInMillis(long time) { in setTimeInMillis()
/frameworks/base/services/core/java/com/android/server/display/
DAutomaticBrightnessController.java303 private void handleLightSensorEvent(long time, float lux) { in handleLightSensorEvent()
310 private void applyLightSensorMeasurement(long time, float lux) { in applyLightSensorMeasurement()
373 private long nextAmbientLightBrighteningTransition(long time) { in nextAmbientLightBrighteningTransition()
385 private long nextAmbientLightDarkeningTransition(long time) { in nextAmbientLightDarkeningTransition()
398 long time = SystemClock.uptimeMillis(); in updateAmbientLux() local
403 private void updateAmbientLux(long time) { in updateAmbientLux()
670 public void push(long time, float lux) { in push()
/frameworks/ex/common/java/com/android/common/
DOperationScheduler.java170 long time = triggerTimeMillis; in getNextTimeMillis() local
228 long time = mStorage.getLong(name, 0); in getTimeBefore() local
363 Time time = new Time(); in toString() local
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZoneFilterTypeAdapter.java46 void onSetFilter(int filterType, String str, int time); in onSetFilter()
52 int time; field in TimeZoneFilterTypeAdapter.ViewHolder
65 public int time; field in TimeZoneFilterTypeAdapter.FilterTypeResult
67 public FilterTypeResult(int type, String constraint, int time) { in FilterTypeResult()
/frameworks/base/tools/preload/
DProc.java90 void startOperation(int threadId, LoadedClass loadedClass, long time, in startOperation()
117 LoadedClass loadedClass, long time) { in endOperation()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgePowerManager.java135 public void userActivity(long time, int event, int flags) throws RemoteException { in userActivity()
140 public void wakeUp(long time, String reason, String opPackageName) throws RemoteException { in wakeUp()
145 public void boostScreenBrightness(long time) throws RemoteException { in boostScreenBrightness()
/frameworks/base/core/java/android/widget/
DDateTimeView.java95 public void setTime(long time) { in setTime()
112 Date time = mTime; in update() local
/frameworks/base/core/java/android/view/
DVelocityTracker.java260 public float estimateX(float time) { in estimateX()
269 public float estimateY(float time) { in estimateY()
291 private float estimate(float time, float[] c) { in estimate()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyUtilsTest.java76 int time = rm.getRetryTimer(); in testRetryManagerSimplest() local
/frameworks/av/media/mtp/
DMtpObjectInfo.cpp60 time_t time; in read() local
/frameworks/base/opengl/java/android/opengl/
DEGLExt.java42 long time in eglPresentationTimeANDROID()
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
DBitmapDrawableDupe.java64 long time = android.os.SystemClock.elapsedRealtimeNanos(); in onCreate() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCall.java150 long time = Long.MAX_VALUE; in getEarliestConnection() local
178 long time = Long.MAX_VALUE; in getEarliestCreateTime() local
/frameworks/base/core/java/com/android/internal/os/
DKernelCpuSpeedReader.java66 long time = Long.parseLong(splitter.next()) * 10; in readDelta() local
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
DColorMatrix.java61 public void animateBars(float time) { in animateBars()
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
DColorMatrix.java54 public void animateBars(float time) { in animateBars()

12345678