Home
last modified time | relevance | path

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

/frameworks/base/services/robotests/src/com/android/server/location/gnss/
DGnssSatelliteBlacklistHelperTest.java87 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/
DGnssSatelliteBlacklistHelper.java45 void onUpdateSatelliteBlacklist(int[] constellations, int[] svids); in onUpdateSatelliteBlacklist() method
96 mCallback.onUpdateSatelliteBlacklist(constellations, svids); in updateSatelliteBlacklist()
DGnssLocationProvider.java537 public void onUpdateSatelliteBlacklist(int[] constellations, int[] svids) { in onUpdateSatelliteBlacklist() method in GnssLocationProvider
/frameworks/base/services/
Dart-profile18263 PLcom/android/server/location/gnss/GnssLocationProvider;->lambda$onUpdateSatelliteBlacklist$1$GnssL…
18276 PLcom/android/server/location/gnss/GnssLocationProvider;->onUpdateSatelliteBlacklist([I[I)V