Searched refs:onUpdateSatelliteBlacklist (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/robotests/src/com/android/server/location/gnss/ |
D | GnssSatelliteBlacklistHelperTest.java | 87 verify(mCallback, never()).onUpdateSatelliteBlacklist(any(int[].class), any(int[].class)); in blacklistWithOddNumberOfValues_callbackIsNotCalled() 94 verify(mCallback, never()).onUpdateSatelliteBlacklist(any(int[].class), any(int[].class)); in blacklistWithNegativeValue_callbackIsNotCalled() 101 verify(mCallback, never()).onUpdateSatelliteBlacklist(any(int[].class), any(int[].class)); in blacklistWithNonDigitCharacter_callbackIsNotCalled() 115 verify(mCallback).onUpdateSatelliteBlacklist(constellationsCaptor.capture(), in updateBlacklistAndVerifyCallbackIsCalled()
|
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssSatelliteBlacklistHelper.java | 45 void onUpdateSatelliteBlacklist(int[] constellations, int[] svids); in onUpdateSatelliteBlacklist() method 96 mCallback.onUpdateSatelliteBlacklist(constellations, svids); in updateSatelliteBlacklist()
|
D | GnssLocationProvider.java | 537 public void onUpdateSatelliteBlacklist(int[] constellations, int[] svids) { in onUpdateSatelliteBlacklist() method in GnssLocationProvider
|
/frameworks/base/services/ |
D | art-profile | 18263 PLcom/android/server/location/gnss/GnssLocationProvider;->lambda$onUpdateSatelliteBlacklist$1$GnssL… 18276 PLcom/android/server/location/gnss/GnssLocationProvider;->onUpdateSatelliteBlacklist([I[I)V
|