Searched refs:ex (Results 251 - 275 of 348) sorted by relevance

<<11121314

/frameworks/base/core/tests/coretests/src/android/os/
H A DMemoryFileTest.java133 } catch (IndexOutOfBoundsException ex) {
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DBitmapTest.java74 } catch (IllegalStateException ex) {
/frameworks/base/media/lib/java/com/android/media/remotedisplay/
H A DRemoteDisplayProvider.java322 } catch (RemoteException ex) {
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1649 } catch (InterruptedException ex) {
1671 } catch (InterruptedException ex) {
1695 } catch (InterruptedException ex) {
1711 } catch (InterruptedException ex) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarTransitions.java192 } catch (android.os.RemoteException ex) {
H A DPhoneStatusBarView.java58 } catch (NotFoundException ex) {
/frameworks/base/telephony/java/android/telephony/
H A DCellSignalStrengthCdma.java302 } catch (ClassCastException ex) {
H A DCellSignalStrengthLte.java215 } catch (ClassCastException ex) {
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DVariableSpeed.java17 package com.android.ex.variablespeed;
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java198 public ActionException(Exception ex) { argument
199 super(ex);
771 } catch (NoSuchMethodException ex) {
923 } catch (Exception ex) {
924 throw new ActionException(ex);
1271 } catch (Exception ex) {
1272 throw new ActionException(ex);
H A DMediaController.java324 } catch (IncompatibleClassChangeError ex) {
378 } catch (IllegalArgumentException ex) {
/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java247 } catch (RemoteException ex) {
248 Log.e(TAG, "unable to notify listener (posted): " + listener, ex);
256 } catch (RemoteException ex) {
257 Log.e(TAG, "unable to notify listener (removed): " + listener, ex);
753 } catch (SecurityException ex) {
754 Slog.e(TAG, "Unable to bind listener service: " + intent, ex);
809 } catch (IllegalArgumentException ex) {
812 Slog.e(TAG, "Listener " + name + " could not be unbound: " + ex);
2005 } catch (PendingIntent.CanceledException ex) {
2008 Slog.w(TAG, "canceled PendingIntent for " + r.sbn.getPackageName(), ex);
[all...]
H A DUiModeManagerService.java505 } catch (RemoteException ex) {
506 Slog.e(TAG, "Could not start dock app: " + homeIntent, 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.BaseRecipientAdapter;
32 import com.android.ex.chips.RecipientEditTextView;
33 import com.android.ex.chips.RecipientEntry;
34 import com.android.ex.chips.recipientchip.DrawableRecipientChip;
35 import com.android.ex.chips.recipientchip.VisibleRecipientChip;;
/frameworks/base/core/java/android/app/
H A DActivityThread.java1456 } catch (RemoteException ex) {
2289 } catch (RemoteException ex) {
2593 } catch (RemoteException ex) {
2619 } catch (RemoteException ex) {
2899 } catch (RemoteException ex) {
2909 } catch (RemoteException ex) {
2991 } catch (RemoteException ex) {
3086 } catch (RemoteException ex) {
3308 } catch (RemoteException ex) {
3552 } catch (RemoteException ex) {
[all...]
H A DSearchDialog.java560 } catch (RuntimeException ex) {
561 Log.e(LOG_TAG, "Failed launch activity: " + intent, ex);
/frameworks/base/core/java/android/net/dhcp/
H A DDhcpPacket.java528 } catch (UnknownHostException ex) {
648 } catch (UnknownHostException ex) {
/frameworks/base/core/java/android/view/
H A DSurfaceView.java268 } catch (RemoteException ex) {
607 } catch (RemoteException ex) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java471 } catch (IOException ex) {
473 Log.w(TAG, "Unable reset to default wallpaper!", ex);
/frameworks/base/services/java/com/android/server/power/
H A DElectronBeam.java519 } catch (OutOfResourcesException ex) {
520 Slog.e(TAG, "Unable to create surface.", ex);
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java463 } catch (NumberFormatException ex) {
479 } catch (NumberFormatException ex) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsHandler.java426 } catch (RuntimeException ex) {
427 loge("Exception dispatching message", ex);
H A DServiceStateTracker.java236 } catch (NullPointerException ex) {
237 loge("updateSignalStrength() Phone already destroyed: " + ex
/frameworks/base/cmds/input/src/com/android/commands/input/
H A DInput.java139 } catch (NumberFormatException ex) {
/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java714 } catch (NameNotFoundException ex) {

Completed in 716 milliseconds

<<11121314