Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DSntpClient.java96 public boolean requestTime(String host, int timeout, Network network) { in requestTime() method in SntpClient
112 public boolean requestTime(InetAddress address, int port, int timeout, Network network) { in requestTime() method in SntpClient
129 final long requestTime = System.currentTimeMillis(); in requestTime() local
191 public boolean requestTime(String host, int timeout) { in requestTime() method in SntpClient
/frameworks/base/core/java/android/service/autofill/augmented/
DIAugmentedAutofillService.aidl38 in AutofillValue focusedValue, long requestTime, in IFillCallback callback); in onFillRequest()
DAugmentedAutofillService.java214 @Nullable AutofillValue focusedValue, long requestTime, in handleOnFillRequest()
374 @Nullable AutofillValue focusedValue, long requestTime, in AutofillProxy()
/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.java83 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.java336 long requestTime = SystemClock.elapsedRealtime(); local