Loading telephony/java/android/telephony/NetworkScan.java +2 −0 Original line number Diff line number Diff line Loading @@ -115,6 +115,8 @@ public class NetworkScan { telephony.stopNetworkScan(mSubId, mScanId); } catch (RemoteException ex) { Rlog.e(TAG, "stopNetworkScan RemoteException", ex); } catch (RuntimeException ex) { Rlog.e(TAG, "stopNetworkScan RuntimeException", ex); } } Loading Loading
telephony/java/android/telephony/NetworkScan.java +2 −0 Original line number Diff line number Diff line Loading @@ -115,6 +115,8 @@ public class NetworkScan { telephony.stopNetworkScan(mSubId, mScanId); } catch (RemoteException ex) { Rlog.e(TAG, "stopNetworkScan RemoteException", ex); } catch (RuntimeException ex) { Rlog.e(TAG, "stopNetworkScan RuntimeException", ex); } } Loading