Searched refs:mTimeoutMs (Results 1 – 5 of 5) sorted by relevance
41 private final int mTimeoutMs; field in OneTimeSettingsListener48 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()
64 private final long mTimeoutMs; field in RemoteCall88 mTimeoutMs = timeoutMs; in RemoteCall()119 if (mTimeoutMs == 0L) { in call()122 Handler.getMain().postDelayed(this::timeOut, mTimeoutMs); in call()
40 private final int mTimeoutMs; field in SyncResultReceiver50 mTimeoutMs = timeoutMs; in SyncResultReceiver()55 if (!mLatch.await(mTimeoutMs, TimeUnit.MILLISECONDS)) { in waitResult()56 throw new TimeoutException("Not called in " + mTimeoutMs + "ms"); in waitResult()
42 private long mTimeoutMs = TimeUnit.SECONDS.toMillis(mTimeout); field in OneHandedTimeoutHandler76 mTimeoutMs = TimeUnit.SECONDS.toMillis(mTimeout); in setTimeout()96 mMainExecutor.executeDelayed(mTimeoutRunnable, mTimeoutMs); in resetTimer()
230 private int mTimeoutMs; field in LockPatternUtils.RequestThrottledException233 mTimeoutMs = timeoutMs; in RequestThrottledException()242 return mTimeoutMs; in getTimeoutMs()