Searched refs:agpsStatus (Results 1 – 2 of 2) sorted by relevance
208 void onReportAGpsStatus(int agpsType, int agpsStatus, byte[] suplIpAddr) { in onReportAGpsStatus() argument209 if (DEBUG) Log.d(TAG, "AGPS_DATA_CONNECTION: " + agpsDataConnStatusAsString(agpsStatus)); in onReportAGpsStatus()210 switch (agpsStatus) { in onReportAGpsStatus()222 Log.w(TAG, "Received unknown AGPS status: " + agpsStatus); in onReportAGpsStatus()
1553 private void reportAGpsStatus(int agpsType, int agpsStatus, byte[] suplIpAddr) { in reportAGpsStatus() argument1554 mNetworkConnectivityHandler.onReportAGpsStatus(agpsType, agpsStatus, suplIpAddr); in reportAGpsStatus()