Searched refs:re (Results 51 - 75 of 158) sorted by relevance

1234567

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothMap.java69 } catch (Exception re) {
70 Log.e(TAG, "", re);
80 } catch (Exception re) {
81 Log.e(TAG, "", re);
148 } catch (Exception re) {
149 Log.e(TAG, "", re);
H A DBluetoothMapClient.java85 } catch (Exception re) {
86 Log.e(TAG, "", re);
96 } catch (Exception re) {
97 Log.e(TAG, "", re);
164 } catch (Exception re) {
165 Log.e(TAG, "", re);
H A DBluetoothSap.java107 } catch (Exception re) {
108 Log.e(TAG, "", re);
118 } catch (Exception re) {
119 Log.e(TAG, "", re);
188 } catch (Exception re) {
189 Log.e(TAG, "", re);
H A DBluetoothHealth.java110 } catch (Exception re) {
111 Log.e(TAG, "", re);
121 } catch (Exception re) {
122 Log.e(TAG, "", re);
517 } catch (Exception re) {
518 Log.e(TAG, "", re);
H A DBluetoothHearingAid.java160 } catch (Exception re) {
161 Log.e(TAG, "", re);
172 } catch (Exception re) {
173 Log.e(TAG, "", re);
229 } catch (Exception re) {
230 Log.e(TAG, "", re);
H A DBluetoothHidHost.java237 } catch (Exception re) {
238 Log.e(TAG, "", re);
248 } catch (Exception re) {
249 Log.e(TAG, "", re);
305 } catch (Exception re) {
306 Log.e(TAG, "", re);
/frameworks/base/cmds/appwidget/src/com/android/commands/appwidget/
H A DAppWidget.java154 } catch (RemoteException re) {
155 re.printStackTrace();
/frameworks/base/tools/aapt2/tools/consumers/
H A Dpositional_arguments.py9 import re namespace
64 for m in re.finditer("%[-#+ 0,(]?\d*[bBhHsScCdoxXeEfgGaAtTn]", data):
/frameworks/compile/mclinker/lib/LD/
H A DEhFrame.cpp172 re = ctx.relocSectEnd();
173 ri != re;
227 re = reloc_data->end();
228 ri != re;
256 re = reloc_data->end();
257 ri != re;
284 re = reloc_data->end();
285 ri != re;) {
/frameworks/rs/tests/lldb/tests/harness/
H A Dtest_base_remote.py20 import re namespace
71 old_path = re.findall(r"[^ :]+", lines[1])[1]
/frameworks/base/core/java/android/content/pm/permission/
H A DRuntimePermissionPresenter.java236 } catch (RemoteException re) {
237 Log.e(TAG, "Error getting app permissions", re);
266 } catch (RemoteException re) {
267 Log.e(TAG, "Error getting app permissions", re);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java199 } catch (RemoteException re) {
200 Log.e(LOG_TAG, "Error calling start()", re);
290 } catch (RemoteException re) {
332 } catch (RemoteException re) {
333 Log.e(LOG_TAG, "Error calling kill()", re);
416 } catch (RemoteException re) {
424 } catch (RemoteException re) {
433 } catch (RemoteException re) {
622 } catch (RemoteException re) {
623 Log.w(LOG_TAG, "Error while canceling", re);
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java235 * they're still in the same profile group*.
676 } catch (RemoteException re) {
677 Slog.d(TAG, "Callback failed ", re);
698 } catch (RemoteException re) {
699 Slog.d(TAG, "Callback failed ", re);
720 } catch (RemoteException re) {
721 Slog.d(TAG, "Callback failed ", re);
742 } catch (RemoteException re) {
743 Slog.d(TAG, "Callback failed ", re);
764 } catch (RemoteException re) {
[all...]
/frameworks/base/tests/testables/src/android/testing/
H A DTestableLooper.java278 } catch (RuntimeException re) {
281 if (re.getCause() instanceof LooperException) {
282 throw ((LooperException) re.getCause()).getSource();
284 throw re.getCause();
/frameworks/base/core/java/android/app/usage/
H A DUsageStatsManager.java713 } catch (RemoteException re) {
714 throw re.rethrowFromSystemServer();
725 } catch (RemoteException re) {
726 throw re.rethrowFromSystemServer();
745 } catch (RemoteException re) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DConditionProviders.java317 RemoteException re = null;
325 re = e;
328 ZenLog.traceSubscribe(r != null ? r.id : null, provider, re);
348 RemoteException re = null;
354 re = e;
358 ZenLog.traceUnsubscribe(r != null ? r.id : null, provider, re);
/frameworks/base/core/java/android/app/
H A DDexLoadReporter.java128 } catch (RemoteException re) {
129 Slog.e(TAG, "Failed to notify PM about dex load for package " + packageName, re);
/frameworks/base/core/java/com/android/server/backup/
H A DSystemBackupAgent.java163 } catch (RemoteException re) {
164 Slog.e(TAG, "Couldn't restore settings\n" + re);
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintSpooler.java292 } catch (RemoteException | TimeoutException | InterruptedException re) {
293 Slog.e(LOG_TAG, "Error setting progress.", re);
378 } catch (RemoteException | TimeoutException | InterruptedException re) {
379 Slog.e(LOG_TAG, "Error loading new custom printer icon.", re);
672 } catch (RemoteException re) {
673 Slog.d(LOG_TAG, "Error setting print spooler client", re);
680 } catch (RemoteException re) {
681 Slog.d(LOG_TAG, "Error clearing print spooler client", re);
/frameworks/layoutlib/rename_font/
H A Dbuild_font_single.py29 import re namespace
208 return re.sub(r'[^\w-]+', '', string)
/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DDumpCommand.java100 } catch (TimeoutException re) {
/frameworks/base/core/java/android/view/
H A DInputFilter.java172 } catch (RemoteException re) {
/frameworks/base/core/java/android/ddm/
H A DDdmHandleHeap.java50 * Register for the messages we're interested in.
173 } catch (RuntimeException re) {
202 } catch (RuntimeException re) {
203 failMsg = "Exception: " + re.getMessage();
/frameworks/base/core/java/android/speech/
H A DRecognitionService.java108 } catch (RemoteException re) {
184 } catch (RemoteException re) {
185 Log.e(TAG, "sending ERROR_INSUFFICIENT_PERMISSIONS message failed", re);
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DActionReplacingCallback.java81 } catch (RemoteException re) {
162 } catch (RemoteException re) {
190 } catch (RemoteException re) {

Completed in 2885 milliseconds

1234567