Searched refs:ex (Results 1 - 25 of 469) 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/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 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/core/java/android/app/
H A DIActivityPendingResult.aidl25 boolean sendResult(int code, String data, in Bundle ex);
H A DStatusBarManager.java125 } catch (RemoteException ex) {
126 throw ex.rethrowFromSystemServer();
142 } catch (RemoteException ex) {
143 throw ex.rethrowFromSystemServer();
156 } catch (RemoteException ex) {
157 throw ex.rethrowFromSystemServer();
170 } catch (RemoteException ex) {
171 throw ex.rethrowFromSystemServer();
191 } catch (RemoteException ex) {
192 throw 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...]
H A DCameraExceptionHandler.java17 package com.android.ex.camera2.portability;
95 * @param ex The runtime exception object.
98 final RuntimeException ex, final String commandHistory,
103 mCallback.onCameraException(ex, commandHistory, action, state);
112 * @param ex The runtime exception object.
114 public void onDispatchThreadException(final RuntimeException ex) { argument
118 mCallback.onDispatchThreadException(ex);
97 onCameraException( final RuntimeException ex, final String commandHistory, final int action, final int state) argument
/frameworks/base/services/core/java/com/android/server/
H A DSystemServiceManager.java58 } catch (ClassNotFoundException ex) {
64 + "services that implement it", ex);
93 } catch (InstantiationException ex) {
95 + ": service could not be instantiated", ex);
96 } catch (IllegalAccessException ex) {
98 + ": service must have a public constructor with a Context argument", ex);
99 } catch (NoSuchMethodException ex) {
101 + ": service must have a public constructor with a Context argument", ex);
102 } catch (InvocationTargetException ex) {
104 + ": service constructor threw an exception", ex);
[all...]
/frameworks/opt/chips/sample/src/com/android/ex/chips/sample/
H A DMainActivity.java16 package com.android.ex.chips.sample;
24 import com.android.ex.chips.BaseRecipientAdapter;
25 import com.android.ex.chips.RecipientEditTextView;
26 import com.android.ex.chips.RecipientEditTextView.PermissionsRequestItemClickedListener;
27 import com.android.ex.chips.RecipientEditTextView.RecipientChipAddedListener;
28 import com.android.ex.chips.RecipientEditTextView.RecipientChipDeletedListener;
29 import com.android.ex.chips.RecipientEntry;
/frameworks/base/core/java/android/hardware/display/
H A DDisplayManagerGlobal.java134 } catch (RemoteException ex) {
135 throw ex.rethrowFromSystemServer();
160 } catch (RemoteException ex) {
161 throw ex.rethrowFromSystemServer();
237 } catch (RemoteException ex) {
238 throw ex.rethrowFromSystemServer();
266 } catch (RemoteException ex) {
267 throw ex.rethrowFromSystemServer();
278 } catch (RemoteException ex) {
279 throw 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/media/java/android/media/
H A DMiniThumbFile.java94 } catch (SecurityException ex) {
114 } catch (IOException ex) {
140 } catch (IOException ex) {
169 } catch (IOException ex) {
170 Log.v(TAG, "Got exception checking file magic: ", ex);
171 } catch (RuntimeException ex) {
174 ", disk full or mount read-only? " + ex.getClass());
179 catch (IOException ex) {
210 } catch (IOException ex) {
212 + id + "; ", ex);
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java782 } catch (RemoteException ex) {
784 } catch (NullPointerException ex) {
802 } catch (RemoteException ex) {
804 } catch (NullPointerException ex) {
825 } catch (RemoteException ex) {
827 } catch (NullPointerException ex) {
858 } catch (RemoteException ex) {
860 } catch (NullPointerException ex) {
891 } catch (RemoteException ex) {
893 } catch (NullPointerException ex) {
[all...]
/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java253 } catch (RemoteException ex) {
254 throw ex.rethrowFromSystemServer();
285 } catch (RemoteException ex) {
286 throw ex.rethrowFromSystemServer();
385 } catch (RemoteException ex) {
386 throw ex.rethrowFromSystemServer();
439 } catch (RemoteException ex) {
440 throw ex.rethrowFromSystemServer();
471 } catch (RemoteException ex) {
472 throw ex
[all...]

Completed in 2180 milliseconds

1234567891011>>