Home
last modified time | relevance | path

Searched defs:addCountryListener (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/location/java/android/location/
H A DICountryDetector.aidl38 void addCountryListener(in ICountryListener listener); in addCountryListener() method
H A DCountryDetector.java129 public void addCountryListener(@NonNull CountryListener listener, @Nullable Looper looper) { in addCountryListener() method in CountryDetector
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DCountryDetectorService.java128 public void addCountryListener(ICountryListener listener) throws RemoteException { in addCountryListener() method in CountryDetectorService