OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isAsynchronous
(Results
1 - 3
of
3
) sorted by null
/cts/suite/audio_quality/lib/include/task/
TaskAsync.h
37
bool
isAsynchronous
() {
/cts/tests/tests/os/src/android/os/cts/
MessageTest.java
168
assertTrue(mMessage.
isAsynchronous
());
225
assertFalse(message.
isAsynchronous
());
228
assertTrue(message.
isAsynchronous
());
231
assertFalse(message.
isAsynchronous
());
/frameworks/base/core/java/android/os/
Message.java
378
public boolean
isAsynchronous
() {
391
* @see #
isAsynchronous
()
Completed in 1770 milliseconds