Searched refs:ex (Results 51 - 75 of 348) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/transition/
H A DTransitionInflater.java70 InflateException ex = new InflateException(e.getMessage());
71 ex.initCause(e);
72 throw ex;
74 InflateException ex = new InflateException(
77 ex.initCause(e);
78 throw ex;
99 InflateException ex = new InflateException(e.getMessage());
100 ex.initCause(e);
101 throw ex;
103 InflateException ex
[all...]
/frameworks/base/core/java/android/view/animation/
H A DAnimationUtils.java73 } catch (XmlPullParserException ex) {
76 rnf.initCause(ex);
78 } catch (IOException ex) {
81 rnf.initCause(ex);
151 } catch (XmlPullParserException ex) {
154 rnf.initCause(ex);
156 } catch (IOException ex) {
159 rnf.initCause(ex);
272 } catch (XmlPullParserException ex) {
275 rnf.initCause(ex);
[all...]
/frameworks/base/services/java/com/android/server/firewall/
H A DPortFilter.java68 } catch (NumberFormatException ex) {
88 } catch (NumberFormatException ex) {
98 } catch (NumberFormatException ex) {
/frameworks/base/services/java/com/android/server/usb/
H A DUsbDebuggingManager.java99 } catch (IOException ex) {
100 Slog.e(TAG, "Communication error: ", ex);
101 throw ex;
128 } catch (IOException ex) {
129 Slog.e(TAG, "Failed closing socket: " + ex);
138 catch (IOException ex) {
139 Slog.e(TAG, "Failed to write response:", ex);
178 } catch (Exception ex) {
229 } catch (Exception ex) {
230 Slog.e(TAG, "Error getting digester: " + ex);
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccProvider.java293 } catch (RemoteException ex) {
295 } catch (SecurityException ex) {
296 if (DBG) log(ex.toString());
334 } catch (RemoteException ex) {
336 } catch (SecurityException ex) {
337 if (DBG) log(ex.toString());
358 } catch (RemoteException ex) {
360 } catch (SecurityException ex) {
361 if (DBG) log(ex.toString());
382 } catch (RemoteException ex) {
[all...]
/frameworks/base/core/java/android/app/
H A DAlarmManager.java365 } catch (RemoteException ex) {
480 } catch (RemoteException ex) {
493 } catch (RemoteException ex) {
506 } catch (RemoteException ex) {
H A DService.java561 } catch (RemoteException ex) {
593 } catch (RemoteException ex) {
646 } catch (RemoteException ex) {
663 } catch (RemoteException ex) {
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalDeniedReceiver.java38 } catch (RemoteException ex) {
H A DLocalGrantedReceiver.java38 } catch (RemoteException ex) {
H A DRemoteDeniedReceiver.java38 } catch (RemoteException ex) {
H A DRemoteGrantedReceiver.java38 } catch (RemoteException ex) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIService.java58 } catch (IllegalAccessException ex) {
59 throw new RuntimeException(ex);
60 } catch (InstantiationException ex) {
61 throw new RuntimeException(ex);
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DMediaPlayerProxy.java17 package com.android.ex.variablespeed;
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
H A DRealMediaPlayerTest.java17 package com.android.ex.variablespeed;
H A DVariableSpeedTest.java17 package com.android.ex.variablespeed;
/frameworks/opt/photoviewer/src/com/android/ex/photo/provider/
H A DPhotoContract.java18 package com.android.ex.photo.provider;
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProviderProtocol.java202 } catch (NullPointerException ex) {
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDirectCursorDriver.java54 } catch (RuntimeException ex) {
56 throw ex;
/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java197 } catch (ClassNotFoundException ex) {
200 ex);
206 } catch (NoSuchMethodException ex) {
208 "Missing static main on " + className, ex);
209 } catch (SecurityException ex) {
211 "Problem getting static main on " + className, ex);
308 } catch (IllegalArgumentException ex) {
309 Slog.e(TAG, ex.getMessage());
/frameworks/ex/chips/src/com/android/ex/chips/recipientchip/
H A DInvisibleRecipientChip.java17 package com.android.ex.chips.recipientchip;
24 import com.android.ex.chips.RecipientEntry;
H A DSimpleRecipientChip.java17 package com.android.ex.chips.recipientchip;
19 import com.android.ex.chips.RecipientEntry;
H A DVisibleRecipientChip.java17 package com.android.ex.chips.recipientchip;
25 import com.android.ex.chips.RecipientEntry;
/frameworks/opt/mms/src/java/com/google/android/mms/util/
H A DDownloadDrmHelper.java103 } catch (IllegalArgumentException ex) {
106 } catch (IllegalStateException ex) {
/frameworks/base/services/java/com/android/server/
H A DStatusBarManagerService.java128 } catch (RemoteException ex) {
139 } catch (RemoteException ex) {
150 } catch (RemoteException ex) {
186 } catch (RemoteException ex) {
211 } catch (RemoteException ex) {
237 } catch (RemoteException ex) {
258 } catch (RemoteException ex) {
280 } catch (RemoteException ex) {
307 } catch (RemoteException ex) {
339 } catch (RemoteException ex) {
[all...]
/frameworks/base/services/java/com/android/server/power/
H A DShutdownThread.java401 } catch (RemoteException ex) {
402 Log.e(TAG, "RemoteException during NFC shutdown", ex);
412 } catch (RemoteException ex) {
413 Log.e(TAG, "RemoteException during bluetooth shutdown", ex);
423 } catch (RemoteException ex) {
424 Log.e(TAG, "RemoteException during radio shutdown", ex);
434 } catch (RemoteException ex) {
435 Log.e(TAG, "RemoteException during bluetooth shutdown", ex);
445 } catch (RemoteException ex) {
446 Log.e(TAG, "RemoteException during radio shutdown", ex);
[all...]

Completed in 1423 milliseconds

1234567891011>>