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

  /development/samples/ApiDemos/src/com/example/android/apis/app/
DeviceAdminSample.java 64 private static final long MS_PER_MINUTE = 60 * 1000;
65 private static final long MS_PER_HOUR = 60 * MS_PER_MINUTE;
520 localLong / MS_PER_MINUTE, globalLong / MS_PER_MINUTE));
545 mDPM.setPasswordExpirationTimeout(mDeviceAdminSample, value * MS_PER_MINUTE);
653 localLong / MS_PER_MINUTE, globalLong / MS_PER_MINUTE));
678 mDPM.setMaximumTimeToLock(mDeviceAdminSample, value * MS_PER_MINUTE);
    [all...]
  /external/quake/src/com/android/quake/
DownloaderActivity.java 272 } else if (timeLeft > MS_PER_MINUTE) {
274 (timeLeft + MS_PER_MINUTE - 1) / MS_PER_MINUTE)
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/jni/
drm1_jni.c 31 #define MS_PER_MINUTE 60 * MS_PER_SECOND /* Milliseconds per minute */
32 #define MS_PER_HOUR 60 * MS_PER_MINUTE /* Milliseconds per hour */
416 int64_const(hour * MS_PER_HOUR + minute * MS_PER_MINUTE +

Completed in 243 milliseconds