Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssVisibilityControl.java187 if (proxyAppState == null) { in handleProxyAppPackageUpdate()
226 mProxyAppsState.put(proxyAppPkgName, proxyAppState); in handleUpdateProxyApps()
235 ProxyAppState proxyAppState = entry.getValue(); in resetProxyAppsState() local
236 if (!proxyAppState.mIsLocationIconOn) { in resetProxyAppsState()
240 mHandler.removeCallbacksAndMessages(proxyAppState); in resetProxyAppsState()
366 ProxyAppState proxyAppState = entry.getValue(); in handlePermissionsChanged() local
423 if (proxyAppState.mHasLocationPermission) { in getLocationPermissionEnabledProxyApps()
477 if (proxyAppState == null) { in handleNfwNotification()
528 proxyAppState.mIsLocationIconOn = true; in showLocationIcon()
531 mHandler.removeCallbacksAndMessages(proxyAppState); in showLocationIcon()
[all …]