HomeSort by relevance Sort by last modified time
    Searched defs:finishTime (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/java/com/android/server/am/
BroadcastRecord.java 51 long finishTime; // when we finished the broadcast.
96 if (finishTime != 0) {
97 pw.print(" finishTime="); TimeUtils.formatDuration(finishTime, now, pw);
  /libcore/luni/src/main/native/
org_apache_harmony_luni_platform_OSNetworkSystem.cpp 527 int finishTime = 0;
529 finishTime = time_msec_clock() + (int) timeout;
559 remainingTimeout = finishTime - time_msec_clock();
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 39 milliseconds