Searched refs:ex (Results 26 - 50 of 319) sorted by relevance

1234567891011>>

/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...]
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java120 } catch (ClassNotFoundException ex) {
123 ex);
129 } catch (NoSuchMethodException ex) {
131 "Missing static main on " + className, ex);
132 } catch (SecurityException ex) {
134 "Problem getting static main on " + className, ex);
163 } catch (RuntimeException ex) {
165 ANDROID_SOCKET_ENV + " unset or invalid", ex);
171 } catch (IOException ex) {
173 "Error binding to local socket '" + fileDesc + "'", ex);
[all...]
H A DZygoteConnection.java109 } catch (IOException ex) {
110 Log.e(TAG, "Cannot read peer credentials", ex);
111 throw ex;
186 } catch (IOException ex) {
187 Log.w(TAG, "IOException on command socket " + ex.getMessage());
238 } catch (IOException ex) {
239 logAndPrintError(newStderr, "Exception creating pipe", ex);
240 } catch (ErrnoException ex) {
241 logAndPrintError(newStderr, "Exception creating pipe", ex);
242 } catch (IllegalArgumentException ex) {
1084 logAndPrintError(PrintStream newStderr, String message, Throwable ex) argument
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DPhotoPagerAdapter.java18 package com.android.ex.photo.adapters;
24 import com.android.ex.photo.Intents;
25 import com.android.ex.photo.Intents.PhotoViewIntentBuilder;
26 import com.android.ex.photo.fragments.PhotoViewFragment;
27 import com.android.ex.photo.provider.PhotoContract;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DATResponseParserTest.java34 } catch (ATParseEx ex) {
56 } catch (ATParseEx ex) {
70 } catch (ATParseEx ex) {
81 } catch (ATParseEx ex) {
105 fail("expected ex");
106 } catch (ATParseEx ex) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DModelInterpreter.java106 } catch (IOException ex) {
108 } catch (IndexOutOfBoundsException ex) {
114 } catch (UnsupportedEncodingException ex) {
206 } catch (java.io.IOException ex) {
208 "IOException on socket.accept(); stopping", ex);
215 } catch (java.io.IOException ex) {
217 "IOException on accepted socket(); re-listening", ex);
244 } catch (InterruptedException ex) {
254 } catch (InterpreterEx ex) {
255 println(ex
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIService.java59 } catch (ClassNotFoundException ex) {
60 throw new RuntimeException(ex);
92 } catch (IllegalAccessException ex) {
93 throw new RuntimeException(ex);
94 } catch (InstantiationException ex) {
95 throw new RuntimeException(ex);
/frameworks/ex/photoviewer/sample/src/com/example/photoviewersample/
H A DMainActivity.java8 import com.android.ex.photo.Intents;
9 import com.android.ex.photo.Intents.PhotoViewIntentBuilder;
/frameworks/ex/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoPagerLoader.java18 package com.android.ex.photo.loaders;
25 import com.android.ex.photo.provider.PhotoContract;
H A DPhotoBitmapLoader.java18 package com.android.ex.photo.loaders;
27 import com.android.ex.photo.fragments.PhotoViewFragment;
28 import com.android.ex.photo.util.ImageUtils;
/frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
H A DMainActivity.java8 import com.android.ex.photo.Intents;
9 import com.android.ex.photo.Intents.PhotoViewIntentBuilder;
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoPagerLoader.java18 package com.android.ex.photo.loaders;
25 import com.android.ex.photo.provider.PhotoContract;
/frameworks/base/core/java/android/os/
H A DCancellationSignal.java83 } catch (RemoteException ex) {
152 } catch (RemoteException ex) {
160 } catch (InterruptedException ex) {
/frameworks/base/core/java/android/database/
H A DBulkCursorToCursorAdaptor.java87 } catch (RemoteException ex) {
110 } catch (RemoteException ex) {
123 } catch (RemoteException ex) {
150 } catch (Exception ex) {
151 Log.e(TAG, "Unable to requery because the remote process exception " + ex.getMessage());
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsManager.java89 } catch (RemoteException ex) {
160 } catch (RemoteException ex) {
221 } catch (RemoteException ex) {
264 } catch (RemoteException ex) {
292 } catch (RemoteException ex) {
321 } catch (RemoteException ex) {
345 } catch (RemoteException ex) {
375 } catch (RemoteException ex) {
405 } catch (RemoteException ex) {
440 } catch (RemoteException ex) {
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDefaultPhoneNotifier.java56 } catch (RemoteException ex) {
69 } catch (RemoteException ex) {
77 } catch (RemoteException ex) {
85 } catch (RemoteException ex) {
93 } catch (RemoteException ex) {
101 } catch (RemoteException ex) {
139 } catch (RemoteException ex) {
147 } catch (RemoteException ex) {
157 } catch (RemoteException ex) {
165 } catch (RemoteException ex) {
[all...]
/frameworks/base/tests/CoreTests/android/core/
H A DSocketTest.java64 } catch (IOException ex) {
65 lastEx = ex;
135 } catch (InterruptedException ex) {
265 } catch (Exception ex) {
266 error = ex;
288 } catch (Exception ex) {
289 throw new RuntimeException(ex);
H A DSSLSocketTest.java162 } catch (InterruptedException ex) {
257 } catch (IOException ex) {
276 } catch (IOException ex) {
277 android.util.Log.d("SSLSocketTest", "Exception", ex);
296 } catch (IOException ex) {
297 android.util.Log.d("SSLSocketTest", "Exception", ex);
347 } catch (Exception ex) {
349 "testMultithreadedClose() reader got " + ex.toString());
360 } catch (Exception ex) {
362 "testMultithreadedClose() closer got " + ex
[all...]
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java491 } catch (IOException ex) {
492 Log.d(TAG, "onBackup (" + BackupAgent.this.getClass().getName() + ") threw", ex);
493 throw new RuntimeException(ex);
494 } catch (RuntimeException ex) {
495 Log.d(TAG, "onBackup (" + BackupAgent.this.getClass().getName() + ") threw", ex);
496 throw ex;
518 } catch (IOException ex) {
519 Log.d(TAG, "onRestore (" + BackupAgent.this.getClass().getName() + ") threw", ex);
520 throw new RuntimeException(ex);
521 } catch (RuntimeException ex) {
[all...]
/frameworks/base/services/java/com/android/server/dreams/
H A DDreamController.java109 } catch (RemoteException ex) {
110 Slog.e(TAG, "Unable to add window token for dream.", ex);
125 } catch (SecurityException ex) {
126 Slog.e(TAG, "Unable to bind dream service: " + intent, ex);
157 } catch (RemoteException ex) {
163 } catch (NoSuchElementException ex) {
175 } catch (RemoteException ex) {
176 Slog.w(TAG, "Error removing window token for dream.", ex);
191 } catch (RemoteException ex) {
192 Slog.e(TAG, "The dream service died unexpectedly.", ex);
[all...]
/frameworks/base/tests/backup/src/com/android/backuptest/
H A DBackupTestActivity.java69 } catch (IOException ex) {
71 str.append(ex.toString());
85 } catch (IOException ex) {
99 } catch (IOException ex) {
148 } catch (IOException ex) {
149 throw new RuntimeException(ex);
169 } catch (IOException ex) {
170 throw new RuntimeException(ex);
209 } catch (FileNotFoundException ex) {
210 throw new RuntimeException(ex);
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java195 } catch (SQLiteException ex) {
197 throw ex;
322 } catch (SQLiteDatabaseLockedException ex) {
385 } catch (RuntimeException ex) {
387 + "' to '" + newLocale + "'.", ex);
514 } catch (RuntimeException ex) {
515 mRecentOperations.failOperation(cookie, ex);
516 throw ex;
555 } catch (RuntimeException ex) {
556 mRecentOperations.failOperation(cookie, ex);
1329 failOperation(int cookie, Exception ex) argument
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackQueueItem.java80 } catch (IllegalArgumentException ex) {
81 Log.w(TAG, "MediaPlayer failed", ex);
95 } catch (IllegalStateException ex) {
/frameworks/base/core/java/android/view/animation/
H A DAnimationUtils.java73 } catch (XmlPullParserException ex) {
76 rnf.initCause(ex);
78 } catch (IOException ex) {
81 rnf.initCause(ex);
151 } catch (XmlPullParserException ex) {
154 rnf.initCause(ex);
156 } catch (IOException ex) {
159 rnf.initCause(ex);
272 } catch (XmlPullParserException ex) {
275 rnf.initCause(ex);
[all...]
/frameworks/base/services/java/com/android/server/usb/
H A DUsbDebuggingManager.java103 } catch (IOException ex) {
104 Slog.e(TAG, "Communication error: ", ex);
105 throw ex;
132 } catch (IOException ex) {
133 Slog.e(TAG, "Failed closing socket: " + ex);
142 catch (IOException ex) {
143 Slog.e(TAG, "Failed to write response:", ex);
181 } catch (Exception ex) {
228 } catch (Exception ex) {
229 Slog.e(TAG, "Error getting digester: " + ex);
[all...]

Completed in 560 milliseconds

1234567891011>>