Searched refs:ex (Results 1 - 25 of 417) sorted by relevance

1234567891011>>

/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
H A DStateChangeListener.java17 package com.android.ex.camera2.utils;
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteStatement.java45 } catch (SQLiteDatabaseCorruptException ex) {
47 throw ex;
66 } catch (SQLiteDatabaseCorruptException ex) {
68 throw ex;
88 } catch (SQLiteDatabaseCorruptException ex) {
90 throw ex;
109 } catch (SQLiteDatabaseCorruptException ex) {
111 throw ex;
130 } catch (SQLiteDatabaseCorruptException ex) {
132 throw ex;
[all...]
H A DSQLiteQuery.java66 } catch (SQLiteDatabaseCorruptException ex) {
68 throw ex;
69 } catch (SQLiteException ex) {
70 Log.e(TAG, "exception: " + ex.getMessage() + "; query: " + getSql());
71 throw ex;
/frameworks/base/core/java/com/android/internal/policy/
H A DPolicyManager.java40 } catch (ClassNotFoundException ex) {
42 POLICY_IMPL_CLASS_NAME + " could not be loaded", ex);
43 } catch (InstantiationException ex) {
45 POLICY_IMPL_CLASS_NAME + " could not be instantiated", ex);
46 } catch (IllegalAccessException ex) {
48 POLICY_IMPL_CLASS_NAME + " could not be instantiated", ex);
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/
H A DLogHelper.java16 package com.android.ex.camera2.portability.debug;
/frameworks/opt/chips/src/com/android/ex/chips/
H A DAccountSpecifier.java17 package com.android.ex.chips;
H A DChipsUtil.java17 package com.android.ex.chips;
H A DPhotoManager.java17 package com.android.ex.chips;
20 * Used by the {@link com.android.ex.chips.BaseRecipientAdapter} to handle fetching
29 * Sets the {@link com.android.ex.chips.RecipientEntry}'s photo bytes. If the photo bytes
/frameworks/base/services/core/java/com/android/server/
H A DSystemServiceManager.java57 } catch (ClassNotFoundException ex) {
63 + "services that implement it", ex);
90 } catch (InstantiationException ex) {
92 + ": service could not be instantiated", ex);
93 } catch (IllegalAccessException ex) {
95 + ": service must have a public constructor with a Context argument", ex);
96 } catch (NoSuchMethodException ex) {
98 + ": service must have a public constructor with a Context argument", ex);
99 } catch (InvocationTargetException ex) {
101 + ": service constructor threw an exception", ex);
[all...]
/frameworks/base/core/java/android/app/
H A DIActivityPendingResult.aidl25 boolean sendResult(int code, String data, in Bundle ex);
H A DStatusBarManager.java101 } catch (RemoteException ex) {
103 throw new RuntimeException(ex);
116 } catch (RemoteException ex) {
118 throw new RuntimeException(ex);
131 } catch (RemoteException ex) {
133 throw new RuntimeException(ex);
146 } catch (RemoteException ex) {
148 throw new RuntimeException(ex);
159 } catch (RemoteException ex) {
161 throw new RuntimeException(ex);
[all...]
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DBaseRecipientChip.java17 package com.android.ex.chips.recipientchip;
19 import com.android.ex.chips.RecipientEntry;
H A DDrawableRecipientChip.java17 package com.android.ex.chips.recipientchip;
/frameworks/base/core/java/android/os/
H A DAsyncResult.java36 forMessage(Message m, Object r, Throwable ex) argument
40 ret = new AsyncResult (m.obj, r, ex);
62 AsyncResult (Object uo, Object r, Throwable ex) argument
66 exception = ex;
/frameworks/base/core/java/android/widget/
H A DRemoteViewsService.java143 } catch (Exception ex) {
145 Thread.getDefaultUncaughtExceptionHandler().uncaughtException(t, ex);
155 } catch (Exception ex) {
157 Thread.getDefaultUncaughtExceptionHandler().uncaughtException(t, ex);
168 } catch (Exception ex) {
170 Thread.getDefaultUncaughtExceptionHandler().uncaughtException(t, ex);
178 } catch (Exception ex) {
180 Thread.getDefaultUncaughtExceptionHandler().uncaughtException(t, ex);
188 } catch (Exception ex) {
190 Thread.getDefaultUncaughtExceptionHandler().uncaughtException(t, ex);
[all...]
/frameworks/ex/camera2/public/src/com/android/ex/camera2/exceptions/
H A DTimeoutRuntimeException.java16 package com.android.ex.camera2.exceptions;
/frameworks/base/core/java/com/android/internal/logging/
H A DAndroidConfig.java43 } catch (Exception ex) {
44 ex.printStackTrace();
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraCapabilitiesFactory.java17 package com.android.ex.camera2.portability;
21 import com.android.ex.camera2.portability.debug.Log;
H A DCameraAgent.java17 package com.android.ex.camera2.portability;
29 import com.android.ex.camera2.portability.debug.Log;
296 } catch (final RuntimeException ex) {
297 getCameraExceptionHandler().onDispatchThreadException(ex);
330 } catch (final RuntimeException ex) {
331 getCameraExceptionHandler().onDispatchThreadException(ex);
428 } catch (final RuntimeException ex) {
429 getAgent().getCameraExceptionHandler().onDispatchThreadException(ex);
452 } catch (final RuntimeException ex) {
453 getAgent().getCameraExceptionHandler().onDispatchThreadException(ex);
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java608 } catch (RemoteException ex) {
610 } catch (NullPointerException ex) {
625 } catch (RemoteException ex) {
627 } catch (NullPointerException ex) {
646 } catch (RemoteException ex) {
648 } catch (NullPointerException ex) {
677 } catch (RemoteException ex) {
679 } catch (NullPointerException ex) {
707 } catch (RemoteException ex) {
709 } catch (NullPointerException ex) {
[all...]
/frameworks/support/v4/jellybean-mr1/android/support/v4/media/routing/
H A DMediaRouterJellybeanMr1.java76 } catch (NoSuchMethodException ex) {
111 } catch (IllegalAccessException ex) {
112 Log.w(TAG, "Cannot scan for wifi displays.", ex);
113 } catch (InvocationTargetException ex) {
114 Log.w(TAG, "Cannot scan for wifi displays.", ex);
140 } catch (NoSuchFieldException ex) {
141 } catch (NoSuchMethodException ex) {
142 } catch (IllegalAccessException ex) {
154 } catch (IllegalAccessException ex) {
155 } catch (InvocationTargetException ex) {
[all...]
/frameworks/support/v7/mediarouter/jellybean-mr1/android/support/v7/media/
H A DMediaRouterJellybeanMr1.java76 } catch (NoSuchMethodException ex) {
111 } catch (IllegalAccessException ex) {
112 Log.w(TAG, "Cannot scan for wifi displays.", ex);
113 } catch (InvocationTargetException ex) {
114 Log.w(TAG, "Cannot scan for wifi displays.", ex);
140 } catch (NoSuchFieldException ex) {
141 } catch (NoSuchMethodException ex) {
142 } catch (IllegalAccessException ex) {
154 } catch (IllegalAccessException ex) {
155 } catch (InvocationTargetException ex) {
[all...]
/frameworks/base/core/tests/coretests/src/android/net/
H A DLocalSocketTest.java89 } catch (ArrayIndexOutOfBoundsException ex) {
96 } catch (ArrayIndexOutOfBoundsException ex) {
103 } catch (ArrayIndexOutOfBoundsException ex) {
110 } catch (ArrayIndexOutOfBoundsException ex) {
117 } catch (ArrayIndexOutOfBoundsException ex) {
124 } catch (ArrayIndexOutOfBoundsException ex) {
143 } catch (IOException ex) {
152 } catch (IOException ex) {
161 } catch (IOException ex) {
/frameworks/base/location/java/android/location/
H A DGeocoder.java133 String ex = mService.getFromLocation(latitude, longitude, maxResults,
135 if (ex != null) {
136 throw new IOException(ex);
175 String ex = mService.getFromLocationName(locationName,
177 if (ex != null) {
178 throw new IOException(ex);
247 String ex = mService.getFromLocationName(locationName,
250 if (ex != null) {
251 throw new IOException(ex);
/frameworks/base/tests/CoreTests/android/core/
H A DInetAddrTest.java65 fail("expected ex");
66 } catch (UnknownHostException ex) {
72 fail("expected ex");
73 } catch (UnknownHostException ex) {
79 fail("expected ex");
80 } catch (UnknownHostException ex) {
93 } catch (InterruptedException ex) {
95 } catch (UnknownHostException ex) {

Completed in 3334 milliseconds

1234567891011>>