Searched refs:suplIpAddr (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssNetworkConnectivityHandler.java | 315 void onReportAGpsStatus(int agpsType, int agpsStatus, byte[] suplIpAddr) { in onReportAGpsStatus() argument 319 runOnHandler(() -> handleRequestSuplConnection(agpsType, suplIpAddr)); in onReportAGpsStatus() 544 private void handleRequestSuplConnection(int agpsType, byte[] suplIpAddr) { 547 if (suplIpAddr != null) { 548 if (VERBOSE) Log.v(TAG, "Received SUPL IP addr[]: " + Arrays.toString(suplIpAddr)); 550 mAGpsDataConnectionIpAddr = InetAddress.getByAddress(suplIpAddr); 553 Log.e(TAG, "Bad IP Address: " + suplIpAddr, e);
|
D | GnssLocationProvider.java | 1561 private void reportAGpsStatus(int agpsType, int agpsStatus, byte[] suplIpAddr) { in reportAGpsStatus() argument 1562 mNetworkConnectivityHandler.onReportAGpsStatus(agpsType, agpsStatus, suplIpAddr); in reportAGpsStatus()
|