Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 25 of 802) sorted by relevance

12345678910>>...33

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCellularNetworkValidatorTest.java108 int timeout = 1000; in testValidateSuccess() local
121 int timeout = 100; in testValidateTimeout() local
135 int timeout = 100; in testValidateFailure() local
146 int timeout = 100; in testNetworkAvailableNotValidated() local
164 int timeout = 1000; in testSkipRecentlyValidatedNetwork() local
187 int timeout = 1000; in testDoNotSkipIfValidationFailed() local
209 int timeout = 1000; in testDoNotSkipIfCacheExpires() local
235 int timeout = 1000; in testNetworkCachingOfMultipleSub() local
290 int timeout = 1000; in testNetworkCachingOfMultipleNetworks() local
322 int timeout = 1000; in testNetworkCachingOverflow() local
[all …]
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/testutils/
H A DPollingCheck.java40 public PollingCheck(long timeout) { in PollingCheck()
44 public PollingCheck(long timeout, String errorMessage) { in PollingCheck()
56 long timeout = mTimeout; in run() local
74 public static void check(CharSequence message, long timeout, Callable<Boolean> condition) in check()
97 public static void waitFor(long timeout, final PollingCheckCondition condition) { in waitFor()
98 new PollingCheck(timeout) { in waitFor() argument
106 public static void waitFor(long timeout, BooleanSupplier condition, String errorMessage) { in waitFor()
107 new PollingCheck(timeout, errorMessage) { in waitFor() argument
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DWatchdogProcessHandler.java224 public int getClientCount(int timeout) { in getClientCount()
253 removeClientLocked(client.asBinder(), timeout); in onClientDeath() local
268 private void analyzeClientResponse(int timeout) { in analyzeClientResponse()
279 removeClientLocked(clientInfo.client.asBinder(), timeout); in analyzeClientResponse() local
285 private void sendPingToClients(int timeout) { in sendPingToClients()
316 private void sendPingToClientsAndCheck(int timeout) { in sendPingToClientsAndCheck()
334 private void removeClientLocked(IBinder clientBinder, int timeout) { in removeClientLocked()
383 private String timeoutToString(int timeout) { in timeoutToString()
397 private long timeoutToDurationMs(int timeout) { in timeoutToDurationMs()
415 public final int timeout; field in WatchdogProcessHandler.ClientInfo
[all …]
/aosp12/frameworks/base/tests/testables/src/android/testing/
H A DPollingCheck.java33 public PollingCheck(long timeout) { in PollingCheck()
44 long timeout = mTimeout; in run() local
62 public static void check(CharSequence message, long timeout, Callable<Boolean> condition) in check()
85 public static void waitFor(long timeout, final PollingCheckCondition condition) { in waitFor()
86 new PollingCheck(timeout) { in waitFor() argument
/aosp12/frameworks/base/core/tests/coretests/src/android/util/
H A DPollingCheck.java43 public PollingCheck(long timeout) { in PollingCheck()
57 long timeout = mTimeout; in run() local
95 public static void waitFor(long timeout, final PollingCheckCondition condition) { in waitFor()
96 new PollingCheck(timeout) { in waitFor() argument
/aosp12/system/core/gatekeeperd/include/gatekeeper/
H A DGateKeeperResponse.h48 static GateKeeperResponse retry(int32_t timeout) { in retry()
70 int32_t timeout() const { return timeout_; } in timeout() function
72 void timeout(int32_t timeout) { timeout_ = timeout; } in timeout() argument
/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DConfigurator.java79 public Configurator setWaitForIdleTimeout(long timeout) { in setWaitForIdleTimeout()
115 public Configurator setWaitForSelectorTimeout(long timeout) { in setWaitForSelectorTimeout()
149 public Configurator setScrollAcknowledgmentTimeout(long timeout) { in setScrollAcknowledgmentTimeout()
183 public Configurator setActionAcknowledgmentTimeout(long timeout) { in setActionAcknowledgmentTimeout()
H A DInteractionController.java156 AccessibilityEventFilter filter, long timeout) { in runAndWaitForEvents()
185 final int eventType, long timeout) { in sendKeyAndWaitForEvent()
233 public boolean clickAndSync(final int x, final int y, long timeout) { in clickAndSync()
252 public boolean clickAndWaitForNewWindow(final int x, final int y, long timeout) { in clickAndWaitForNewWindow()
/aosp12/system/bt/gd/cert/
H A Devent_stream.py163 …def assert_event_occurs(self, match_fn, at_least_times=1, timeout=timedelta(seconds=DEFAULT_TIMEOU… argument
176 …def assert_event_occurs_at_most(self, match_fn, at_most_times, timeout=timedelta(seconds=DEFAULT_T… argument
215 timeout=timedelta(seconds=DEFAULT_TIMEOUT_SECONDS)): argument
238 timeout=timedelta(seconds=DEFAULT_TIMEOUT_SECONDS)): argument
269 def NOT_FOR_YOU_assert_none_matching(istream, match_fn, timeout=timedelta(seconds=DEFAULT_TIMEOUT_S… argument
288 def NOT_FOR_YOU_assert_none(istream, timeout=timedelta(seconds=DEFAULT_TIMEOUT_SECONDS)): argument
H A Dtruth.py60 def emits(self, *match_fns, at_least_times=1, timeout=DEFAULT_TIMEOUT): argument
69 def emitsNone(self, *match_fns, timeout=DEFAULT_TIMEOUT): argument
82 def __init__(self, stream, match_fns, timeout): argument
101 def then(self, *match_fns, at_least_times=1, timeout=DEFAULT_TIMEOUT): argument
110 def thenNone(self, *match_fns, timeout=DEFAULT_TIMEOUT): argument
/aosp12/bionic/libc/include/bits/fortify/
H A Dpoll.h43 int poll(struct pollfd* const fds __pass_object_size, nfds_t fd_count, int timeout) in poll()
59 …truct pollfd* const fds __pass_object_size, nfds_t fd_count, const struct timespec* timeout, const… in ppoll()
76 …truct pollfd* const fds __pass_object_size, nfds_t fd_count, const struct timespec* timeout, const… in ppoll64()
/aosp12/bionic/libc/bionic/
H A Dsys_epoll.cpp50 int epoll_pwait(int fd, epoll_event* events, int max_events, int timeout, const sigset_t* ss) { in epoll_pwait()
61 int epoll_pwait64(int fd, epoll_event* events, int max_events, int timeout, const sigset64_t* ss) { in epoll_pwait64()
65 int epoll_wait(int fd, struct epoll_event* events, int max_events, int timeout) { in epoll_wait()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
H A DWait.java19 public static void atMost(String message, Condition condition, long timeout, in atMost()
24 public static void atMost(Supplier<String> message, Condition condition, long timeout, in atMost()
29 public static void atMost(Supplier<String> message, Condition condition, long timeout, in atMost()
/aosp12/system/netd/server/
H A DIdletimerController.cpp141 uint32_t timeout, in modifyInterfaceIdletimer()
164 uint32_t timeout, in addInterfaceIdletimer()
170 uint32_t timeout, in removeInterfaceIdletimer()
/aosp12/frameworks/base/core/java/android/hardware/usb/
H A DUsbDeviceConnection.java213 int index, byte[] buffer, int length, int timeout) { in controlTransfer()
238 byte[] buffer, int offset, int length, int timeout) { in controlTransfer()
265 byte[] buffer, int length, int timeout) { in bulkTransfer()
285 byte[] buffer, int offset, int length, int timeout) { in bulkTransfer()
365 public UsbRequest requestWait(long timeout) throws TimeoutException { in requestWait()
412 int index, byte[] buffer, int offset, int length, int timeout); in native_control_request()
414 int offset, int length, int timeout); in native_bulk_request()
415 private native UsbRequest native_request_wait(long timeout) throws TimeoutException; in native_request_wait()
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
H A DCarWatchdogClient.java82 int timeout; in parseCommand() local
154 private long getTimeForInactiveMain(int timeout) { in getTimeForInactiveMain()
169 public int timeout; field in CarWatchdogClient.ClientConfig
174 ClientConfig(int timeout, int inactiveMainAfterInSec, int notRespondAfterInSec, in ClientConfig()
/aosp12/frameworks/opt/net/voip/src/java/android/net/sip/
H A DISipSession.aidl116 void makeCall(in SipProfile callee, String sessionDescription, int timeout); in makeCall()
127 void answerCall(String sessionDescription, int timeout); in answerCall()
147 void changeCall(String sessionDescription, int timeout); in changeCall()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
H A DFocusIndicator.java21 public void showSuccess(boolean timeout); in showSuccess()
22 public void showFail(boolean timeout); in showFail()
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
H A DFocusIndicator.java23 void showSuccess(boolean timeout); in showSuccess()
25 void showFail(boolean timeout); in showFail()
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothDiscoverableEnabler.java136 int timeout = getDiscoverableTimeout(); in setEnabled() local
158 private void updateTimerDisplay(int timeout) { in updateTimerDisplay()
168 private static String formatTimeRemaining(int timeout) { in formatTimeRemaining()
213 int timeout = SystemProperties.getInt(SYSTEM_PROPERTY_DISCOVERABLE_TIMEOUT, -1); in getDiscoverableTimeout() local
233 int timeout = getDiscoverableTimeout(); in getDiscoverableTimeoutIndex() local
/aosp12/hardware/qcom/display/msm8960/libgenlock/
H A Dgenlock.cpp68 int lockType, int timeout, in perform_lock_unlock_operation()
277 int timeout) in genlock_lock_buffer()
322 genlock_status_t genlock_wait(native_handle_t *buffer_handle, int timeout) { in genlock_wait()
360 int timeout) { in genlock_write_to_read()
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
H A DUiObject2Asserts.java45 UiObject2 uiObject, SearchCondition<Boolean> searchCondition, long timeout) { in assertWaitForCondition()
51 public static long getAdjustedTimeout(long timeout) { in getAdjustedTimeout()
/aosp12/packages/apps/ThemePicker/robolectric_tests/src/com/android/customization/testutils/
H A DWait.java30 public static void atMost(String message, Condition condition, long timeout) { in atMost()
34 public static void atMost(String message, Condition condition, long timeout, long sleepMillis) { in atMost()
/aosp12/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestBase.java156 protected boolean waitForNetworkState(int networkType, State expectedState, long timeout) { in waitForNetworkState()
175 protected boolean waitForWifiState(int expectedState, long timeout) { in waitForWifiState()
194 protected boolean waitForWifiApState(int expectedState, long timeout) { in waitForWifiApState()
219 protected boolean waitForTetherStateChange(long timeout) { in waitForTetherStateChange()
417 protected boolean waitForActiveNetworkConnection(long timeout) { in waitForActiveNetworkConnection()
433 protected boolean waitUntilNoActiveNetworkConnection(long timeout) { in waitUntilNoActiveNetworkConnection()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DLatchedConsumer.java32 public void assertNotCalled(long timeout, TimeUnit unit) in assertNotCalled()
37 public void assertCalled(long timeout, TimeUnit unit) in assertCalled()

12345678910>>...33