Home
last modified time | relevance | path

Searched refs:onLocationPackageTagsChanged (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/location/java/android/location/
H A DLocationManagerInternal.java49 void onLocationPackageTagsChanged(int uid, @NonNull PackageTagsList packageTagsList); in onLocationPackageTagsChanged() method
/aosp14/frameworks/base/services/core/java/com/android/server/location/
H A DLocationManagerService.java1591 () -> listener.onLocationPackageTagsChanged(oldUid, tags)); in onStateChanged()
1598 () -> listener.onLocationPackageTagsChanged(newUid, tags)); in onStateChanged()
1762 () -> listener.onLocationPackageTagsChanged(uid, tags)); in setLocationPackageTagsListener()