HomeSort by relevance Sort by last modified time
    Searched defs:intervalMs (Results 1 - 7 of 7) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/wificond/
PnoSettings.java 31 public int intervalMs;
50 return intervalMs == settings.intervalMs
59 return Objects.hash(intervalMs, min2gRssi, min5gRssi, pnoNetworks);
74 out.writeInt(intervalMs);
86 result.intervalMs = in.readInt();
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
CpuThrottlingWaiter.java 72 long intervalMs = mPollIntervalSecs * 1000;
100 RunUtil.getDefault().sleep(intervalMs);
TemperatureThrottlingWaiter.java 71 long intervalMs = mPollIntervalSecs * 1000;
94 RunUtil.getDefault().sleep(intervalMs);
  /system/netd/tests/dns_responder/
dns_tls_frontend.cpp 379 constexpr int intervalMs = 20;
380 int limit = timeoutMs / intervalMs;
386 usleep(intervalMs * 1000);
  /frameworks/base/services/core/java/com/android/server/location/
GeofenceManager.java 336 long intervalMs;
338 intervalMs = (long)Math.min(MAX_INTERVAL_MS, Math.max(mEffectiveMinIntervalMs,
341 intervalMs = mEffectiveMinIntervalMs;
343 if (!mReceivingLocationUpdates || mLocationUpdateInterval != intervalMs) {
345 mLocationUpdateInterval = intervalMs;
349 request.setInterval(intervalMs).setFastestInterval(0);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConnectivityManagerTest.java     [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 259 milliseconds