HomeSort by relevance Sort by last modified time
    Searched full:delay_msec (Results 1 - 13 of 13) sorted by null

  /cts/tests/tests/os/src/android/os/cts/
CountDownTimerTest.java 52 final long DELAY_MSEC = mActivity.INTERVAL + OFFSET;
53 assertTrue(DELAY_MSEC < mActivity.MILLISINFUTURE);
54 waitForAction(DELAY_MSEC);
61 int count = Long.valueOf(DELAY_MSEC / mActivity.INTERVAL).intValue() + 1;
BinderTest.java 43 private static final int DELAY_MSEC = 5000;
212 waitForResultOrThrow(DELAY_MSEC, "existing connection to receive service");
216 waitForResultOrThrow(DELAY_MSEC, "new connection to receive service");
235 waitForResultOrThrow(DELAY_MSEC, "the existing connection to lose service");
248 waitForResultOrThrow(DELAY_MSEC, "the existing connection to receive service");
266 waitForResultOrThrow(DELAY_MSEC, "the existing connection to lose service");
279 waitForResultOrThrow(DELAY_MSEC, "existing connection to receive service");
297 waitForResultOrThrow(DELAY_MSEC, "existing connection to unbind service");
302 waitForResultOrThrow(DELAY_MSEC, "existing connection to rebind service");
307 waitForResultOrThrow(DELAY_MSEC, "existing connection to lose service")
    [all...]
  /external/chromium_org/google_apis/gcm/monitoring/
fake_gcm_stats_recorder.cc 18 void FakeGCMStatsRecorder::RecordCheckinDelayedDueToBackoff(int64 delay_msec) {
32 int64 delay_msec) {
73 int64 delay_msec) {
fake_gcm_stats_recorder.h 19 virtual void RecordCheckinDelayedDueToBackoff(int64 delay_msec) OVERRIDE;
24 virtual void RecordConnectionDelayedDueToBackoff(int64 delay_msec) OVERRIDE;
44 int64 delay_msec) OVERRIDE;
gcm_stats_recorder.h 48 virtual void RecordCheckinDelayedDueToBackoff(int64 delay_msec) = 0;
61 virtual void RecordConnectionDelayedDueToBackoff(int64 delay_msec) = 0;
103 int64 delay_msec) = 0;
  /external/chromium_org/components/gcm_driver/
gcm_stats_recorder_impl.cc 190 void GCMStatsRecorderImpl::RecordCheckinDelayedDueToBackoff(int64 delay_msec) {
195 delay_msec));
232 int64 delay_msec) {
237 delay_msec));
330 int64 delay_msec) {
337 delay_msec));
gcm_stats_recorder_impl.h 48 virtual void RecordCheckinDelayedDueToBackoff(int64 delay_msec) OVERRIDE;
53 virtual void RecordConnectionDelayedDueToBackoff(int64 delay_msec) OVERRIDE;
73 int64 delay_msec) OVERRIDE;
  /hardware/qcom/gps/msm8960/utils/
loc_timer.h 47 int loc_timer_start(unsigned int delay_msec,
  /hardware/qcom/gps/utils/
loc_timer.h 50 void* loc_timer_start(unsigned int delay_msec,
  /external/chromium_org/base/message_loop/
message_pump_win.cc 156 int delay_msec = GetCurrentDelay(); local
157 DCHECK_GE(delay_msec, 0);
158 if (delay_msec < USER_TIMER_MINIMUM)
159 delay_msec = USER_TIMER_MINIMUM;
164 delay_msec, NULL);
  /frameworks/base/test-runner/src/android/test/
InstrumentationTestRunner.java 182 public static final String ARGUMENT_DELAY_MSEC = "delay_msec";
340 Log.e(LOG_TAG, "Invalid delay_msec parameter", e);
791 // The delay_msec parameter is normally used to provide buffers of idle time
    [all...]
  /frameworks/testing/support/src/android/support/test/runner/
AndroidJUnitRunner.java 174 private static final String ARGUMENT_DELAY_MSEC = "delay_msec";
307 Log.e(LOG_TAG, "Invalid delay_msec parameter", e);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
RemoteAdtTestRunner.java 56 private static final String DELAY_MSEC_KEY = "delay_msec";

Completed in 288 milliseconds