Searched refs:suplIpAddr (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/location/ |
D | GnssNetworkConnectivityHandler.java | 208 void onReportAGpsStatus(int agpsType, int agpsStatus, byte[] suplIpAddr) { in onReportAGpsStatus() argument 212 runOnHandler(() -> handleRequestSuplConnection(agpsType, suplIpAddr)); in onReportAGpsStatus() 437 private void handleRequestSuplConnection(int agpsType, byte[] suplIpAddr) { 440 if (suplIpAddr != null) { 441 if (VERBOSE) Log.v(TAG, "Received SUPL IP addr[]: " + Arrays.toString(suplIpAddr)); 443 mAGpsDataConnectionIpAddr = InetAddress.getByAddress(suplIpAddr); 446 Log.e(TAG, "Bad IP Address: " + suplIpAddr, e);
|
D | GnssLocationProvider.java | 1553 private void reportAGpsStatus(int agpsType, int agpsStatus, byte[] suplIpAddr) { in reportAGpsStatus() argument 1554 mNetworkConnectivityHandler.onReportAGpsStatus(agpsType, agpsStatus, suplIpAddr); in reportAGpsStatus()
|