Home
last modified time | relevance | path

Searched refs:mTimeoutMs (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
DOneTimeSettingsListener.java41 private final int mTimeoutMs; field in OneTimeSettingsListener
48 mTimeoutMs = timeoutMs; in OneTimeSettingsListener()
72 final boolean updated = mLatch.await(mTimeoutMs, TimeUnit.MILLISECONDS); in assertCalled()
75 "Settings " + mKey + " not called in " + mTimeoutMs + "ms"); in assertCalled()
/frameworks/base/services/backup/java/com/android/server/backup/remote/
DRemoteCall.java64 private final long mTimeoutMs; field in RemoteCall
88 mTimeoutMs = timeoutMs; in RemoteCall()
119 if (mTimeoutMs == 0L) { in call()
122 Handler.getMain().postDelayed(this::timeOut, mTimeoutMs); in call()
/frameworks/base/core/java/com/android/internal/util/
DSyncResultReceiver.java40 private final int mTimeoutMs; field in SyncResultReceiver
50 mTimeoutMs = timeoutMs; in SyncResultReceiver()
55 if (!mLatch.await(mTimeoutMs, TimeUnit.MILLISECONDS)) { in waitResult()
56 throw new TimeoutException("Not called in " + mTimeoutMs + "ms"); in waitResult()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedTimeoutHandler.java42 private long mTimeoutMs = TimeUnit.SECONDS.toMillis(mTimeout); field in OneHandedTimeoutHandler
76 mTimeoutMs = TimeUnit.SECONDS.toMillis(mTimeout); in setTimeout()
96 mMainExecutor.executeDelayed(mTimeoutRunnable, mTimeoutMs); in resetTimer()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java230 private int mTimeoutMs; field in LockPatternUtils.RequestThrottledException
233 mTimeoutMs = timeoutMs; in RequestThrottledException()
242 return mTimeoutMs; in getTimeoutMs()