Lines Matching refs:e
1143 } catch (RemoteException e) { in getDefaultOutgoingPhoneAccount()
1144 Log.e(TAG, "Error calling ITelecomService#getDefaultOutgoingPhoneAccount", e); in getDefaultOutgoingPhoneAccount()
1170 } catch (RemoteException e) { in getUserSelectedOutgoingPhoneAccount()
1171 Log.e(TAG, "Error calling ITelecomService#getUserSelectedOutgoingPhoneAccount", e); in getUserSelectedOutgoingPhoneAccount()
1192 } catch (RemoteException e) { in setUserSelectedOutgoingPhoneAccount()
1193 Log.e(TAG, "Error calling ITelecomService#setUserSelectedOutgoingPhoneAccount"); in setUserSelectedOutgoingPhoneAccount()
1213 } catch (RemoteException e) { in getSimCallManager()
1214 Log.e(TAG, "Error calling ITelecomService#getSimCallManager"); in getSimCallManager()
1235 } catch (RemoteException e) { in getSimCallManagerForSubscription()
1236 Log.e(TAG, "Error calling ITelecomService#getSimCallManager"); in getSimCallManagerForSubscription()
1259 } catch (RemoteException e) { in getSimCallManager()
1260 Log.e(TAG, "Error calling ITelecomService#getSimCallManagerForUser"); in getSimCallManager()
1303 } catch (RemoteException e) { in getPhoneAccountsSupportingScheme()
1304 Log.e(TAG, "Error calling ITelecomService#getPhoneAccountsSupportingScheme", e); in getPhoneAccountsSupportingScheme()
1346 } catch (RemoteException e) { in getSelfManagedPhoneAccounts()
1347 Log.e(TAG, "Error calling ITelecomService#getSelfManagedPhoneAccounts()", e); in getSelfManagedPhoneAccounts()
1374 } catch (RemoteException e) { in getOwnSelfManagedPhoneAccounts()
1375 throw e.rethrowFromSystemServer(); in getOwnSelfManagedPhoneAccounts()
1400 } catch (RemoteException e) { in getCallCapablePhoneAccounts()
1401 Log.e(TAG, "Error calling ITelecomService#getCallCapablePhoneAccounts(" in getCallCapablePhoneAccounts()
1402 + includeDisabledAccounts + ")", e); in getCallCapablePhoneAccounts()
1424 } catch (RemoteException e) { in getPhoneAccountsForPackage()
1425 Log.e(TAG, "Error calling ITelecomService#getPhoneAccountsForPackage", e); in getPhoneAccountsForPackage()
1446 } catch (RemoteException e) { in getPhoneAccount()
1447 Log.e(TAG, "Error calling ITelecomService#getPhoneAccount", e); in getPhoneAccount()
1465 } catch (RemoteException e) { in getAllPhoneAccountsCount()
1466 Log.e(TAG, "Error calling ITelecomService#getAllPhoneAccountsCount", e); in getAllPhoneAccountsCount()
1484 } catch (RemoteException e) { in getAllPhoneAccounts()
1485 Log.e(TAG, "Error calling ITelecomService#getAllPhoneAccounts", e); in getAllPhoneAccounts()
1503 } catch (RemoteException e) { in getAllPhoneAccountHandles()
1504 Log.e(TAG, "Error calling ITelecomService#getAllPhoneAccountHandles", e); in getAllPhoneAccountHandles()
1534 } catch (RemoteException e) { in registerPhoneAccount()
1535 Log.e(TAG, "Error calling ITelecomService#registerPhoneAccount", e); in registerPhoneAccount()
1550 } catch (RemoteException e) { in unregisterPhoneAccount()
1551 Log.e(TAG, "Error calling ITelecomService#unregisterPhoneAccount", e); in unregisterPhoneAccount()
1577 } catch (RemoteException e) { in clearAccounts()
1578 Log.e(TAG, "Error calling ITelecomService#clearAccounts", e); in clearAccounts()
1594 } catch (RemoteException e) { in clearAccountsForPackage()
1595 Log.e(TAG, "Error calling ITelecomService#clearAccountsForPackage", e); in clearAccountsForPackage()
1613 } catch (RemoteException e) { in getDefaultPhoneApp()
1614 Log.e(TAG, "RemoteException attempting to get the default phone app.", e); in getDefaultPhoneApp()
1631 } catch (RemoteException e) { in getDefaultDialerPackage()
1632 Log.e(TAG, "RemoteException attempting to get the default dialer package name.", e); in getDefaultDialerPackage()
1654 } catch (RemoteException e) { in getDefaultDialerPackage()
1655 Log.e(TAG, "RemoteException attempting to get the default dialer package name.", e); in getDefaultDialerPackage()
1687 } catch (RemoteException e) { in setDefaultDialer()
1688 Log.e(TAG, "RemoteException attempting to set the default dialer.", e); in setDefaultDialer()
1705 } catch (RemoteException e) { in getSystemDialerPackage()
1706 Log.e(TAG, "RemoteException attempting to get the system dialer package name.", e); in getSystemDialerPackage()
1726 } catch (RemoteException e) { in isVoiceMailNumber()
1727 Log.e(TAG, "RemoteException calling ITelecomService#isVoiceMailNumber.", e); in isVoiceMailNumber()
1747 } catch (RemoteException e) { in getVoiceMailNumber()
1748 Log.e(TAG, "RemoteException calling ITelecomService#hasVoiceMailNumber.", e); in getVoiceMailNumber()
1783 } catch (RemoteException e) { in getLine1Number()
1784 Log.e(TAG, "RemoteException calling ITelecomService#getLine1Number.", e); in getLine1Number()
1804 } catch (RemoteException e) { in isInCall()
1805 Log.e(TAG, "RemoteException calling isInCall().", e); in isInCall()
1826 } catch (RemoteException e) { in hasManageOngoingCallsPermission()
1827 Log.e(TAG, "RemoteException calling hasManageOngoingCallsPermission().", e); in hasManageOngoingCallsPermission()
1829 e.rethrowAsRuntimeException(); in hasManageOngoingCallsPermission()
1854 } catch (RemoteException e) { in isInManagedCall()
1855 Log.e(TAG, "RemoteException calling isInManagedCall().", e); in isInManagedCall()
1885 } catch (RemoteException e) { in getCallState()
1886 Log.d(TAG, "RemoteException calling getCallState().", e); in getCallState()
1908 } catch (RemoteException e) { in isRinging()
1909 Log.e(TAG, "RemoteException attempting to get ringing state of phone app.", e); in isRinging()
1937 } catch (RemoteException e) { in endCall()
1938 Log.e(TAG, "Error calling ITelecomService#endCall", e); in endCall()
1964 } catch (RemoteException e) { in acceptRingingCall()
1965 Log.e(TAG, "Error calling ITelecomService#acceptRingingCall", e); in acceptRingingCall()
1987 } catch (RemoteException e) { in acceptRingingCall()
1988 Log.e(TAG, "Error calling ITelecomService#acceptRingingCallWithVideoState", e); in acceptRingingCall()
2017 } catch (RemoteException e) { in silenceRinger()
2018 Log.e(TAG, "Error calling ITelecomService#silenceRinger", e); in silenceRinger()
2036 } catch (RemoteException e) { in isTtySupported()
2037 Log.e(TAG, "RemoteException attempting to get TTY supported state.", e); in isTtySupported()
2061 } catch (RemoteException e) { in getCurrentTtyMode()
2062 Log.e(TAG, "RemoteException attempting to get the current TTY mode.", e); in getCurrentTtyMode()
2116 Log.e("TAG", "addNewIncomingCall failed. Use public api " + in addNewIncomingCall()
2122 } catch (RemoteException e) { in addNewIncomingCall()
2123 Log.e(TAG, "RemoteException adding a new incoming call: " + phoneAccount, e); in addNewIncomingCall()
2165 } catch (RemoteException e) { in addNewIncomingConference()
2166 Log.e(TAG, "RemoteException adding a new incoming conference: " + phoneAccount, e); in addNewIncomingConference()
2189 } catch (RemoteException e) { in addNewUnknownCall()
2190 Log.e(TAG, "RemoteException adding a new unknown call: " + phoneAccount, e); in addNewUnknownCall()
2213 } catch (RemoteException e) { in handleMmi()
2214 Log.e(TAG, "Error calling ITelecomService#handlePinMmi", e); in handleMmi()
2239 } catch (RemoteException e) { in handleMmi()
2240 Log.e(TAG, "Error calling ITelecomService#handlePinMmi", e); in handleMmi()
2260 } catch (RemoteException e) { in getAdnUriForPhoneAccount()
2261 Log.e(TAG, "Error calling ITelecomService#getAdnUriForPhoneAccount", e); in getAdnUriForPhoneAccount()
2280 } catch (RemoteException e) { in cancelMissedCallsNotification()
2281 Log.e(TAG, "Error calling ITelecomService#cancelMissedCallsNotification", e); in cancelMissedCallsNotification()
2303 } catch (RemoteException e) { in showInCallScreen()
2304 Log.e(TAG, "Error calling ITelecomService#showCallScreen", e); in showInCallScreen()
2369 } catch (RemoteException e) { in placeCall()
2370 Log.e(TAG, "Error calling ITelecomService#placeCall", e); in placeCall()
2405 } catch (RemoteException e) { in startConference()
2406 Log.e(TAG, "Error calling ITelecomService#placeCall", e); in startConference()
2425 } catch (RemoteException e) { in enablePhoneAccount()
2426 Log.e(TAG, "Error enablePhoneAbbount", e); in enablePhoneAccount()
2445 } catch (RemoteException e) { in dumpAnalytics()
2446 Log.e(TAG, "Error dumping call analytics", e); in dumpAnalytics()
2469 } catch (RemoteException e) { in createManageBlockedNumbersIntent()
2470 Log.e(TAG, "Error calling ITelecomService#createManageBlockedNumbersIntent", e); in createManageBlockedNumbersIntent()
2496 } catch (RemoteException e) { in createLaunchEmergencyDialerIntent()
2497 Log.e(TAG, "Error createLaunchEmergencyDialerIntent", e); in createLaunchEmergencyDialerIntent()
2541 } catch (RemoteException e) { in isIncomingCallPermitted()
2542 Log.e(TAG, "Error isIncomingCallPermitted", e); in isIncomingCallPermitted()
2575 } catch (RemoteException e) { in isOutgoingCallPermitted()
2576 Log.e(TAG, "Error isOutgoingCallPermitted", e); in isOutgoingCallPermitted()
2631 } catch (RemoteException e) { in acceptHandover()
2632 Log.e(TAG, "RemoteException acceptHandover: " + e); in acceptHandover()
2651 } catch (RemoteException e) { in isInEmergencyCall()
2652 Log.e(TAG, "RemoteException isInEmergencyCall: " + e); in isInEmergencyCall()
2676 } catch (RemoteException e) { in isInSelfManagedCall()
2677 Log.e(TAG, "RemoteException isInSelfManagedCall: " + e); in isInSelfManagedCall()
2678 e.rethrowFromSystemServer(); in isInSelfManagedCall()
2788 } catch (RemoteException e) { in addCall()
2789 Log.e(TAG, "RemoteException addCall: " + e); in addCall()
2790 e.rethrowFromSystemServer(); in addCall()
2808 } catch (RemoteException e) { in handleCallIntent()
2809 Log.e(TAG, "RemoteException handleCallIntent: " + e); in handleCallIntent()
2830 } catch (Exception e) { in getTelecomService()