Searched refs:onUpdateSatelliteBlocklist (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/robotests/src/com/android/server/location/gnss/ |
D | GnssSatelliteBlocklistHelperTest.java | 101 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/ |
D | GnssSatelliteBlocklistHelper.java | 45 void onUpdateSatelliteBlocklist(int[] constellations, int[] svids); in onUpdateSatelliteBlocklist() method 96 mCallback.onUpdateSatelliteBlocklist(constellations, svids); in updateSatelliteBlocklist()
|
D | GnssLocationProvider.java | 314 public void onUpdateSatelliteBlocklist(int[] constellations, int[] svids) { in onUpdateSatelliteBlocklist() method in GnssLocationProvider
|
/frameworks/base/services/ |
D | art-profile | 22095 HSPLcom/android/server/location/gnss/GnssLocationProvider;->lambda$onUpdateSatelliteBlocklist$0$Gns… 22107 HSPLcom/android/server/location/gnss/GnssLocationProvider;->onUpdateSatelliteBlocklist([I[I)V
|