Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/accounts/
DAccountManagerFuture.java115 V getResult(long timeout, TimeUnit unit) in getResult()
/frameworks/base/core/java/android/os/
DConditionVariable.java117 public boolean block(long timeout) in block()
DAsyncTask.java358 public final Result get(long timeout, TimeUnit unit) throws InterruptedException, in get()
DPowerManager.java264 public void acquire(long timeout) { in acquire()
/frameworks/base/core/java/android/bluetooth/
DBluetoothServerSocket.java104 public BluetoothSocket accept(int timeout) throws IOException { in accept()
DBluetoothSocket.java283 /*package*/ BluetoothSocket accept(int timeout) throws IOException { in accept()
327 private native BluetoothSocket acceptNative(int timeout) throws IOException; in acceptNative()
DIBluetooth.aidl42 boolean setDiscoverableTimeout(int timeout); in setDiscoverableTimeout()
DBluetoothAdapter.java532 public void setDiscoverableTimeout(int timeout) { in setDiscoverableTimeout()
/frameworks/base/tests/AndroidTests/src/com/android/unit_tests/os/
DHandlerTester.java30 public void doTest(long timeout) { in doTest()
DTestHandlerThread.java35 public void doTest(long timeout) { in doTest()
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
DPowerTestActivity.java99 private void navigate(String url, int timeout) { in navigate()
115 timeout); in navigate() local
/frameworks/base/tests/CoreTests/android/core/
DDatagramTest.java172 int timeout = 5000; in testDatagramSocketSetSOTimeout() local
DURLTest.java194 int timeout = 5000; in testHttpConnectionTimeout() local
DTestWebServer.java48 int timeout = 0; field in TestWebServer
126 public void initServer(int port, int timeout, boolean log) throws Exception { in initServer()
DSSLSocketTest.java80 int delay, int timeout) throws IOException { in fetch()
182 int delay, int timeout) throws IOException { in fetch()
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DReliabilityTestActivity.java119 private void navigate(String url, int timeout) { in navigate()
135 timeout); in navigate() local
DLayoutTestsAutoTest.java270 private void runTestAndWaitUntilDone(TestShellActivity activity, String test, int timeout) { in runTestAndWaitUntilDone()
352 int timeout = runner.mTimeoutInMillis; in executeLayoutTests() local
DLoadTestsAutoTest.java164 private void runTestAndWaitUntilDone(TestShellActivity activity, String url, int timeout) { in runTestAndWaitUntilDone()
/frameworks/base/libs/surfaceflinger/
DMessageQueue.cpp63 MessageList::value_type MessageQueue::waitMessage(nsecs_t timeout) in waitMessage()
/frameworks/base/core/java/android/net/
DLocalSocket.java238 public void connect(LocalSocketAddress endpoint, int timeout) in connect()
DSntpClient.java74 public boolean requestTime(String host, int timeout) { in requestTime()
/frameworks/base/cmds/dumpstate/
Dutils.c103 int run_command(struct Command* cmd, int timeout) { in run_command()
/frameworks/base/awt/java/awt/
DEventQueueCore.java240 synchronized boolean isEmpty(long timeout) { in isEmpty()
/frameworks/base/core/java/android/net/http/
DAndroidHttpClientConnection.java194 public void setSocketTimeout(int timeout) { in setSocketTimeout()
/frameworks/base/core/java/android/text/method/
DMultiTapKeyListener.java239 Timeout[] timeout = buf.getSpans(0, buf.length(), Timeout.class); in removeTimeouts() local

12