Searched refs:ex (Results 151 - 175 of 348) sorted by relevance

1234567891011>>

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaLteServiceStateTracker.java125 } catch (NumberFormatException ex) {
127 + ex);
145 } catch (Exception ex) {
147 operatorNumeric + " ex=" + ex);
422 } catch (NumberFormatException ex) {
423 loge("countryCodeForMcc error" + ex);
424 } catch (StringIndexOutOfBoundsException ex) {
425 loge("countryCodeForMcc error" + ex);
/frameworks/support/v7/mediarouter/jellybean/android/support/v7/media/
H A DMediaRouterJellybean.java289 } catch (NoSuchMethodException ex) {
309 } catch (IllegalAccessException ex) {
311 + "Media routing may not work.", ex);
312 } catch (InvocationTargetException ex) {
314 + "Media routing may not work.", ex);
342 } catch (NoSuchMethodException ex) {
352 } catch (IllegalAccessException ex) {
353 } catch (InvocationTargetException ex) {
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dquantize.c244 Word32 ex; local
251 ex = norm_l(accu);
252 accu = accu << ex;
253 specExp = INT_BITS-1 - ex;
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java73 } catch (XmlPullParserException ex) {
77 rnf.initCause(ex);
79 } catch (IOException ex) {
83 rnf.initCause(ex);
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalReceiver.java73 } catch (RemoteException ex) {
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java814 } catch (IOException ex) {
815 Log.d(TAG, "create failed:", ex);
817 } catch (IllegalArgumentException ex) {
818 Log.d(TAG, "create failed:", ex);
820 } catch (SecurityException ex) {
821 Log.d(TAG, "create failed:", ex);
852 } catch (IOException ex) {
853 Log.d(TAG, "create failed:", ex);
855 } catch (IllegalArgumentException ex) {
856 Log.d(TAG, "create failed:", ex);
[all...]
/frameworks/ex/chips/src/com/android/ex/chips/
H A DQueries.java17 package com.android.ex.chips;
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DEngineParameters.java17 package com.android.ex.variablespeed;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DATResponseParser.java145 } catch (StringIndexOutOfBoundsException ex) {
H A DIccUtils.java187 } catch (UnsupportedEncodingException ex) {
189 ex);
359 } catch (UnsupportedEncodingException ex) {
361 Rlog.e(LOG_TAG,"implausible UnsupportedEncodingException", ex);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccUtils.java187 } catch (UnsupportedEncodingException ex) {
189 ex);
359 } catch (UnsupportedEncodingException ex) {
361 Rlog.e(LOG_TAG,"implausible UnsupportedEncodingException", ex);
/frameworks/base/core/java/android/content/
H A DAsyncTaskLoader.java72 } catch (OperationCanceledException ex) {
80 throw ex;
82 if (DEBUG) Slog.v(TAG, this + " <<< doInBackground (was canceled)", ex);
/frameworks/base/core/java/android/webkit/
H A DURLUtil.java70 } catch (ParseException ex) {
100 } catch (UnsupportedEncodingException ex) {
405 } catch (IllegalStateException ex) {
/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditorImpl.java155 } catch (Exception ex) {
168 } catch (Exception ex) {
169 ex.printStackTrace();
170 throw new IOException(ex.toString());
459 } catch (InterruptedException ex) {
498 } catch (InterruptedException ex) {
743 } catch (Exception ex) {
744 Log.e(TAG, "Sem acquire NOT successful in export", ex);
753 } catch (Exception ex) {
951 } catch (InterruptedException ex) {
[all...]
/frameworks/base/services/java/com/android/server/
H A DNativeDaemonConnector.java189 } catch (IOException ex) {
190 loge("Communications error: " + ex);
191 throw ex;
209 } catch (IOException ex) {
210 loge("Failed closing socket: " + ex);
/frameworks/base/core/java/android/provider/
H A DMediaStore.java556 } catch (FileNotFoundException ex) {
557 Log.e(TAG, "couldn't open thumbnail " + thumbUri + "; " + ex);
558 } catch (IOException ex) {
559 Log.e(TAG, "couldn't open thumbnail " + thumbUri + "; " + ex);
560 } catch (OutOfMemoryError ex) {
562 + thumbUri + "; " + ex);
694 } catch (SQLiteException ex) {
695 Log.w(TAG, ex);
870 catch (FileNotFoundException ex) {
873 catch (IOException ex) {
[all...]
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java511 InflateException ex = new InflateException(e.getMessage());
512 ex.initCause(e);
513 throw ex;
515 InflateException ex = new InflateException(
518 ex.initCause(e);
519 throw ex;
/frameworks/base/tools/aidl/
H A Dgenerate_java_binder.cpp341 MethodCall* ex = new MethodCall(stubClass->transact_reply, local
343 c->statements->Add(ex);
352 MethodCall* ex = new MethodCall(stubClass->transact_reply, local
354 c->statements->Add(ex);
463 MethodCall* ex = new MethodCall(_reply, "readException", 0); local
464 tryStatement->statements->Add(ex);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSuggestionsAdapter.java525 } catch (Resources.NotFoundException ex) {
539 } catch (IOException ex) {
540 Log.e(LOG_TAG, "Error closing icon stream for " + uri, ex);
621 } catch (NameNotFoundException ex) {
622 Log.w(LOG_TAG, ex.toString());
676 } catch (NameNotFoundException ex) {
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRegisteredMediaRouteProvider.java166 } catch (SecurityException ex) {
168 Log.d(TAG, this + ": Bind failed", ex);
411 } catch (RemoteException ex) {
576 } catch (DeadObjectException ex) {
578 } catch (RemoteException ex) {
580 Log.e(TAG, "Could not send message to service.", ex);
/frameworks/base/core/java/android/net/
H A DWebAddress.java91 } catch (NumberFormatException ex) {
/frameworks/base/core/java/android/net/http/
H A DIdleCache.java156 } catch (InterruptedException ex) {
/frameworks/base/telephony/java/android/telephony/
H A DCellSignalStrengthGsm.java169 } catch (ClassCastException ex) {
H A DCellSignalStrengthWcdma.java169 } catch (ClassCastException ex) {
/frameworks/base/telephony/java/android/telephony/cdma/
H A DCdmaCellLocation.java170 } catch (ClassCastException ex) {

Completed in 1271 milliseconds

1234567891011>>