OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MockLooper
(Results
1 - 2
of
2
) sorted by null
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockLooper.java
14
public class
MockLooper
{
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
MockLooper.java
35
* Creating a
MockLooper
will also install it as the looper for the current thread
37
public class
MockLooper
{
46
private static final String TAG = "
MockLooper
";
65
throw new RuntimeException("Failed to initialize
MockLooper
", e);
70
public
MockLooper
() {
91
throw new RuntimeException("Access failed in
MockLooper
: get - MessageQueue.mMessages",
108
throw new RuntimeException("Access failed in
MockLooper
: set - Message.when", e);
141
throw new RuntimeException("Access failed in
MockLooper
", e);
232
"
MockLooper
did not dispatch any messages before exiting.");
236
* Method allowing the
MockLooper
to pass any exceptions thrown by the thread to be passe
[
all
...]
Completed in 502 milliseconds