Home
last modified time | relevance | path

Searched refs:milliseconds (Results 1 – 25 of 48) sorted by relevance

12

/frameworks/base/core/java/android/os/
DNullVibrator.java42 public void vibrate(long milliseconds) { in vibrate() argument
56 public void vibrate(int owningUid, String owningPackage, long milliseconds) { in vibrate() argument
57 vibrate(milliseconds); in vibrate()
DSystemVibrator.java61 public void vibrate(long milliseconds) { in vibrate() argument
62 vibrate(Process.myUid(), mPackageName, milliseconds); in vibrate() local
74 public void vibrate(int owningUid, String owningPackage, long milliseconds) { in vibrate() argument
80 mService.vibrate(owningUid, owningPackage, milliseconds, mToken); in vibrate()
DVibrator.java51 public abstract void vibrate(long milliseconds); in vibrate() argument
80 public abstract void vibrate(int owningUid, String owningPackage, long milliseconds); in vibrate() argument
DIVibratorService.aidl23 void vibrate(int uid, String packageName, long milliseconds, IBinder token); in vibrate() argument
/frameworks/base/core/java/com/android/server/
DResettableTimeout.java52 public void go(long milliseconds) in go() argument
55 mOffAt = SystemClock.uptimeMillis() + milliseconds; in go()
/frameworks/base/core/java/android/net/
DSntpClient.java196 long milliseconds = time - seconds * 1000L; in writeTimeStamp() local
205 long fraction = milliseconds * 0x100000000L / 1000L; in writeTimeStamp()
/frameworks/base/services/java/com/android/server/
DVibratorService.java78 native static void vibratorOn(long milliseconds); in vibratorOn() argument
194 public void vibrate(int uid, String packageName, long milliseconds, IBinder token) { in vibrate() argument
203 if (milliseconds <= 0 || (mCurrentVibration != null in vibrate()
204 && mCurrentVibration.hasLongerTimeout(milliseconds))) { in vibrate()
210 Vibration vib = new Vibration(token, milliseconds, uid, packageName); in vibrate()
/frameworks/base/core/java/android/widget/
DViewFlipper.java124 public void setFlipInterval(int milliseconds) { in setFlipInterval() argument
125 mFlipInterval = milliseconds; in setFlipInterval()
/frameworks/base/core/java/android/hardware/input/
DInputManager.java818 public void vibrate(long milliseconds) { in vibrate() argument
819 vibrate(new long[] { 0, milliseconds}, -1); in vibrate()
838 public void vibrate(int owningUid, String owningPackage, long milliseconds) { in vibrate() argument
839 vibrate(milliseconds); in vibrate()
/frameworks/base/docs/html/tools/help/uiautomator/
DConfigurator.jd549 <ul class="nolist"><li>current timeout in milliseconds</li></ul>
612 <ul class="nolist"><li>current delay in milliseconds</li></ul>
648 <ul class="nolist"><li>current timeout in milliseconds</li></ul>
686 <ul class="nolist"><li>Current timeout value in milliseconds</li></ul>
722 <ul class="nolist"><li>Current timeout value in milliseconds</li></ul>
761 <td>Timeout value in milliseconds</td>
801 <td>Delay value in milliseconds</td>
846 <td>Timeout value in milliseconds</td>
893 <td>Timeout value in milliseconds</td>
938 <td>Timeout value in milliseconds.</td>
/frameworks/rs/scriptc/
Drs_time.rsh87 * Returns the current system clock (uptime) in milliseconds.
89 * @return Uptime in milliseconds.
/frameworks/native/cmds/flatland/
DREADME.txt27 command line option can be used to insert a sleep (specified in milliseconds)
52 indicates the expected time in milliseconds that a single frame of the
/frameworks/native/services/surfaceflinger/EventLog/
DEventLogTags.logtags28 # 3: Number of milliseconds
/frameworks/ex/carousel/java/com/android/ex/carousel/
DCarouselController.java637 public void setCarouselRotationAngle(float endAngle, int milliseconds, int interpolationMode, in setCarouselRotationAngle() argument
640 mRenderScript.setCarouselRotationAngle(endAngle, milliseconds, in setCarouselRotationAngle()
DCarouselRS.java638 public void setCarouselRotationAngle(float endAngle, int milliseconds, int interpolationMode, in setCarouselRotationAngle() argument
640 mScript.invoke_setCarouselRotationAngle2(endAngle, milliseconds, interpolationMode, in setCarouselRotationAngle()
/frameworks/base/docs/html/tools/debugging/
Dsystrace.jd167 with individual operations completing within few milliseconds, depending on the device
181 longer (14 milliseconds) than other, similar tasks on this thread, which are averaging between
182 9 and 12 milliseconds to complete. This particular task execution length is likely not noticeable
Ddebugging-tracing.jd200 <li><code>&lt;inc-ms&gt;</code> -- Inclusive elapsed time (milliseconds spent in method,
203 <li><code>&lt;exc-ms&gt;</code> -- Exclusive elapsed time (milliseconds spent in method,
/frameworks/base/tools/orientationplot/
DREADME.txt46 is too aggressive, the filter response may lag by hundreds of milliseconds.
/frameworks/base/docs/html/training/location/
Dreceive-location-updates.jd363 This method sets the rate in milliseconds at which your app prefers to receive location
373 This method sets the <b>fastest</b> rate in milliseconds at which your app can handle
418 // Update frequency in milliseconds
423 // A fast frequency ceiling in milliseconds
/frameworks/base/docs/html/training/basics/network-ops/
Dconnecting.jd228 conn.setReadTimeout(10000 /* milliseconds */);
229 conn.setConnectTimeout(15000 /* milliseconds */);
/frameworks/base/docs/html/training/activity-testing/
Dactivity-ui-testing.jd204 <p>Typically, a short running test that take only a few milliseconds should be
205 marked as a {@code &#64;SmallTest}. Longer running tests (100 milliseconds or
/frameworks/base/docs/html/guide/topics/resources/
Danimation-resource.jd171 <em>int</em>. The time in milliseconds of the animation. 300 milliseconds is the default.
178 <em>int</em>. The amount of milliseconds the animation delays after
245 <em>int</em>. The time in milliseconds of the animation. 300ms is the default.
252 <em>int</em>. The amount of milliseconds the animation delays after
829 <dd><em>Integer</em>. The duration to show this frame, in milliseconds.</dd>
/frameworks/base/docs/html/guide/topics/providers/
Dcalendar-provider.jd421 <td>The time the event starts in UTC milliseconds since the epoch. </td>
425 <td>The time the event ends in UTC milliseconds since the epoch. </td>
802 <td>The beginning time of the instance, in UTC milliseconds.</td>
806 <td>The ending time of the instance, in UTC milliseconds.</td>
1008 <td>Event begin time in milliseconds from the epoch.</td>
1014 <td>Event end time in milliseconds from the epoch.</td>
1091 with the time of the event. The values for these times must be in UTC milliseconds
1141 <pre>// A date-time specified in milliseconds since the epoch.
/frameworks/base/core/jni/
Dandroid_media_AudioRecord.cpp335 milliseconds(CALLBACK_COND_WAIT_TIMEOUT_MS)) != in android_media_AudioRecord_release()
/frameworks/base/docs/html/google/play/billing/
Dbilling_reference.jd175 <td>The time the product was purchased, in milliseconds since the epoch (Jan 1, 1970).</td>

12