Searched refs:ex (Results 276 - 300 of 319) sorted by relevance

<<111213

/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java641 } catch (ClassNotFoundException ex) {
642 loge("Exception finding Wimax classes: " + ex.toString());
645 } catch(Resources.NotFoundException ex) {
666 } catch(Exception ex) {
667 loge("Exception creating Wimax classes: " + ex.toString());
H A DAppWidgetServiceImpl.java1511 } catch (PackageManager.NameNotFoundException ex) {
1698 } catch (PackageManager.NameNotFoundException ex) {
1935 } catch (RemoteException ex) {
2003 } catch (RemoteException ex) {
H A DBatteryService.java639 } catch (NumberFormatException ex) {
H A DNetworkManagementService.java672 } catch (IOException ex) {
678 } catch (IOException ex) {}
704 // address stored as a hex string, ex: 0014A8C0
712 // address stored as a hex string, ex 0014A8C0
738 // prefix length stored as a hex string, ex 40
742 // ex fe800000000000000000000000000000
H A DNotificationManagerService.java1224 } catch (PendingIntent.CanceledException ex) {
1227 Slog.w(TAG, "canceled PendingIntent for " + r.pkg, ex);
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java17 package com.android.ex.editstyledtext;
23 import com.android.ex.editstyledtext.EditStyledText.EditModeActions.EditModeActionBase;
24 import com.android.ex.editstyledtext.EditStyledText.EditStyledTextSpans.HorizontalLineSpan;
25 import com.android.ex.editstyledtext.EditStyledText.EditStyledTextSpans.MarqueeSpan;
26 import com.android.ex.editstyledtext.EditStyledText.EditStyledTextSpans.RescalableImageSpan;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java368 } catch (CallStateException ex) {
369 ex.printStackTrace();
370 fail("unexpected ex");
630 } catch (CallStateException ex) {
631 ex.printStackTrace();
632 fail("unexpected ex");
1661 } catch (InterruptedException ex) {
/frameworks/base/core/java/android/app/
H A DFragmentManager.java445 private void throwException(RuntimeException ex) { argument
446 Log.e(TAG, ex.getMessage());
464 throw ex;
/frameworks/ex/chips/tests/src/com/android/ex/chips/
H A DChipsTest.java17 package com.android.ex.chips;
31 import com.android.ex.chips.RecipientEditTextView;
32 import com.android.ex.chips.RecipientEntry;
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java433 private void throwException(RuntimeException ex) { argument
434 Log.e(TAG, ex.getMessage());
451 throw ex;
/frameworks/base/telephony/java/android/telephony/
H A DSignalStrength.java830 } catch (ClassCastException ex) {
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
H A DMediaPlayerProxyTestCase.java17 package com.android.ex.variablespeed;
/frameworks/base/core/java/android/hardware/
H A DCamera.java392 * camera (ex: zoom) after recording starts. There is no need to call this
411 * camera (ex: zoom) after recording starts. There is no need to call this
3635 } catch (NumberFormatException ex) {
3644 } catch (NumberFormatException ex) {
3665 // Parses a string (ex: "480x320") to Size object.
/frameworks/base/core/java/android/webkit/
H A DCallbackProxy.java284 } catch (ActivityNotFoundException ex) {
909 } catch (MalformedURLException ex) {
/frameworks/base/core/java/android/widget/
H A DSearchView.java1422 } catch (RuntimeException ex) {
1423 Log.e(LOG_TAG, "Failed launch activity: " + intent, ex);
/frameworks/base/media/java/android/media/
H A DAudioService.java3221 } catch (IOException ex) {
3222 Log.w(TAG, "MediaPlayer IOException: "+ex);
3223 } catch (IllegalArgumentException ex) {
3224 Log.w(TAG, "MediaPlayer IllegalArgumentException: "+ex);
3225 } catch (IllegalStateException ex) {
3226 Log.w(TAG, "MediaPlayer IllegalStateException: "+ex);
3244 } catch (IllegalStateException ex) {
3245 Log.w(TAG, "MediaPlayer IllegalStateException: "+ex);
H A DMediaScanner.java860 } catch (IOException ex) {
1207 } catch (SecurityException ex) {
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java1035 } catch (FileNotFoundException ex) {
1042 } catch (FileNotFoundException ex) {
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java3785 } catch (RemoteException ex) {
3786 Slog.w(TAG, "Could not get dispatching timeout.", ex);
5651 } catch (RemoteException ex) {
7563 } catch (RemoteException ex) {
7583 } catch (RemoteException ex) {
7976 } catch (NumberFormatException ex) {
7992 } catch (NumberFormatException ex) {
8102 RuntimeException ex = new IllegalArgumentException(
8105 throw ex;
8107 Slog.w(TAG, "Failed looking up window", ex);
[all...]
/frameworks/base/core/java/android/content/
H A DContentService.java246 } catch (RemoteException ex) {
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java745 } catch (RemoteException ex) {
/frameworks/base/core/tests/coretests/src/android/webkit/
H A DAccessibilityInjectorTest.java1727 } catch (InterruptedException ex) {
/frameworks/base/obex/javax/obex/
H A DObexHelper.java674 } catch (Exception ex) {
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java1087 } catch (RemoteException ex) {
1088 Log.e(TAG, "Couldn't getOptionsPanelGravity; using default", ex);
3547 } catch (RemoteException ex) {
3548 Log.e(TAG, "Couldn't start watching for device rotation", ex);
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java1063 } catch (RemoteException ex) {
1077 } catch (RemoteException ex) {
1100 } catch (RemoteException ex) {
5108 } catch (RemoteException ex) {
5125 } catch (RemoteException ex) {
5419 } catch (RemoteException ex) {
5514 } catch (RemoteException ex) {
5632 } catch (RemoteException ex) {
5739 } catch (RemoteException ex) {
6216 } catch (RemoteException ex) {
[all...]

Completed in 1650 milliseconds

<<111213