OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mWaitThread
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/src/com/android/email/
EmailConnectivityManager.java
67
private Thread
mWaitThread
;
87
Thread thread=
mWaitThread
;
175
mWaitThread
= Thread.currentThread();
215
mWaitThread
= null;
/frameworks/base/services/java/com/android/server/
AlarmManagerService.java
108
private final AlarmThread
mWaitThread
= new AlarmThread();
497
mWaitThread
.start();
[
all
...]
Completed in 369 milliseconds