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

1234567891011>>

/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/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPlaybackActivity.java95 } catch (IOException ex) {
96 ex.printStackTrace();
97 } catch (ClassNotFoundException ex) {
98 ex.printStackTrace();
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselViewUtilities.java1 package com.android.ex.carousel;
/frameworks/ex/chips/tests/
H A DAndroid.mk25 LOCAL_RESOURCE_DIR := frameworks/ex/chips/res/
27 LOCAL_AAPT_FLAGS += --extra-packages com.android.ex.chips
/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
H A DProgressBarWrapper.java18 package com.android.ex.photo.views;
/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.java94 } 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/ex/photoviewer/src/com/android/ex/photo/
H A DIntents.java18 package com.android.ex.photo;
24 import com.android.ex.photo.fragments.PhotoViewFragment;
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DIntents.java18 package com.android.ex.photo;
24 import com.android.ex.photo.fragments.PhotoViewFragment;
/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/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java114 CommandException ex = new CommandException(
116 AsyncResult.forMessage(result, null, ex);
145 CommandException ex = new CommandException(
147 AsyncResult.forMessage(result, null, ex);
156 CommandException ex = new CommandException(
158 AsyncResult.forMessage(result, null, ex);
187 CommandException ex = new CommandException(
189 AsyncResult.forMessage(result, null, ex);
198 CommandException ex = new CommandException(
200 AsyncResult.forMessage(result, null, ex);
[all...]
/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...]
H A DSQLiteOpenHelper.java228 } catch (SQLiteException ex) {
230 throw ex;
233 + " for writing (will try read-only):", ex);
/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/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);
/frameworks/base/services/java/com/android/server/pm/
H A DInstaller.java58 } catch (IOException ex) {
70 } catch (IOException ex) {
75 } catch (IOException ex) {
80 } catch (IOException ex) {
99 } catch (IOException ex) {
140 } catch (IOException ex) {
186 } catch (NumberFormatException ex) {
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java18 package com.android.ex.photo.util;
31 import com.android.ex.photo.PhotoViewActivity;
32 import com.android.ex.photo.util.Exif;
274 } catch (IllegalArgumentException ex) {
275 Log.e(TAG, "Mailformed data URI: " + ex);
/frameworks/ex/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java18 package com.android.ex.photo.util;
31 import com.android.ex.photo.PhotoViewActivity;
32 import com.android.ex.photo.util.Exif;

Completed in 559 milliseconds

1234567891011>>