Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DGnssVisibilityControl.java149 List<String> nfwLocationAccessProxyApps = configuration.getProxyApps(); in onConfigurationUpdated() local
150 runOnHandler(() -> handleUpdateProxyApps(nfwLocationAccessProxyApps)); in onConfigurationUpdated()
203 private void handleUpdateProxyApps(List<String> nfwLocationAccessProxyApps) { in handleUpdateProxyApps() argument
204 if (!isProxyAppListUpdated(nfwLocationAccessProxyApps)) { in handleUpdateProxyApps()
208 if (nfwLocationAccessProxyApps.isEmpty()) { in handleUpdateProxyApps()
224 for (String proxyAppPkgName : nfwLocationAccessProxyApps) { in handleUpdateProxyApps()
250 private boolean isProxyAppListUpdated(List<String> nfwLocationAccessProxyApps) { in isProxyAppListUpdated() argument
251 if (nfwLocationAccessProxyApps.size() != mProxyAppsState.size()) { in isProxyAppListUpdated()
255 for (String nfwLocationAccessProxyApp : nfwLocationAccessProxyApps) { in isProxyAppListUpdated()