/frameworks/base/core/java/android/app/ |
SearchManager.java | 679 } catch (ActivityNotFoundException ex) { 693 } catch (RemoteException ex) { 694 Log.e(TAG, "getGlobalSearchActivities() failed: " + ex); 705 } catch (RemoteException ex) { 706 Log.e(TAG, "getGlobalSearchActivity() failed: " + ex); [all...] |
/frameworks/base/services/usb/java/com/android/server/usb/ |
UsbDebuggingManager.java | 128 } catch (IOException ex) { 129 Slog.e(TAG, "Failed closing socket: " + ex); 138 catch (IOException ex) { 139 Slog.e(TAG, "Failed to write response:", ex); 178 } catch (Exception ex) { 238 } catch (Exception ex) { 239 Slog.e(TAG, "Error getting digester", ex); 348 catch (IOException ex) { 349 Slog.e(TAG, "Error writing key:" + ex);
|
/art/test/051-thread/src/ |
Main.java | 64 } catch (Exception ex) { 79 } catch (InterruptedException ex) { 80 ex.printStackTrace();
|
/cts/tests/tests/permission/src/android/permission/cts/ |
Camera2PermissionTest.java | 19 import static com.android.ex.camera2.blocking.BlockingStateCallback.*; 29 import com.android.ex.camera2.blocking.BlockingCameraManager; 30 import com.android.ex.camera2.blocking.BlockingStateCallback;
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
FixedSizeList.java | 39 } catch (NegativeArraySizeException ex) { 184 } catch (ArrayIndexOutOfBoundsException ex) { 217 } catch (ArrayIndexOutOfBoundsException ex) {
|
/dalvik/dx/src/com/android/dx/util/ |
FixedSizeList.java | 39 } catch (NegativeArraySizeException ex) { 184 } catch (ArrayIndexOutOfBoundsException ex) { 217 } catch (ArrayIndexOutOfBoundsException ex) {
|
/external/apache-xml/src/main/java/org/apache/xalan/xslt/ |
SecuritySupport12.java | 52 } catch (SecurityException ex) { } 65 } catch (SecurityException ex) {} 78 } catch (SecurityException ex) {}
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
SecuritySupport12.java | 52 } catch (SecurityException ex) { } 65 } catch (SecurityException ex) {} 78 } catch (SecurityException ex) {}
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
SecuritySupport12.java | 52 } catch (SecurityException ex) { } 65 } catch (SecurityException ex) {} 78 } catch (SecurityException ex) {}
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
SecuritySupport12.java | 49 } catch (SecurityException ex) { } 62 } catch (SecurityException ex) {} 75 } catch (SecurityException ex) {}
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
SecuritySupport12.java | 52 } catch (SecurityException ex) { } 65 } catch (SecurityException ex) {} 78 } catch (SecurityException ex) {}
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
FuncSystemProperty.java | 148 catch (Exception ex) 180 catch (Exception ex) 182 // ex.printStackTrace(); 183 throw new org.apache.xml.utils.WrappedRuntimeException(ex);
|
SecuritySupport12.java | 52 } catch (SecurityException ex) { } 65 } catch (SecurityException ex) {} 78 } catch (SecurityException ex) {}
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
ContentViewClient.java | 160 } catch (URISyntaxException ex) { 161 Log.w(TAG, "Bad URI " + intentUrl + ": " + ex.getMessage()); 167 } catch (ActivityNotFoundException ex) {
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
FixedSizeList.java | 39 } catch (NegativeArraySizeException ex) { 184 } catch (ArrayIndexOutOfBoundsException ex) { 217 } catch (ArrayIndexOutOfBoundsException ex) {
|
/external/oauth/core/src/main/java/net/oauth/client/ |
URLConnectionClient.java | 95 final ExcerptInputStream ex = new ExcerptInputStream(body); local 97 for (int n; 0 < (n = ex.read(b));) { 100 excerpt = ex.getExcerpt();
|
/external/proguard/src/proguard/obfuscate/ |
MappingReader.java | 84 catch (IOException ex) 86 throw new IOException("Can't process mapping file (" + ex.getMessage() + ")"); 94 catch (IOException ex)
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/ |
DexBackedOdexFile.java | 78 } catch (UnsupportedEncodingException ex) { 79 throw new RuntimeException(ex); 94 } catch (EOFException ex) {
|
/frameworks/base/core/java/android/speech/tts/ |
AudioPlaybackQueueItem.java | 88 } catch (IllegalArgumentException ex) { 89 Log.w(TAG, "MediaPlayer failed", ex); 120 } catch (IllegalStateException ex) {
|
/frameworks/base/media/java/android/media/ |
ThumbnailUtils.java | 120 } catch (IOException ex) { 121 Log.e(TAG, "", ex); 129 } catch (IOException ex) { 130 Log.e(TAG, "", ex); 158 } catch (IllegalArgumentException ex) { 160 } catch (RuntimeException ex) { 165 } catch (RuntimeException ex) { 326 } catch (OutOfMemoryError ex) { 327 Log.e(TAG, "Got oom exception ", ex); 348 } catch (IOException ex) { [all...] |
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/ |
BlockingCaptureCallback.java | 16 package com.android.ex.camera2.blocking; 25 import com.android.ex.camera2.utils.StateChangeListener; 26 import com.android.ex.camera2.utils.StateWaiter;
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/ |
PhotoViewFragment.java | 18 package com.android.ex.photo.fragments; 40 import com.android.ex.photo.Intents; 41 import com.android.ex.photo.PhotoViewCallbacks; 42 import com.android.ex.photo.PhotoViewCallbacks.CursorChangedListener; 43 import com.android.ex.photo.PhotoViewCallbacks.OnScreenListener; 44 import com.android.ex.photo.PhotoViewController.ActivityInterface; 45 import com.android.ex.photo.R; 46 import com.android.ex.photo.adapters.PhotoPagerAdapter; 47 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface; 48 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult [all...] |
/packages/apps/Camera2/src/com/android/camera/one/ |
OneCameraManager.java | 91 } catch (IllegalStateException ex) { 93 Log.e(TAG, "Could not get camera service v2", ex); 135 } catch (CameraAccessException ex) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
ImageCacheService.java | 74 } catch (IOException ex) { 89 } catch (IOException ex) { 101 } catch (IOException ex) {
|
/packages/apps/UnifiedEmail/src/com/android/mail/photo/ |
MailPhotoViewActivity.java | 23 import com.android.ex.photo.Intents; 24 import com.android.ex.photo.PhotoViewActivity; 25 import com.android.ex.photo.PhotoViewController;
|