Searched refs:re (Results 101 - 125 of 158) sorted by relevance

1234567

/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DDragAction.java463 } catch (RuntimeException re) {
467 .withCause(re)
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java252 } catch (RemoteException re) {
253 Slog.e(LOG_TAG, "Error notify for print job state change.", re);
262 } catch (RemoteException re) {
263 Slog.e(LOG_TAG, "Error notify for all print job handled.", re);
272 } catch (RemoteException re) {
274 + " handled.", re);
283 } catch (RemoteException re) {
284 Slog.e(LOG_TAG, "Error notify for a queued print job.", re);
H A DPageContentRepository.java516 } catch (RemoteException re) {
757 } catch (RemoteException re) {
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardStatusView.java472 } catch (RemoteException re) {
473 Log.e(TAG, "Failed to logout user", re);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java82 * What we're really doing here is treating phoneNumber as an essential
83 * field here, NOT name. We're NOT always guaranteed to have a name
310 } catch (RuntimeException re) {
311 Rlog.e(TAG, "Error getting caller info.", re);
420 // TODO: Note we're setting the phone number here (refer to
/frameworks/rs/script_api/
H A Drs_value_types.spec60 repeated, as long as we're not trying to assign to it. You also can't mix the naming
/frameworks/base/services/restrictions/java/com/android/server/restrictions/
H A DRestrictionsManagerService.java196 } catch (RemoteException re) {
/frameworks/ml/nn/tools/test_generator/tests/
H A Dtest.py26 import re namespace
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialog.java598 } catch (RemoteException re) {
599 Log.e(TAG, "Couldn't logout user " + re);
738 } catch (RemoteException re) {
766 } catch (RemoteException re) {
767 Log.e(TAG, "Couldn't switch user " + re);
/frameworks/base/core/java/android/accounts/
H A DChooseTypeAndAccountActivity.java159 } catch (RemoteException re) {
161 Log.w(getClass().getSimpleName(), "Unable to get caller identity \n" + re);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadset.java347 } catch (Exception re) {
348 Log.e(TAG, "", re);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsUsageMonitor.java595 } catch (RemoteException re) {
596 throw new SecurityException("Unknown package " + pkg + "\n" + re);
/frameworks/base/media/java/android/media/
H A DRingtone.java66 * Flag indicating if we're allowed to fall back to remote playback using
67 * {@link #mRemotePlayer}. Typically this is false when we're the remote
267 } catch (RemoteException re) {
/frameworks/base/tools/velocityplot/
H A Dvelocityplot.py30 import re namespace
/frameworks/rs/
H A Dbuild_rs.py26 import re namespace
/frameworks/base/services/core/java/com/android/server/policy/
H A DLegacyGlobalActions.java533 } catch (RemoteException re) {
562 } catch (RemoteException re) {
563 Log.e(TAG, "Couldn't switch user " + re);
H A DImmersiveModeConfirmation.java138 } catch (RemoteException re) {
/frameworks/base/services/print/java/com/android/server/print/
H A DPrintManagerService.java158 } catch (RemoteException re) {
163 } catch (RemoteException re) {
1062 } catch (RemoteException re) {
/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.cpp521 Region re = Region();
525 re.merge(rect);
528 t.setTransparentRegionHint(mLayers[id], re);
/frameworks/base/services/usage/java/com/android/server/usage/
H A DAppStandbyController.java577 } catch (RemoteException re) {
578 throw re.rethrowFromSystemServer();
981 } catch (PackageManager.NameNotFoundException re) {
1022 } catch (RemoteException re) {
1023 throw re.rethrowFromSystemServer();
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java1871 } catch (RemoteException re) {
1872 Slog.e(TAG, "Error calling remove view factory", re);
1990 } catch (RemoteException re) {
2062 } catch (RemoteException re) {
2064 Slog.e(TAG, "Widget host dead: " + host.id, re);
2099 } catch (RemoteException re) {
2101 Slog.e(TAG, "Widget host dead: " + host.id, re);
2145 } catch (RemoteException re) {
2147 Slog.e(TAG, "Widget host dead: " + host.id, re);
2643 } catch (RemoteException re) {
[all...]
/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java719 } catch (RemoteException re) {
873 } catch (RemoteException re) {
888 } catch (RemoteException re) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java225 // Use a specialized prompt when we're handling the 'Home' app startActivity()
525 // uid (not re-using the same resolver from an old launching uid),
806 } catch (RemoteException re) {
807 Log.d(TAG, "Error calling setLastChosenActivity\n" + re);
820 // We're dispatching intents that might be coming from legacy apps, so
920 // we're already done, we can check if we should auto-launch immediately.
923 // Only one target, so we're a candidate to auto-launch!
1446 } catch (RemoteException re) {
1447 Log.d(TAG, "Error calling getLastChosenActivity\n" + re);
1596 // Only one target, so we're
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/internal/
H A DBackupHandler.java321 } catch (RemoteException re) {

Completed in 2468 milliseconds

1234567