Searched refs:ex (Results 1 - 25 of 318) 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.java42 } catch (ClassNotFoundException ex) {
44 POLICY_IMPL_CLASS_NAME + " could not be loaded", ex);
45 } catch (InstantiationException ex) {
47 POLICY_IMPL_CLASS_NAME + " could not be instantiated", ex);
48 } catch (IllegalAccessException ex) {
50 POLICY_IMPL_CLASS_NAME + " could not be instantiated", ex);
/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/telephony/java/android/telephony/
H A DTelephonyManager.java188 } catch (RemoteException ex) {
190 } catch (NullPointerException ex) {
205 } catch (RemoteException ex) {
207 } catch (NullPointerException ex) {
228 } catch (RemoteException ex) {
230 } catch (NullPointerException ex) {
247 } catch (RemoteException ex) {
248 } catch (NullPointerException ex) {
264 } catch (RemoteException ex) {
265 } catch (NullPointerException ex) {
[all...]
/frameworks/base/core/java/android/app/
H A DIActivityPendingResult.aidl25 boolean sendResult(int code, String data, in Bundle ex);
H A DStatusBarManager.java95 } catch (RemoteException ex) {
97 throw new RuntimeException(ex);
110 } catch (RemoteException ex) {
112 throw new RuntimeException(ex);
125 } catch (RemoteException ex) {
127 throw new RuntimeException(ex);
140 } catch (RemoteException ex) {
142 throw new RuntimeException(ex);
153 } catch (RemoteException ex) {
155 throw new RuntimeException(ex);
[all...]
H A DAlarmManager.java138 } catch (RemoteException ex) {
193 } catch (RemoteException ex) {
259 } catch (RemoteException ex) {
276 } catch (RemoteException ex) {
289 } catch (RemoteException ex) {
302 } catch (RemoteException ex) {
H A DKeyguardManager.java72 } catch (RemoteException ex) {
93 } catch (RemoteException ex) {
145 } catch (RemoteException ex) {
158 } catch (RemoteException ex) {
175 } catch (RemoteException ex) {
/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/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/compile/libbcc/runtime/www/
H A Dmenu.css7 width:25ex;
12 left:29ex;
13 padding-right:4ex;
/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/ex/photoviewer/src/com/android/ex/photo/adapters/
H A DPhotoPagerAdapter.java18 package com.android.ex.photo.adapters;
25 import com.android.ex.photo.Intents;
26 import com.android.ex.photo.Intents.PhotoViewIntentBuilder;
27 import com.android.ex.photo.fragments.PhotoViewFragment;
28 import com.android.ex.photo.provider.PhotoContract;
/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;
/frameworks/base/core/java/android/hardware/display/
H A DDisplayManagerGlobal.java127 } catch (RemoteException ex) {
128 Log.e(TAG, "Could not get display information from display manager.", ex);
154 } catch (RemoteException ex) {
155 Log.e(TAG, "Could not get display ids from display manager.", ex);
232 } catch (RemoteException ex) {
233 Log.e(TAG, "Failed to register callback with display manager service.", ex);
259 } catch (RemoteException ex) {
260 Log.e(TAG, "Failed to scan for Wifi displays.", ex);
271 } catch (RemoteException ex) {
272 Log.e(TAG, "Failed to connect to Wifi display " + deviceAddress + ".", ex);
[all...]
/frameworks/base/packages/SystemUI/
H A DAndroid.mk7 ../../../ex/carousel/java/com/android/ex/carousel/carousel.rs
/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java212 } catch (RemoteException ex) {
213 throw new RuntimeException("Could not get input device information.", ex);
242 } catch (RemoteException ex) {
343 } catch (RemoteException ex) {
344 Log.w(TAG, "Could not get list of keyboard layout informations.", ex);
365 } catch (RemoteException ex) {
366 Log.w(TAG, "Could not get keyboard layout information.", ex);
386 } catch (RemoteException ex) {
387 Log.w(TAG, "Could not get current keyboard layout for input device.", ex);
416 } catch (RemoteException ex) {
[all...]

Completed in 1047 milliseconds

1234567891011>>