HomeSort by relevance Sort by last modified time
    Searched refs:getTimeSinceFirstRequestMs (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/location/
LocationRequestStatistics.java 204 public long getTimeSinceFirstRequestMs() {
243 .append((getTimeSinceFirstRequestMs() / 1000) / 60)
  /frameworks/base/services/tests/servicestests/src/com/android/server/location/
LocationRequestStatisticsTest.java 189 long timeSinceFirstRequestMs = stats.getTimeSinceFirstRequestMs();

Completed in 82 milliseconds