Searched refs:ex (Results 1 - 25 of 502) 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.java127 } catch (RemoteException ex) {
128 throw ex.rethrowFromSystemServer();
144 } catch (RemoteException ex) {
145 throw ex.rethrowFromSystemServer();
158 } catch (RemoteException ex) {
159 throw ex.rethrowFromSystemServer();
172 } catch (RemoteException ex) {
173 throw ex.rethrowFromSystemServer();
193 } catch (RemoteException ex) {
194 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/com/android/internal/os/
H A DZygoteServer.java63 } catch (RuntimeException ex) {
64 throw new RuntimeException(fullSocketName + " unset or invalid", ex);
71 } catch (IOException ex) {
73 "Error binding to local socket '" + fileDesc + "'", ex);
85 } catch (IOException ex) {
87 "IOException during accept()", ex);
109 } catch (IOException ex) {
110 Log.e(TAG, "Zygote: error closing sockets", ex);
111 } catch (ErrnoException ex) {
112 Log.e(TAG, "Zygote: error closing descriptor", ex);
[all...]
/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/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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimActivationTrackerTest.java55 } catch (IllegalArgumentException ex) {
56 fail("Exception in setVoiceActivationState: " + ex);
68 } catch (IllegalArgumentException ex) {
84 } catch (InvalidParameterException ex) {
85 fail("Exception in setDataActivationState: " + ex);
94 } catch (InvalidParameterException ex) {
95 fail("Exception in setDataActivationState: " + ex);
/frameworks/base/core/java/android/hardware/display/
H A DDisplayManagerGlobal.java135 } catch (RemoteException ex) {
136 throw ex.rethrowFromSystemServer();
161 } catch (RemoteException ex) {
162 throw ex.rethrowFromSystemServer();
256 } catch (RemoteException ex) {
257 throw ex.rethrowFromSystemServer();
285 } catch (RemoteException ex) {
286 throw ex.rethrowFromSystemServer();
297 } catch (RemoteException ex) {
298 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/core/java/android/hardware/input/
H A DInputManager.java256 } catch (RemoteException ex) {
257 throw ex.rethrowFromSystemServer();
288 } catch (RemoteException ex) {
289 throw ex.rethrowFromSystemServer();
388 } catch (RemoteException ex) {
389 throw ex.rethrowFromSystemServer();
442 } catch (RemoteException ex) {
443 throw ex.rethrowFromSystemServer();
474 } catch (RemoteException ex) {
475 throw ex
[all...]
/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...]

Completed in 3311 milliseconds

1234567891011>>