Searched refs:mTimeoutMs (Results 1 – 7 of 7) sorted by relevance
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()
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()
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()
49 private final long mTimeoutMs; field in ContentProtectionAllowlistManager79 mTimeoutMs = timeoutMs; in ContentProtectionAllowlistManager()148 mUpdatePendingUntil = Instant.now().plusMillis(mTimeoutMs); in handlePackagesChanged()
272 private int mTimeoutMs; field in LockPatternUtils.RequestThrottledException275 mTimeoutMs = timeoutMs; in RequestThrottledException()284 return mTimeoutMs; in getTimeoutMs()
986 private long mTimeoutMs = mDefaultTimeoutMs; field in MediaProjectionManagerService.MediaProjection1227 final boolean hasTimedOut = curMs - mCreateTimeMs > mTimeoutMs; in isValid()