Searched refs:re (Results 1 - 25 of 129) sorted by relevance

123456

/frameworks/base/core/java/android/os/
H A DUserManager.java764 } catch (RemoteException re) {
765 throw re.rethrowFromSystemServer();
834 } catch (RemoteException re) {
835 throw re.rethrowFromSystemServer();
846 } catch (RemoteException re) {
847 throw re.rethrowFromSystemServer();
872 } catch (RemoteException re) {
873 throw re.rethrowFromSystemServer();
889 } catch (RemoteException re) {
890 throw re
[all...]
/frameworks/base/media/lib/tvremote/java/com/android/media/tv/remoteprovider/
H A DTvRemoteProvider.java130 } catch (RemoteException re) {
131 throw re.rethrowFromSystemServer();
144 } catch (RemoteException re) {
145 throw re.rethrowFromSystemServer();
161 } catch (RemoteException re) {
162 throw re.rethrowFromSystemServer();
179 } catch (RemoteException re) {
180 throw re.rethrowFromSystemServer();
195 } catch (RemoteException re) {
196 throw re
[all...]
/frameworks/base/core/java/android/app/
H A DUiAutomation.java225 } catch (RemoteException re) {
226 throw new RuntimeException("Error while connecting UiAutomation", re);
281 } catch (RemoteException re) {
282 throw new RuntimeException("Error while disconnecting UiAutomation", re);
358 } catch (RemoteException re) {
359 Log.w(LOG_TAG, "Error while calling performGlobalAction", re);
407 } catch (RemoteException re) {
408 Log.w(LOG_TAG, "Error while getting AccessibilityServiceInfo", re);
434 } catch (RemoteException re) {
435 Log.w(LOG_TAG, "Error while setting AccessibilityServiceInfo", re);
[all...]
/frameworks/base/core/java/android/ddm/
H A DDdmHandleProfiling.java47 * Register for the messages we're interested in.
116 } catch (RuntimeException re) {
117 return createFailChunk(1, re.getMessage());
130 } catch (RuntimeException re) {
132 + re.getMessage());
157 } catch (RuntimeException re) {
158 return createFailChunk(1, re.getMessage());
173 } catch (RuntimeException re) {
175 + re.getMessage());
176 return createFailChunk(1, re
[all...]
/frameworks/base/core/java/android/print/
H A DPrinterDiscoverySession.java72 } catch (RemoteException re) {
73 Log.e(LOG_TAG, "Error creating printer discovery session", re);
86 } catch (RemoteException re) {
87 Log.e(LOG_TAG, "Error starting printer discovery", re);
101 } catch (RemoteException re) {
102 Log.e(LOG_TAG, "Error stopping printer discovery", re);
114 } catch (RemoteException re) {
115 Log.e(LOG_TAG, "Error starting printer state tracking", re);
126 } catch (RemoteException re) {
127 Log.e(LOG_TAG, "Error stopping printer state tracking", re);
[all...]
H A DPrintManager.java311 } catch (RemoteException re) {
312 throw re.rethrowFromSystemServer();
336 } catch (RemoteException re) {
337 throw re.rethrowFromSystemServer();
366 } catch (RemoteException re) {
367 throw re.rethrowFromSystemServer();
389 } catch (RemoteException re) {
390 throw re.rethrowFromSystemServer();
412 } catch (RemoteException re) {
413 throw re
[all...]
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintSpooler.java161 } catch (RemoteException re) {
162 Slog.e(LOG_TAG, "Error getting print jobs.", re);
185 } catch (RemoteException re) {
186 Slog.e(LOG_TAG, "Error creating print job.", re);
208 } catch (RemoteException re) {
209 Slog.e(LOG_TAG, "Error writing print job data.", re);
235 } catch (RemoteException re) {
236 Slog.e(LOG_TAG, "Error getting print job info.", re);
260 } catch (RemoteException re) {
261 Slog.e(LOG_TAG, "Error setting print job state.", re);
[all...]
H A DRemotePrintService.java223 } catch (RemoteException re) {
224 Slog.e(LOG_TAG, "Error canceling a pring job.", re);
251 } catch (RemoteException re) {
252 Slog.e(LOG_TAG, "Error announcing queued pring job.", re);
278 } catch (RemoteException re) {
279 Slog.e(LOG_TAG, "Error creating printer discovery session.", re);
311 } catch (RemoteException re) {
312 Slog.e(LOG_TAG, "Error destroying printer dicovery session.", re);
348 } catch (RemoteException re) {
349 Slog.e(LOG_TAG, "Error starting printer dicovery.", re);
[all...]
/frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/
H A DXMLParser.java121 catch (RecognitionException re) {
122 _localctx.exception = re;
123 _errHandler.reportError(this, re);
124 _errHandler.recover(this, re);
185 catch (RecognitionException re) {
186 _localctx.exception = re;
187 _errHandler.reportError(this, re);
188 _errHandler.recover(this, re);
318 catch (RecognitionException re) {
319 _localctx.exception = re;
[all...]
/frameworks/base/core/java/android/printservice/
H A DPrintJob.java93 } catch (RemoteException re) {
94 Log.e(LOG_TAG, "Couldn't get info for job: " + mCachedInfo.getId(), re);
320 } catch (RemoteException re) {
321 Log.e(LOG_TAG, "Error setting progress for job: " + mCachedInfo.getId(), re);
340 } catch (RemoteException re) {
341 Log.e(LOG_TAG, "Error setting status for job: " + mCachedInfo.getId(), re);
360 } catch (RemoteException re) {
361 Log.e(LOG_TAG, "Error setting status for job: " + mCachedInfo.getId(), re);
382 } catch (RemoteException re) {
383 Log.e(LOG_TAG, "Error setting tag for job: " + mCachedInfo.getId(), re);
[all...]
H A DPrinterDiscoverySession.java118 } catch (RemoteException re) {
119 Log.e(LOG_TAG, "Error sending added printers", re);
194 } catch (RemoteException re) {
195 Log.e(LOG_TAG, "Error sending added printers", re);
255 } catch (RemoteException re) {
256 Log.e(LOG_TAG, "Error sending removed printers", re);
297 } catch (RemoteException re) {
298 Log.e(LOG_TAG, "Error sending added printers", re);
317 } catch (RemoteException re) {
318 Log.e(LOG_TAG, "Error sending removed printers", re);
[all...]
H A DPrintDocument.java86 } catch (RemoteException re) {
87 Log.e(LOG_TAG, "Error calling getting print job data!", re);
/frameworks/base/tests/SoundTriggerTests/src/android/hardware/soundtrigger/
H A DSoundTriggerTest.java213 RecognitionEvent re = new RecognitionEvent(SoundTrigger.RECOGNITION_STATUS_SUCCESS, 1,
218 re.writeToParcel(parcel, 0);
225 assertEquals(re, unparceled);
230 RecognitionEvent re = new RecognitionEvent(SoundTrigger.RECOGNITION_STATUS_FAILURE, 1,
235 re.writeToParcel(parcel, 0);
242 assertEquals(re, unparceled);
249 RecognitionEvent re = new RecognitionEvent(SoundTrigger.RECOGNITION_STATUS_ABORT, 1,
254 re.writeToParcel(parcel, 0);
261 assertEquals(re, unparceled);
268 RecognitionEvent re
[all...]
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java656 * device admin is already installed on the device, it will only be re-downloaded from
2445 * HTTP proxies - they are generally network dependent. However if you're doing something
2794 } catch (RemoteException re) {
2795 throw re.rethrowFromSystemServer();
2816 } catch (RemoteException re) {
2817 throw re.rethrowFromSystemServer();
2837 } catch (RemoteException re) {
2838 throw re.rethrowFromSystemServer();
3548 } catch (RemoteException re) {
3549 throw re
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityManager.java324 } catch (RemoteException re) {
325 Log.e(LOG_TAG, "Error during sending " + event + " ", re);
354 } catch (RemoteException re) {
355 Log.e(LOG_TAG, "Error while requesting interrupt from all services. ", re);
400 } catch (RemoteException re) {
401 Log.e(LOG_TAG, "Error while obtaining the installed AccessibilityServices. ", re);
442 } catch (RemoteException re) {
443 Log.e(LOG_TAG, "Error while obtaining the installed AccessibilityServices. ", re);
585 } catch (RemoteException re) {
586 Log.e(LOG_TAG, "Error while adding an accessibility interaction connection. ", re);
[all...]
H A DAccessibilityInteractionClient.java201 } catch (RemoteException re) {
202 Log.e(LOG_TAG, "Error while calling remote getWindow", re);
239 } catch (RemoteException re) {
240 Log.e(LOG_TAG, "Error while calling remote getWindows", re);
304 } catch (RemoteException re) {
306 + " findAccessibilityNodeInfoByAccessibilityId", re);
351 } catch (RemoteException re) {
353 + " findAccessibilityNodeInfoByViewIdInActiveWindow", re);
399 } catch (RemoteException re) {
401 + " findAccessibilityNodeInfosByViewText", re);
[all...]
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityService.java571 } catch (RemoteException re) {
572 throw new RuntimeException(re);
647 } catch (RemoteException re) {
648 throw new RuntimeException(re);
800 } catch (RemoteException re) {
801 throw new RuntimeException(re);
838 // We're already on the main thread, just run the listener.
861 } catch (RemoteException re) {
862 Log.w(LOG_TAG, "Failed to obtain scale", re);
863 re
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPan.java136 } catch (RemoteException re) {
137 Log.w(TAG,"Unable to register BluetoothStateChangeCallback",re);
162 } catch (RemoteException re) {
163 Log.w(TAG,"Unable to unregister BluetoothStateChangeCallback",re);
172 } catch (Exception re) {
173 Log.e(TAG,"",re);
209 } catch (Exception re) {
210 Log.e(TAG,"",re);
/frameworks/base/core/java/android/content/pm/
H A DLauncherApps.java291 } catch (RemoteException re) {
292 throw re.rethrowFromSystemServer();
324 } catch (RemoteException re) {
325 throw re.rethrowFromSystemServer();
345 } catch (RemoteException re) {
346 throw re.rethrowFromSystemServer();
363 } catch (RemoteException re) {
364 throw re.rethrowFromSystemServer();
379 } catch (RemoteException re) {
380 throw re
[all...]
/frameworks/base/core/java/android/content/
H A DRestrictionsManager.java424 } catch (RemoteException re) {
425 throw re.rethrowFromSystemServer();
441 } catch (RemoteException re) {
442 throw re.rethrowFromSystemServer();
479 } catch (RemoteException re) {
480 throw re.rethrowFromSystemServer();
489 } catch (RemoteException re) {
490 throw re.rethrowFromSystemServer();
521 } catch (RemoteException re) {
522 throw re
[all...]
/frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
H A DBindingExpressionParser.java147 catch (RecognitionException re) {
148 _localctx.exception = re;
149 _errHandler.reportError(this, re);
150 _errHandler.recover(this, re);
198 catch (RecognitionException re) {
199 _localctx.exception = re;
200 _errHandler.reportError(this, re);
201 _errHandler.recover(this, re);
274 catch (RecognitionException re) {
275 _localctx.exception = re;
[all...]
/frameworks/base/tools/apilint/
H A Dapilint.py29 import re, sys, collections, traceback, argparse namespace
87 raw = re.sub("<.+?>", "", raw)
89 raw = re.split("[\s(),;]+", raw)
108 ident = re.sub("<.+?>", "", ident)
173 re_blame = re.compile("^([a-z0-9]{7,}) \(<([^>]+)>.+?\) (.+?)$")
261 if re.match("android\.R\.[a-z]+", clazz.fullname): return
265 if re.match("[A-Z0-9_]+", f.name) is None:
282 if re.match("android\.R\.[a-z]+", clazz.fullname): return
284 if re.search("[A-Z]{2,}", clazz.name) is not None:
286 if re
[all...]
/frameworks/base/core/java/com/android/server/backup/
H A DSystemBackupAgent.java123 } catch (RemoteException re) {
124 Slog.e(TAG, "Couldn't restore settings\n" + re);
170 } catch (RemoteException re) {
171 Slog.e(TAG, "Couldn't restore settings\n" + re);
/frameworks/native/services/surfaceflinger/tests/
H A DAndroid.mk29 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/webview/chromium/tools/
H A Dmemreport.py27 import re namespace
69 regexps[region_filter] = re.compile(region_filter)

Completed in 2567 milliseconds

123456