Home
last modified time | relevance | path

Searched refs:onUpdateSatelliteBlocklist (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/robotests/src/com/android/server/location/gnss/
H A DGnssSatelliteBlocklistHelperTest.java101 verify(mCallback, never()).onUpdateSatelliteBlocklist(any(int[].class), any(int[].class)); in blocklistWithOddNumberOfValues_callbackIsNotCalled()
111 verify(mCallback, never()).onUpdateSatelliteBlocklist(any(int[].class), any(int[].class)); in blocklistWithNegativeValue_callbackIsNotCalled()
121 verify(mCallback, never()).onUpdateSatelliteBlocklist(any(int[].class), any(int[].class)); in blocklistWithNonDigitCharacter_callbackIsNotCalled()
135 verify(mCallback).onUpdateSatelliteBlocklist(constellationsCaptor.capture(), in updateBlocklistAndVerifyCallbackIsCalled()
/aosp12/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssSatelliteBlocklistHelper.java45 void onUpdateSatelliteBlocklist(int[] constellations, int[] svids); in onUpdateSatelliteBlocklist() method
96 mCallback.onUpdateSatelliteBlocklist(constellations, svids); in updateSatelliteBlocklist()
H A DGnssLocationProvider.java325 public void onUpdateSatelliteBlocklist(int[] constellations, int[] svids) { in onUpdateSatelliteBlocklist() method in GnssLocationProvider
/aosp12/frameworks/base/services/
H A Dart-profile22095 HSPLcom/android/server/location/gnss/GnssLocationProvider;->lambda$onUpdateSatelliteBlocklist$0$Gns…
22107 HSPLcom/android/server/location/gnss/GnssLocationProvider;->onUpdateSatelliteBlocklist([I[I)V