Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DGnssVisibilityControl.java244 clearLocationIcon(proxyAppState, proxyAppInfo.uid, entry.getKey()); in resetProxyAppsState()
542 clearLocationIcon(proxyAppState, uid, proxyAppPkgName); in showLocationIcon()
553 clearLocationIcon(mProxyAppsState.get(proxyAppPkgName), proxyAppInfo.uid, in handleLocationIconTimeout()
558 private void clearLocationIcon(@Nullable ProxyAppState proxyAppState, int uid, in clearLocationIcon() method in GnssVisibilityControl