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/
DGnssSatelliteBlacklistHelperTest.java70 verify(mCallback, never()).onUpdateSatelliteBlacklist(any(int[].class), any(int[].class)); in blacklistWithOddNumberOfValues_callbackIsNotCalled()
77 verify(mCallback, never()).onUpdateSatelliteBlacklist(any(int[].class), any(int[].class)); in blacklistWithNegativeValue_callbackIsNotCalled()
84 verify(mCallback, never()).onUpdateSatelliteBlacklist(any(int[].class), any(int[].class)); in blacklistWithNonDigitCharacter_callbackIsNotCalled()
98 verify(mCallback).onUpdateSatelliteBlacklist(constellationsCaptor.capture(), in updateBlacklistAndVerifyCallbackIsCalled()
/frameworks/base/services/core/java/com/android/server/location/
DGnssSatelliteBlacklistHelper.java29 void onUpdateSatelliteBlacklist(int[] constellations, int[] svids); in onUpdateSatelliteBlacklist() method
80 mCallback.onUpdateSatelliteBlacklist(constellations, svids); in updateSatelliteBlacklist()
DGnssLocationProvider.java528 public void onUpdateSatelliteBlacklist(int[] constellations, int[] svids) { in onUpdateSatelliteBlacklist() method in GnssLocationProvider
/frameworks/base/services/
Dart-profile8063 HSPLcom/android/server/location/GnssLocationProvider;->lambda$onUpdateSatelliteBlacklist$0$GnssLoca…
8070 HSPLcom/android/server/location/GnssLocationProvider;->onUpdateSatelliteBlacklist([I[I)V