Loading telephony/java/android/telephony/TelephonyManager.java +15 −0 Original line number Diff line number Diff line Loading @@ -4595,7 +4595,22 @@ public class TelephonyManager { } } catch (RemoteException ex) { } return null; } /** * Returns the modem activity info. * @hide */ public ModemActivityInfo getModemActivityInfo() { try { ITelephony service = getITelephony(); if (service != null) { return service.getModemActivityInfo(); } } catch (RemoteException e) { Log.e(TAG, "Error calling ITelephony#getModemActivityInfo", e); } return null; } } Loading
telephony/java/android/telephony/TelephonyManager.java +15 −0 Original line number Diff line number Diff line Loading @@ -4595,7 +4595,22 @@ public class TelephonyManager { } } catch (RemoteException ex) { } return null; } /** * Returns the modem activity info. * @hide */ public ModemActivityInfo getModemActivityInfo() { try { ITelephony service = getITelephony(); if (service != null) { return service.getModemActivityInfo(); } } catch (RemoteException e) { Log.e(TAG, "Error calling ITelephony#getModemActivityInfo", e); } return null; } }