OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HostTimer
(Results
1 - 3
of
3
) sorted by null
/cts/tools/host/src/com/android/cts/
HostTimer.java
33
public class
HostTimer
{
45
public
HostTimer
(TimerTask task, int delay) {
80
Log.d("
HostTimer
.waitOn(): mIsNotified=" + mIsNotified + ", this=" + this);
137
Log.d("
HostTimer
.sendNotify(): mIsNotified=" + mIsNotified + ", this=" + this);
Test.java
40
protected
HostTimer
mTimeOutTimer;
335
mTimeOutTimer = new
HostTimer
(new TimeOutTask(this),
TestPackage.java
72
private
HostTimer
mTimeOutTimer;
863
mTimeOutTimer = new
HostTimer
(new TimeOutTask(this),
[
all
...]
Completed in 1107 milliseconds