Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/os/
DVibrator.java64 public void vibrate(long milliseconds) { in vibrate() argument
65 vibrate(milliseconds, null); in vibrate()
79 public void vibrate(long milliseconds, AudioAttributes attributes) { in vibrate() argument
80 vibrate(Process.myUid(), mPackageName, milliseconds, attributes); in vibrate() local
140 public abstract void vibrate(int uid, String opPkg, long milliseconds, in vibrate() argument
DNullVibrator.java45 public void vibrate(int uid, String opPkg, long milliseconds, AudioAttributes attributes) { in vibrate() argument
46 vibrate(milliseconds); in vibrate()
DSystemVibrator.java62 public void vibrate(int uid, String opPkg, long milliseconds, AudioAttributes attributes) { in vibrate() argument
68 mService.vibrate(uid, opPkg, milliseconds, usageForAttributes(attributes), mToken); in vibrate()
DIVibratorService.aidl23 void vibrate(int uid, String opPkg, long milliseconds, int usageHint, 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.java195 long milliseconds = time - seconds * 1000L; in writeTimeStamp() local
204 long fraction = milliseconds * 0x100000000L / 1000L; in writeTimeStamp()
/frameworks/base/services/core/java/com/android/server/
DVibratorService.java85 native static void vibratorOn(long milliseconds); in vibratorOn() argument
226 public void vibrate(int uid, String opPkg, long milliseconds, int usageHint, in vibrate() argument
236 if (milliseconds <= 0 || (mCurrentVibration != null in vibrate()
237 && mCurrentVibration.hasLongerTimeout(milliseconds))) { in vibrate()
244 Slog.d(TAG, "Vibrating for " + milliseconds + " ms."); in vibrate()
247 Vibration vib = new Vibration(token, milliseconds, usageHint, uid, opPkg); in vibrate()
/frameworks/base/core/java/android/widget/
DViewFlipper.java132 public void setFlipInterval(int milliseconds) { in setFlipInterval() argument
133 mFlipInterval = milliseconds; in setFlipInterval()
/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.rsh91 * Returns the current system clock (uptime) in milliseconds.
93 * @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/base/core/java/android/hardware/input/
DInputManager.java861 public void vibrate(int uid, String opPkg, long milliseconds, AudioAttributes attributes) { in vibrate() argument
862 vibrate(new long[] { 0, milliseconds}, -1); in vibrate()
/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.jd229 conn.setReadTimeout(10000 /* milliseconds */);
230 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/tools/debugging/
Dsystrace.jd255 with individual operations completing within few milliseconds, depending on the device
269 longer (14 milliseconds) than other, similar tasks on this thread, which are averaging between
270 9 and 12 milliseconds to complete. This particular task execution length is likely not noticeable
Ddebugging-tracing.jd206 <li><code>&lt;inc-ms&gt;</code> -- Inclusive elapsed time (milliseconds spent in method,
209 <li><code>&lt;exc-ms&gt;</code> -- Exclusive elapsed time (milliseconds spent in method,
/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/av/services/audiopolicy/
DAudioPolicyService.cpp751 nsecs_t timeOutNs = kAudioCommandTimeoutNs + milliseconds(delayMs); in sendCommand()
765 command->mTime = systemTime() + milliseconds(delayMs); in insertCommand_l()
/frameworks/base/docs/html/training/articles/
Dsecurity-gms-provider.jd98 anywhere from 30-50 milliseconds (on more recent devices) to 350 ms (on older
192 <p>Updating the security provider can take as much as 350 milliseconds (on
/frameworks/base/core/jni/
Dandroid_media_AudioRecord.cpp340 milliseconds(CALLBACK_COND_WAIT_TIMEOUT_MS)) != in android_media_AudioRecord_release()
/frameworks/base/docs/html/google/play/billing/
Dbilling_reference.jd193 <td>The time the product was purchased, in milliseconds since the epoch (Jan 1, 1970).</td>

12