Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssConfiguration.java183 String proxyAppsStr = mProperties.getProperty(CONFIG_NFW_PROXY_APPS); in getProxyApps() local
184 if (TextUtils.isEmpty(proxyAppsStr)) { in getProxyApps()
188 String[] proxyAppsArray = proxyAppsStr.trim().split("\\s+"); in getProxyApps()
DGnssVisibilityControl.java409 final String proxyAppsStr = Arrays.toString(locationPermissionEnabledProxyApps); in setNfwLocationAccessProxyAppsInGnssHal() local
411 + proxyAppsStr); in setNfwLocationAccessProxyAppsInGnssHal()
415 + " GNSS HAL to: " + proxyAppsStr); in setNfwLocationAccessProxyAppsInGnssHal()