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/
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.java410 final String proxyAppsStr = Arrays.toString(locationPermissionEnabledProxyApps); in setNfwLocationAccessProxyAppsInGnssHal() local
412 + proxyAppsStr); in setNfwLocationAccessProxyAppsInGnssHal()
416 + " GNSS HAL to: " + proxyAppsStr); in setNfwLocationAccessProxyAppsInGnssHal()