Loading telephony/java/android/telephony/TelephonyManager.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -6410,7 +6410,7 @@ public class TelephonyManager { } catch (RemoteException e) { } catch (RemoteException e) { Log.e(TAG, "Error calling ITelephony#getAllowedCarriers", e); Log.e(TAG, "Error calling ITelephony#getAllowedCarriers", e); } catch (NullPointerException e) { } catch (NullPointerException e) { Log.e(TAG, "Error calling ITelephony#setAllowedCarriers", e); Log.e(TAG, "Error calling ITelephony#getAllowedCarriers", e); } } return new ArrayList<CarrierIdentifier>(0); return new ArrayList<CarrierIdentifier>(0); } } Loading Loading
telephony/java/android/telephony/TelephonyManager.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -6410,7 +6410,7 @@ public class TelephonyManager { } catch (RemoteException e) { } catch (RemoteException e) { Log.e(TAG, "Error calling ITelephony#getAllowedCarriers", e); Log.e(TAG, "Error calling ITelephony#getAllowedCarriers", e); } catch (NullPointerException e) { } catch (NullPointerException e) { Log.e(TAG, "Error calling ITelephony#setAllowedCarriers", e); Log.e(TAG, "Error calling ITelephony#getAllowedCarriers", e); } } return new ArrayList<CarrierIdentifier>(0); return new ArrayList<CarrierIdentifier>(0); } } Loading