Home
last modified time | relevance | path

Searched defs:requestTime (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/net/
DSntpClient.java86 public boolean requestTime(String host, int timeout, Network network) { in requestTime() method in SntpClient
102 public boolean requestTime(InetAddress address, int port, int timeout, Network network) { in requestTime() method in SntpClient
118 final long requestTime = System.currentTimeMillis(); in requestTime() local
178 public boolean requestTime(String host, int timeout) { in requestTime() method in SntpClient
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRilWakelockInfo.java48 RilWakelockInfo(int rilRequest, int tokenNumber, int concurrentRequests, long requestTime) { in RilWakelockInfo()
/frameworks/base/media/java/android/media/
DAsyncPlayer.java44 long requestTime; field in AsyncPlayer.Command
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
DFusionEngine.java121 public long requestTime; field in FusionEngine.ProviderStats
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DNotificationPlayer.java54 long requestTime; field in NotificationPlayer.Command
/frameworks/base/services/backup/java/com/android/server/backup/transport/
DTransportClient.java331 long requestTime = SystemClock.elapsedRealtime(); local