Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
H A DGnssNative.java261 void onRequestPsdsDownload(int psdsType); in onRequestPsdsDownload() method
1120 Binder.withCleanCallingIdentity(() -> mPsdsCallbacks.onRequestPsdsDownload(psdsType)); in psdsDownloadRequest()
/aosp12/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssLocationProvider.java1585 public void onRequestPsdsDownload(int psdsType) { in onRequestPsdsDownload() method in GnssLocationProvider