Loading telephony/java/android/telephony/TelephonyManager.java +4 −2 Original line number Diff line number Diff line Loading @@ -5353,7 +5353,8 @@ public class TelephonyManager { public void onError(int errorCode, android.os.ParcelableException detail) { Binder.withCleanCallingIdentity(() -> executor.execute(() -> callback.onError( errorCode, detail.getCause()))); errorCode, detail == null ? null : detail.getCause()))); } }, getOpPackageName()); Loading Loading @@ -5393,7 +5394,8 @@ public class TelephonyManager { public void onError(int errorCode, android.os.ParcelableException detail) { Binder.withCleanCallingIdentity(() -> executor.execute(() -> callback.onError( errorCode, detail.getCause()))); errorCode, detail == null ? null : detail.getCause()))); } }, getOpPackageName(), workSource); } catch (RemoteException ex) { Loading Loading
telephony/java/android/telephony/TelephonyManager.java +4 −2 Original line number Diff line number Diff line Loading @@ -5353,7 +5353,8 @@ public class TelephonyManager { public void onError(int errorCode, android.os.ParcelableException detail) { Binder.withCleanCallingIdentity(() -> executor.execute(() -> callback.onError( errorCode, detail.getCause()))); errorCode, detail == null ? null : detail.getCause()))); } }, getOpPackageName()); Loading Loading @@ -5393,7 +5394,8 @@ public class TelephonyManager { public void onError(int errorCode, android.os.ParcelableException detail) { Binder.withCleanCallingIdentity(() -> executor.execute(() -> callback.onError( errorCode, detail.getCause()))); errorCode, detail == null ? null : detail.getCause()))); } }, getOpPackageName(), workSource); } catch (RemoteException ex) { Loading