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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl730 CellNetworkScanResult getCellNetworkScanResults(int subId);
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java4060 public CellNetworkScanResult getCellNetworkScanResults(int subId) { method in class:TelephonyManager
4064 return telephony.getCellNetworkScanResults(subId);
4066 Rlog.e(TAG, "getCellNetworkScanResults RemoteException", ex);
4068 Rlog.e(TAG, "getCellNetworkScanResults NPE", ex);

Completed in 16 milliseconds