HomeSort by relevance Sort by last modified time
    Searched refs:MS_PER_DAY (Results 1 - 4 of 4) sorted by null

  /external/quake/src/com/android/quake/
DownloaderActivity.java 262 if (timeLeft > MS_PER_DAY) {
264 (timeLeft + MS_PER_DAY - 1) / MS_PER_DAY)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
DeviceAdminSample.java 66 private static final long MS_PER_DAY = 24 * MS_PER_HOUR;
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/jni/
drm1_jni.c 33 #define MS_PER_DAY 24 * MS_PER_HOUR /* Milliseconds per day */
414 int64_const(MS_PER_DAY));
  /frameworks/base/services/java/com/android/server/
DevicePolicyManagerService.java 103 private static final long MS_PER_DAY = 86400 * 1000;
105 private static final long EXPIRATION_GRACE_PERIOD_MS = 5 * MS_PER_DAY; // 5 days, in ms
579 alarmTime = now + MS_PER_DAY;
583 long alarmInterval = timeToExpire % MS_PER_DAY;
585 alarmInterval = MS_PER_DAY;
    [all...]

Completed in 757 milliseconds