Searched defs:getCellNetworkScanResults (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java4740 public CellNetworkScanResult getCellNetworkScanResults(int subId) { method in class:TelephonyManager
4744 return telephony.getCellNetworkScanResults(subId);
4746 Rlog.e(TAG, "getCellNetworkScanResults RemoteException", ex);
4748 Rlog.e(TAG, "getCellNetworkScanResults NPE", ex);

Completed in 436 milliseconds