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/gnss/
DGnssVisibilityControl.java246 clearLocationIcon(proxyAppState, proxyAppInfo.uid, entry.getKey()); in resetProxyAppsState()
545 clearLocationIcon(proxyAppState, uid, proxyAppPkgName); in showLocationIcon()
556 clearLocationIcon(mProxyAppsState.get(proxyAppPkgName), proxyAppInfo.uid, in handleLocationIconTimeout()
561 private void clearLocationIcon(@Nullable ProxyAppState proxyAppState, int uid, in clearLocationIcon() method in GnssVisibilityControl