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

/frameworks/base/tests/net/java/android/net/nsd/
H A DNsdManagerTest.java59 long mTimeoutMs = 100; // non-final so that tests can adjust the value. field in class:NsdManagerTest
81 verify(listener, timeout(mTimeoutMs).times(1)).onResolveFailed(request, err);
86 verify(listener, timeout(mTimeoutMs).times(1)).onServiceResolved(reply);
108 verify(listener1, timeout(mTimeoutMs).times(1)).onServiceResolved(reply);
109 verify(listener2, timeout(mTimeoutMs).times(1)).onServiceResolved(reply);
132 verify(listener2, timeout(mTimeoutMs).times(1)).onServiceRegistered(request2);
136 verify(listener1, timeout(mTimeoutMs).times(1)).onRegistrationFailed(request1, err);
143 verify(listener1, timeout(mTimeoutMs).times(1)).onServiceRegistered(request1);
151 verify(listener1, timeout(mTimeoutMs).times(1)).onServiceUnregistered(request1);
159 verify(listener2, timeout(mTimeoutMs)
[all...]
/frameworks/base/tests/net/java/com/android/server/
H A DNsdServiceTest.java59 long mTimeoutMs = 100; // non-final so that tests can adjust the value. field in class:NsdServiceTest
97 verify(mDaemon, timeout(mTimeoutMs).times(1)).stop();
130 verify(mDaemon, timeout(mTimeoutMs).times(1)).stop();
160 verify(mDaemon, timeout(mTimeoutMs).times(n)).execute(argumentsCaptor.capture());
/frameworks/support/compat/java/android/support/v4/content/res/
H A DFontResourcesParserCompat.java75 private final int mTimeoutMs; field in class:FontResourcesParserCompat.ProviderResourceEntry
82 mTimeoutMs = timeoutMs;
94 return mTimeoutMs;
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkDiagnostics.java105 private final long mTimeoutMs; field in class:NetworkDiagnostics
173 mTimeoutMs = timeoutMs;
175 mDeadlineTime = mStartTime + mTimeoutMs;
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java204 private int mTimeoutMs; field in class:LockPatternUtils.RequestThrottledException
206 mTimeoutMs = timeoutMs;
214 return mTimeoutMs;

Completed in 141 milliseconds