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

1234567891011>>

/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/base/telephony/java/android/telephony/
H A DTelephonyManager.java232 } catch (RemoteException ex) {
234 } catch (NullPointerException ex) {
249 } catch (RemoteException ex) {
251 } catch (NullPointerException ex) {
279 } catch (RemoteException ex) {
281 } catch (NullPointerException ex) {
298 } catch (RemoteException ex) {
299 } catch (NullPointerException ex) {
315 } catch (RemoteException ex) {
316 } catch (NullPointerException ex) {
[all...]
/frameworks/ex/chips/src/com/android/ex/chips/
H A DAccountSpecifier.java17 package com.android.ex.chips;
H A DChipsUtil.java17 package com.android.ex.chips;
/frameworks/base/core/java/android/app/
H A DIActivityPendingResult.aidl25 boolean sendResult(int code, String data, in Bundle ex);
H A DStatusBarManager.java99 } catch (RemoteException ex) {
101 throw new RuntimeException(ex);
114 } catch (RemoteException ex) {
116 throw new RuntimeException(ex);
129 } catch (RemoteException ex) {
131 throw new RuntimeException(ex);
144 } catch (RemoteException ex) {
146 throw new RuntimeException(ex);
157 } catch (RemoteException ex) {
159 throw new RuntimeException(ex);
[all...]
H A DKeyguardManager.java72 } catch (RemoteException ex) {
93 } catch (RemoteException ex) {
145 } catch (RemoteException ex) {
158 } catch (RemoteException ex) {
175 } catch (RemoteException ex) {
/frameworks/ex/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/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoaderInterface.java1 package com.android.ex.photo.loaders;
/frameworks/base/core/java/com/android/internal/logging/
H A DAndroidConfig.java43 } catch (Exception ex) {
44 ex.printStackTrace();
/frameworks/ex/carousel/test/
H A DAndroid.mk22 ../../../../frameworks/ex/carousel/java/com/android/ex/carousel/carousel.rs
/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/java/android/hardware/display/
H A DDisplayManagerGlobal.java132 } catch (RemoteException ex) {
133 Log.e(TAG, "Could not get display information from display manager.", ex);
159 } catch (RemoteException ex) {
160 Log.e(TAG, "Could not get display ids from display manager.", ex);
248 } catch (RemoteException ex) {
249 Log.e(TAG, "Failed to register callback with display manager service.", ex);
278 } catch (RemoteException ex) {
279 Log.e(TAG, "Failed to scan for Wifi displays.", ex);
290 } catch (RemoteException ex) {
291 Log.e(TAG, "Failed to scan for Wifi displays.", 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) {
/frameworks/base/media/java/android/media/
H A DMiniThumbFile.java95 } catch (SecurityException ex) {
115 } catch (IOException ex) {
141 } catch (IOException ex) {
170 } catch (IOException ex) {
171 Log.v(TAG, "Got exception checking file magic: ", ex);
172 } catch (RuntimeException ex) {
175 ", disk full or mount read-only? " + ex.getClass());
180 catch (IOException ex) {
211 } catch (IOException ex) {
213 + id + "; ", ex);
[all...]
/frameworks/ex/carousel/test/src/com/android/carouseltest/
H A DMyCarouselView.java22 import com.android.ex.carousel.CarouselController;
23 import com.android.ex.carousel.CarouselView;
24 import com.android.ex.carousel.CarouselView.Info;
/frameworks/base/core/java/android/preference/
H A DPreferenceInflater.java79 XmlPullParserException ex = new XmlPullParserException(
81 ex.initCause(e);
82 throw ex;
96 XmlPullParserException ex = new XmlPullParserException(
98 ex.initCause(e);
99 throw ex;

Completed in 541 milliseconds

1234567891011>>