Lines Matching refs:re

596             } catch (RemoteException re) {
597 throw new RuntimeException(re);
689 } catch (RemoteException re) {
690 throw new RuntimeException(re);
856 } catch (RemoteException re) {
857 throw new RuntimeException(re);
894 // We're already on the main thread, just run the listener.
917 } catch (RemoteException re) {
918 Log.w(LOG_TAG, "Failed to obtain scale", re);
919 re.rethrowFromSystemServer();
946 } catch (RemoteException re) {
947 Log.w(LOG_TAG, "Failed to obtain center X", re);
948 re.rethrowFromSystemServer();
975 } catch (RemoteException re) {
976 Log.w(LOG_TAG, "Failed to obtain center Y", re);
977 re.rethrowFromSystemServer();
1009 } catch (RemoteException re) {
1010 Log.w(LOG_TAG, "Failed to obtain magnified region", re);
1011 re.rethrowFromSystemServer();
1038 } catch (RemoteException re) {
1039 Log.w(LOG_TAG, "Failed to reset", re);
1040 re.rethrowFromSystemServer();
1067 } catch (RemoteException re) {
1068 Log.w(LOG_TAG, "Failed to set scale", re);
1069 re.rethrowFromSystemServer();
1099 } catch (RemoteException re) {
1100 Log.w(LOG_TAG, "Failed to set center", re);
1101 re.rethrowFromSystemServer();
1249 } catch (RemoteException re) {
1250 throw new RuntimeException(re);
1285 // We're already on the main thread, just run the listener.
1333 } catch (RemoteException re) {
1334 Log.w(LOG_TAG, "Failed to set soft keyboard behavior", re);
1335 re.rethrowFromSystemServer();
1412 } catch (RemoteException re) {
1413 Log.w(LOG_TAG, "Error while calling performGlobalAction", re);
1414 re.rethrowFromSystemServer();
1461 } catch (RemoteException re) {
1462 Log.w(LOG_TAG, "Error while getting AccessibilityServiceInfo", re);
1463 re.rethrowFromSystemServer();
1495 } catch (RemoteException re) {
1496 Log.w(LOG_TAG, "Error while setting AccessibilityServiceInfo", re);
1497 re.rethrowFromSystemServer();
1783 } catch (RemoteException re) {