OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mTimeOutTimer
(Results
1 - 3
of
3
) sorted by null
/cts/tools/host/src/com/android/cts/
HostSideOnlyTest.java
66
synchronized (
mTimeOutTimer
) {
69
if (!
mTimeOutTimer
.isTimeOut()) {
71
+ "cancel
mTimeOutTimer
");
72
mTimeOutTimer
.sendNotify();
Test.java
40
protected HostTimer
mTimeOutTimer
;
281
synchronized (
mTimeOutTimer
) {
282
mTimeOutTimer
.cancel(true);
283
mTimeOutTimer
.sendNotify();
286
Log.d("
mTimeOutTimer
timed out");
335
mTimeOutTimer
= new HostTimer(new TimeOutTask(this),
337
mTimeOutTimer
.start();
347
synchronized (
mTimeOutTimer
) {
350
mTimeOutTimer
.waitOn();
357
if (
mTimeOutTimer
.isTimeOut())
[
all
...]
TestPackage.java
72
private HostTimer
mTimeOutTimer
;
511
synchronized (
mTimeOutTimer
) {
512
mTimeOutTimer
.sendNotify();
522
synchronized (
mTimeOutTimer
) {
523
mTimeOutTimer
.cancel(false);
559
mTimeOutTimer
.restart(new TimeOutTask(this),
863
mTimeOutTimer
= new HostTimer(new TimeOutTask(this),
865
mTimeOutTimer
.start();
886
synchronized (
mTimeOutTimer
) {
889
mTimeOutTimer
.waitOn()
[
all
...]
Completed in 126 milliseconds