OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DELAY_MILLIS
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java
51
private static final long
DELAY_MILLIS
= 250;
318
mHandler.obtainMessage(MSG_UPDATE_AXIS, sweep),
DELAY_MILLIS
);
/cts/libs/testserver/src/android/webkit/cts/
CtsTestServer.java
111
public static final int
DELAY_MILLIS
= 2000;
452
Thread.sleep(
DELAY_MILLIS
);
[
all
...]
Completed in 1073 milliseconds