/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | CellularNetworkValidatorTest.java | 108 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 D | PollingCheck.java | 40 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 D | WatchdogProcessHandler.java | 224 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 D | PollingCheck.java | 33 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 D | PollingCheck.java | 43 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 D | GateKeeperResponse.h | 48 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 D | Configurator.java | 79 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 D | InteractionController.java | 156 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 D | event_stream.py | 163 …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 D | truth.py | 60 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 D | poll.h | 43 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 D | sys_epoll.cpp | 50 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 D | Wait.java | 19 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 D | IdletimerController.cpp | 141 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 D | UsbDeviceConnection.java | 213 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 D | CarWatchdogClient.java | 82 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 D | ISipSession.aidl | 116 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 D | FocusIndicator.java | 21 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 D | FocusIndicator.java | 23 void showSuccess(boolean timeout); in showSuccess() 25 void showFail(boolean timeout); in showFail()
|
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/ |
H A D | BluetoothDiscoverableEnabler.java | 136 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 D | genlock.cpp | 68 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 D | UiObject2Asserts.java | 45 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 D | Wait.java | 30 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 D | ConnectivityManagerTestBase.java | 156 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 D | LatchedConsumer.java | 32 public void assertNotCalled(long timeout, TimeUnit unit) in assertNotCalled() 37 public void assertCalled(long timeout, TimeUnit unit) in assertCalled()
|