Loading telecomm/java/android/telecom/TelecomManager.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1851,7 +1851,7 @@ public class TelecomManager { ITelecomService service = getTelecomService(); ITelecomService service = getTelecomService(); if (service != null) { if (service != null) { try { try { return service.getCallStateUsingPackage(mContext.getPackageName(), return service.getCallStateUsingPackage(mContext.getOpPackageName(), mContext.getAttributionTag()); mContext.getAttributionTag()); } catch (RemoteException e) { } catch (RemoteException e) { Log.d(TAG, "RemoteException calling getCallState().", e); Log.d(TAG, "RemoteException calling getCallState().", e); Loading Loading
telecomm/java/android/telecom/TelecomManager.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1851,7 +1851,7 @@ public class TelecomManager { ITelecomService service = getTelecomService(); ITelecomService service = getTelecomService(); if (service != null) { if (service != null) { try { try { return service.getCallStateUsingPackage(mContext.getPackageName(), return service.getCallStateUsingPackage(mContext.getOpPackageName(), mContext.getAttributionTag()); mContext.getAttributionTag()); } catch (RemoteException e) { } catch (RemoteException e) { Log.d(TAG, "RemoteException calling getCallState().", e); Log.d(TAG, "RemoteException calling getCallState().", e); Loading