Searched refs:agpsType (Results 1 – 2 of 2) sorted by relevance
315 void onReportAGpsStatus(int agpsType, int agpsStatus, byte[] suplIpAddr) { in onReportAGpsStatus() argument319 runOnHandler(() -> handleRequestSuplConnection(agpsType, suplIpAddr)); in onReportAGpsStatus()544 private void handleRequestSuplConnection(int agpsType, byte[] suplIpAddr) {546 mAGpsType = agpsType;561 agpsTypeAsString(agpsType),591 private int getNetworkCapability(int agpsType) {592 switch (agpsType) {601 throw new IllegalArgumentException("agpsType: " + agpsType);692 private String agpsTypeAsString(int agpsType) {693 switch (agpsType) {[all …]
1561 private void reportAGpsStatus(int agpsType, int agpsStatus, byte[] suplIpAddr) { in reportAGpsStatus() argument1562 mNetworkConnectivityHandler.onReportAGpsStatus(agpsType, agpsStatus, suplIpAddr); in reportAGpsStatus()