Home
last modified time | relevance | path

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

/frameworks/base/services/robotests/src/com/android/server/location/gnss/
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()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssSatelliteBlocklistHelper.java45 void onUpdateSatelliteBlocklist(int[] constellations, int[] svids); in onUpdateSatelliteBlocklist() method
96 mCallback.onUpdateSatelliteBlocklist(constellations, svids); in updateSatelliteBlocklist()
DGnssLocationProvider.java314 public void onUpdateSatelliteBlocklist(int[] constellations, int[] svids) { in onUpdateSatelliteBlocklist() method in GnssLocationProvider
/frameworks/base/services/
Dart-profile22095 HSPLcom/android/server/location/gnss/GnssLocationProvider;->lambda$onUpdateSatelliteBlocklist$0$Gns…
22107 HSPLcom/android/server/location/gnss/GnssLocationProvider;->onUpdateSatelliteBlocklist([I[I)V