Searched refs:mTimeout (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DIdleCache.java35 long mTimeout; field in class:IdleCache.Entry
82 entry.mTimeout = time + TIMEOUT;
134 if (entry.mHost != null && time > entry.mTimeout) {
/frameworks/base/core/java/android/util/
H A DNtpTrustedTime.java39 private final long mTimeout; field in class:NtpTrustedTime
49 mTimeout = timeout;
83 if (client.requestTime(mServer, (int) mTimeout)) {
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardMessageArea.java83 long mTimeout = SECURITY_MESSAGE_DURATION; field in class:KeyguardMessageArea
153 mMessageArea.mTimeout = timeoutMs;
197 if (mTimeout > 0) {
198 mHandler.postDelayed(mClearMessageRunnable, mTimeout);
/frameworks/base/services/java/com/android/server/
H A DVibratorService.java82 private final long mTimeout; field in class:VibratorService.Vibration
100 mTimeout = millis;
119 if (mTimeout == 0) {
124 if ((mStartTime + mTimeout)
353 if (vib.mTimeout != 0) {
354 doVibratorOn(vib.mTimeout, vib.mUid);
355 mH.postDelayed(mVibrationRunnable, vib.mTimeout);
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java71 int mTimeout; field in class:TestWebServer
128 mTimeout = timeout;
649 s.setSoTimeout(mTimeout);
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLaunchpadActivity.java225 mHandler.postDelayed(mTimeout, 5 * 1000);
458 mHandler.removeCallbacks(mTimeout);
569 private Runnable mTimeout = new Runnable() { field in class:LaunchpadActivity
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java1783 private int mTimeout; // in seconds field in class:SipSessionGroup.MakeCallCommand
1789 mTimeout = timeout;
1801 return mTimeout;
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1000 long mTimeout; field in class:BatteryStatsImpl.StopwatchTimer
1024 mTimeout = timeout;
1130 if (mTimeout > 0 && curBatteryRealtime > mUpdateTime + mTimeout) {
1131 curBatteryRealtime = mUpdateTime + mTimeout;

Completed in 386 milliseconds