OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finishTime
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/java/com/android/server/am/
BroadcastRecord.java
50
long
finishTime
; // when we finished the broadcast.
93
if (
finishTime
!= 0) {
94
pw.println(prefix + "
finishTime
=" +
finishTime
+ " ("
95
+ (SystemClock.uptimeMillis()-
finishTime
) + "ms since now)");
ActivityManagerService.java
[
all
...]
/dalvik/libcore/luni/src/main/native/
org_apache_harmony_luni_platform_OSNetworkSystem.cpp
843
int
finishTime
= 0;
850
finishTime
= time_msec_clock() + timeout;
882
timeLeft =
finishTime
- time_msec_clock();
[
all
...]
Completed in 1117 milliseconds