Loading telephony/java/android/telephony/TelephonyManager.java +1 −2 Original line number Diff line number Diff line Loading @@ -8245,9 +8245,8 @@ public class TelephonyManager { ITelephony telephony = getITelephony(); if (telephony != null) retVal = telephony.isUserDataEnabled(subId); } catch (RemoteException e) { } catch (RemoteException | NullPointerException e) { Log.e(TAG, "Error calling ITelephony#isUserDataEnabled", e); } catch (NullPointerException e) { } return retVal; } Loading Loading
telephony/java/android/telephony/TelephonyManager.java +1 −2 Original line number Diff line number Diff line Loading @@ -8245,9 +8245,8 @@ public class TelephonyManager { ITelephony telephony = getITelephony(); if (telephony != null) retVal = telephony.isUserDataEnabled(subId); } catch (RemoteException e) { } catch (RemoteException | NullPointerException e) { Log.e(TAG, "Error calling ITelephony#isUserDataEnabled", e); } catch (NullPointerException e) { } return retVal; } Loading