Searched refs:ex (Results 76 - 100 of 348) sorted by relevance

1234567891011>>

/frameworks/base/services/java/com/android/server/display/
H A DPersistentDataStore.java191 } catch (FileNotFoundException ex) {
200 } catch (IOException ex) {
201 Slog.w(TAG, "Failed to load display manager persistent store data.", ex);
203 } catch (XmlPullParserException ex) {
204 Slog.w(TAG, "Failed to load display manager persistent store data.", ex);
229 } catch (IOException ex) {
230 Slog.w(TAG, "Failed to save display manager persistent store data.", ex);
/frameworks/base/core/java/android/app/
H A DSearchManager.java570 } catch (ActivityNotFoundException ex) {
584 } catch (RemoteException ex) {
585 Log.e(TAG, "getGlobalSearchActivities() failed: " + ex);
596 } catch (RemoteException ex) {
597 Log.e(TAG, "getGlobalSearchActivity() failed: " + ex);
614 } catch (RemoteException ex) {
615 Log.e(TAG, "getWebSearchActivity() failed: " + ex);
752 } catch (RemoteException ex) {
753 Log.e(TAG, "getSearchableInfo() failed: " + ex);
/frameworks/base/media/java/android/media/
H A DThumbnailUtils.java126 } catch (IOException ex) {
127 Log.e(TAG, "", ex);
135 } catch (IOException ex) {
136 Log.e(TAG, "", ex);
164 } catch (IllegalArgumentException ex) {
166 } catch (RuntimeException ex) {
171 } catch (RuntimeException ex) {
332 } catch (OutOfMemoryError ex) {
333 Log.e(TAG, "Got oom exception ", ex);
354 } catch (IOException ex) {
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java18 package com.android.ex.photo.fragments;
43 import com.android.ex.photo.Intents;
44 import com.android.ex.photo.PhotoViewCallbacks;
45 import com.android.ex.photo.PhotoViewCallbacks.CursorChangedListener;
46 import com.android.ex.photo.PhotoViewCallbacks.OnScreenListener;
47 import com.android.ex.photo.R;
48 import com.android.ex.photo.adapters.PhotoPagerAdapter;
49 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
50 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface;
51 import com.android.ex
[all...]
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DAbortReceiver.java43 } catch (RemoteException ex) {
H A DRemoteReceiver.java46 } catch (RemoteException ex) {
/frameworks/base/core/tests/coretests/src/android/content/
H A DMemoryFileProvider.java106 } catch (IOException ex) {
107 ex.printStackTrace();
141 } catch (IOException ex) {
142 throw new FileNotFoundException("Error reading " + url + ":" + ex.toString());
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPolicy.java53 } catch (ClassNotFoundException ex) {
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
H A DSysTrace.java16 package com.android.ex.camera2.utils;
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselViewUtilities.java1 package com.android.ex.carousel;
/frameworks/ex/chips/tests/
H A DAndroid.mk24 LOCAL_RESOURCE_DIR := frameworks/ex/chips/res/
26 LOCAL_AAPT_FLAGS += --extra-packages com.android.ex.chips
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DMediaPlayerDataSource.java17 package com.android.ex.variablespeed;
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
H A DAwaitableCompletionListener.java17 package com.android.ex.variablespeed;
H A DAwaitableErrorListener.java17 package com.android.ex.variablespeed;
H A DDynamicProxy.java17 package com.android.ex.variablespeed;
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DProgressBarWrapper.java18 package com.android.ex.photo.views;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRestrictedState.java92 } catch (ClassCastException ex) {
/frameworks/base/core/java/android/service/dreams/
H A DSandman.java103 } catch (RemoteException ex) {
104 Slog.e(TAG, "Could not start dream when docked.", ex);
/frameworks/base/core/java/com/android/internal/os/
H A DWrapperInit.java73 } catch (IOException ex) {
74 Slog.d(TAG, "Could not write pid of wrapped process to Zygote pipe.", ex);
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DSimplePlayer.java128 } catch (IOException ex) {
129 Log.e(TAG, "mMediaPlayercreate failed:", ex);
131 } catch (IllegalArgumentException ex) {
132 Log.e(TAG, "mMediaPlayercreate failed:", ex);
134 } catch (SecurityException ex) {
135 Log.e(TAG, "mMediaPlayercreate failed:", ex);
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnectionPool.java397 } catch (RuntimeException ex) {
399 + connection, ex);
529 } catch (RuntimeException ex) {
531 + "of the merciful GC: " + connection, ex);
545 } catch (RuntimeException ex) {
547 + mAvailablePrimaryConnection, ex);
558 } catch (RuntimeException ex) {
560 + connection, ex);
680 final RuntimeException ex = waiter.mException;
681 if (connection != null || ex !
[all...]
/frameworks/base/services/java/com/android/server/
H A DTelephonyRegistry.java229 } catch (RemoteException ex) {
238 } catch (RemoteException ex) {
245 } catch (RemoteException ex) {
252 } catch (RemoteException ex) {
260 } catch (RemoteException ex) {
267 } catch (RemoteException ex) {
275 } catch (RemoteException ex) {
282 } catch (RemoteException ex) {
289 } catch (RemoteException ex) {
296 } catch (RemoteException ex) {
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServer.java110 } catch (Exception ex) {
111 Log.w(TAG, "Unhandled exception in callback", ex);
130 } catch (Exception ex) {
131 Log.w(TAG, "Unhandled exception in callback", ex);
156 } catch (Exception ex) {
157 Log.w(TAG, "Unhandled exception in callback", ex);
188 } catch (Exception ex) {
189 Log.w(TAG, "Unhandled exception in callback", ex);
216 } catch (Exception ex) {
217 Log.w(TAG, "Unhandled exception in callback", ex);
[all...]
/frameworks/base/test-runner/src/android/test/
H A DTestRunner.java75 } catch (ClassNotFoundException ex) {
76 throw new RuntimeException("shouldn't happen", ex);
312 } catch (Throwable ex) {
313 e = ex;
318 } catch (Throwable ex) {
319 e = ex;
342 } catch (Exception ex) {
343 Log.i("TestHarness", ex.toString());
356 } catch (Throwable ex) {
357 e = ex;
[all...]
/frameworks/base/services/java/com/android/server/input/
H A DPersistentDataStore.java184 } catch (FileNotFoundException ex) {
193 } catch (IOException ex) {
194 Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex);
196 } catch (XmlPullParserException ex) {
197 Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex);
222 } catch (IOException ex) {
223 Slog.w(InputManagerService.TAG, "Failed to save input manager persistent store data.", ex);

Completed in 5865 milliseconds

1234567891011>>