Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssVisibilityControl.java243 clearLocationIcon(proxyAppState, proxyAppInfo.uid, entry.getKey()); in resetProxyAppsState()
541 clearLocationIcon(proxyAppState, uid, proxyAppPkgName); in showLocationIcon()
552 clearLocationIcon(mProxyAppsState.get(proxyAppPkgName), proxyAppInfo.uid, in handleLocationIconTimeout()
557 private void clearLocationIcon(@Nullable ProxyAppState proxyAppState, int uid, in clearLocationIcon() method in GnssVisibilityControl