Home
last modified time | relevance | path

Searched refs:onRequestPsdsDownload (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java275 void onRequestPsdsDownload(int psdsType); in onRequestPsdsDownload() method
1268 Binder.withCleanCallingIdentity(() -> mPsdsCallbacks.onRequestPsdsDownload(psdsType)); in psdsDownloadRequest()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java1789 public void onRequestPsdsDownload(int psdsType) { in onRequestPsdsDownload() method in GnssLocationProvider