Home
last modified time | relevance | path

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

1234567

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
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()
DInteractionController.java158 AccessibilityEventFilter filter, long timeout) { in runAndWaitForEvents()
187 final int eventType, long timeout) { in sendKeyAndWaitForEvent()
235 public boolean clickAndSync(final int x, final int y, long timeout) { in clickAndSync()
254 public boolean clickAndWaitForNewWindow(final int x, final int y, long timeout) { in clickAndWaitForNewWindow()
/frameworks/base/tools/preload2/src/com/android/preload/
DClientUtils.java59 public Client findClient(IDevice device, String processName, int processPid, int timeout) { in findClient()
79 public Client[] findAllClients(IDevice device, int timeout) { in findAllClients()
92 private long timeout; field in ClientUtils.WaitForClient
95 public WaitForClient(IDevice device, String processName, int processPid, long timeout) { in WaitForClient()
180 private long timeout; field in ClientUtils.WaitForClients
182 public WaitForClients(IDevice device, long timeout) { in WaitForClients()
DDeviceUtils.java48 public static void doShell(IDevice device, String cmdline, long timeout, TimeUnit unit) { in doShell()
55 public static String doShellReturnString(IDevice device, String cmdline, long timeout, in doShellReturnString()
66 long timeout, TimeUnit unit) { in doShell()
84 public static IDevice findDevice(String serial, int timeout) { in findDevice()
92 public static IDevice[] findDevices(int timeout) { in findDevices()
251 private long timeout; field in DeviceUtils.WaitForDevice
254 public WaitForDevice(String serial, long timeout) { in WaitForDevice()
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/
DHprof.java48 public static File doHprof(Client client, int timeout) { in doHprof()
118 private long timeout; field in Hprof.GetHprof
121 public GetHprof(Client client, long timeout) { in GetHprof()
200 private int timeout; field in Hprof
202 public Hprof(int timeout) { in Hprof()
/frameworks/opt/net/voip/src/java/android/net/sip/
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()
/frameworks/base/core/java/android/hardware/usb/
DUsbDeviceConnection.java147 int index, byte[] buffer, int length, int timeout) { in controlTransfer()
172 byte[] buffer, int offset, int length, int timeout) { in controlTransfer()
195 byte[] buffer, int length, int timeout) { in bulkTransfer()
212 byte[] buffer, int offset, int length, int timeout) { in bulkTransfer()
261 int index, byte[] buffer, int offset, int length, int timeout); in native_control_request()
263 int offset, int length, int timeout); in native_bulk_request()
/frameworks/base/core/java/com/android/internal/widget/
DVerifyCredentialResponse.java77 public VerifyCredentialResponse(int timeout) { in VerifyCredentialResponse()
83 private VerifyCredentialResponse(int responseCode, int timeout, byte[] payload) { in VerifyCredentialResponse()
119 private void setTimeout(int timeout) { in setTimeout()
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
DConnectivityManagerTestBase.java159 protected boolean waitForNetworkState(int networkType, State expectedState, long timeout) { in waitForNetworkState()
178 protected boolean waitForWifiState(int expectedState, long timeout) { in waitForWifiState()
197 protected boolean waitForWifiApState(int expectedState, long timeout) { in waitForWifiApState()
222 protected boolean waitForTetherStateChange(long timeout) { in waitForTetherStateChange()
420 protected boolean waitForActiveNetworkConnection(long timeout) { in waitForActiveNetworkConnection()
436 protected boolean waitUntilNoActiveNetworkConnection(long timeout) { in waitUntilNoActiveNetworkConnection()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java96 public Result init(long timeout) { in init()
155 public Result acquire(long timeout) { in acquire()
185 private Result acquireLock(long timeout) { in acquireLock()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
DBlockingStateCallback.java153 public void waitForState(int state, long timeout) { in waitForState()
156 waitForAnyOfStates(Arrays.asList(stateArray), timeout); in waitForState() local
172 public int waitForAnyOfStates(Collection<Integer> states, final long timeout) { in waitForAnyOfStates()
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/services/
DTestScheduledExecutorService.java67 public boolean awaitTermination(long timeout, TimeUnit unit) throws InterruptedException { in awaitTermination()
93 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks, long timeout, in invokeAll()
105 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAny()
196 public Void get(long timeout, TimeUnit unit) in get()
/frameworks/support/v17/tests/src/android/support/v17/leanback/app/
DBrowseFragmentTest.java57 long timeout; field in BrowseFragmentTest.WaitLock
58 public WaitLock(long timeout, String message) { in WaitLock()
DBrowseSupportFragmentTest.java59 long timeout; field in BrowseSupportFragmentTest.WaitLock
60 public WaitLock(long timeout, String message) { in WaitLock()
/frameworks/base/core/java/android/service/gatekeeper/
DGateKeeperResponse.java42 private GateKeeperResponse(int responseCode, int timeout) { in GateKeeperResponse()
108 private void setTimeout(int timeout) { in setTimeout()
/frameworks/base/core/java/com/android/internal/os/
DTransferPipe.java79 String prefix, String[] args, long timeout) throws IOException, RemoteException { in go()
104 String[] args, long timeout) throws IOException, RemoteException { in goDump()
127 public void go(FileDescriptor out, long timeout) throws IOException { in go()
/frameworks/base/core/java/org/apache/http/params/
DHttpConnectionParams.java83 public static void setSoTimeout(final HttpParams params, int timeout) { in setSoTimeout()
187 public static void setConnectionTimeout(final HttpParams params, int timeout) { in setConnectionTimeout()
/frameworks/base/core/java/android/util/
DNtpTrustedTime.java52 private NtpTrustedTime(String server, long timeout) { in NtpTrustedTime()
70 final long timeout = Settings.Global.getLong( in getInstance() local
/frameworks/base/core/java/android/hardware/camera2/legacy/
DCaptureCollector.java317 public boolean queueRequest(RequestHolder holder, LegacyRequest legacy, long timeout, in queueRequest()
373 public boolean waitForEmpty(long timeout, TimeUnit unit) throws InterruptedException { in waitForEmpty()
398 public boolean waitForPreviewsEmpty(long timeout, TimeUnit unit) throws InterruptedException { in waitForPreviewsEmpty()
430 public boolean waitForRequestCompleted(RequestHolder holder, long timeout, TimeUnit unit, in waitForRequestCompleted()
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/bots/
DKeyboardBot.java28 public KeyboardBot(UiDevice device, Context context, int timeout) { in KeyboardBot()
/frameworks/rs/
DrsSignal.cpp72 bool Signal::wait(uint64_t timeout) { in wait()
/frameworks/base/core/java/android/accounts/
DAccountManagerFuture.java113 V getResult(long timeout, TimeUnit unit) in getResult()
/frameworks/base/core/java/android/os/
DConditionVariable.java117 public boolean block(long timeout) in block()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DGestureUtils.java27 int timeout, int distance, int actionIndex) { in eventsWithinTimeAndDistanceSlop()
43 public static boolean isTimedOut(MotionEvent firstUp, MotionEvent secondUp, int timeout) { in isTimedOut()
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipSessionGroup.java562 void start(final int timeout) { in start()
577 private void timeout() { in timeout() method in SipSessionGroup.SipSessionImpl.SessionTimer
583 private synchronized void sleep(int timeout) { in sleep()
699 int timeout) { in makeCall()
705 public void answerCall(String sessionDescription, int timeout) { in answerCall()
719 public void changeCall(String sessionDescription, int timeout) { in changeCall()

1234567