Searched refs:ex (Results 176 - 200 of 348) sorted by relevance

1234567891011>>

/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DPhotoViewActivity.java18 package com.android.ex.photo;
54 import com.android.ex.photo.PhotoViewPager.InterceptType;
55 import com.android.ex.photo.PhotoViewPager.OnInterceptTouchListener;
56 import com.android.ex.photo.adapters.PhotoPagerAdapter;
57 import com.android.ex.photo.fragments.PhotoViewFragment;
58 import com.android.ex.photo.loaders.PhotoBitmapLoader;
59 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
60 import com.android.ex.photo.loaders.PhotoPagerLoader;
61 import com.android.ex.photo.provider.PhotoContract;
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DPhotoViewActivity.java18 package com.android.ex.photo;
53 import com.android.ex.photo.PhotoViewPager.InterceptType;
54 import com.android.ex.photo.PhotoViewPager.OnInterceptTouchListener;
55 import com.android.ex.photo.adapters.PhotoPagerAdapter;
56 import com.android.ex.photo.fragments.PhotoViewFragment;
57 import com.android.ex.photo.loaders.PhotoBitmapLoader;
58 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
59 import com.android.ex.photo.loaders.PhotoPagerLoader;
60 import com.android.ex.photo.provider.PhotoContract;
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewPager.java18 package com.android.ex.photo;
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DExif.java17 package com.android.ex.photo.util;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDriverCall.java92 } catch (ATParseEx ex) {
H A DSMSDispatcher.java307 } catch (CanceledException ex) {
371 } catch (CanceledException ex) {}
431 } catch (CanceledException ex) {}
453 } catch (CanceledException ex) {}
646 } catch (CanceledException ex) {}
656 } catch (CanceledException ex) {}
671 } catch (CanceledException ex) {
688 } catch (CanceledException ex) {
801 } catch (CanceledException ex) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java120 } catch (CallStateException ex) {
121 Rlog.e(LOG_TAG, "dispose: unexpected error on hangup", ex);
131 } catch (CallStateException ex) {
132 Rlog.e(LOG_TAG, "dispose: unexpected error on hangup", ex);
543 } catch (CallStateException ex) {
754 } catch (CallStateException ex) {
774 } catch (CallStateException ex) {
867 } catch (CallStateException ex) {
868 Rlog.e(LOG_TAG, "hangupConnectionByIndex caught " + ex);
H A DCdmaSMSDispatcher.java94 } catch (CanceledException ex) {}
165 } catch (CanceledException ex) {}
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java122 } catch (CallStateException ex) {
123 Rlog.e(LOG_TAG, "dispose: unexpected error on hangup", ex);
133 } catch (CallStateException ex) {
134 Rlog.e(LOG_TAG, "dispose: unexpected error on hangup", ex);
492 } catch (CallStateException ex) {
705 } catch (CallStateException ex) {
725 } catch (CallStateException ex) {
818 } catch (CallStateException ex) {
819 Rlog.e(LOG_TAG, "hangupConnectionByIndex caught " + ex);
H A DGsmServiceStateTracker.java346 } catch (NumberFormatException ex) {
347 Rlog.w(LOG_TAG, "error parsing location: " + ex);
647 } catch (NumberFormatException ex) {
648 loge("error parsing RegistrationState: " + ex);
696 } catch (NumberFormatException ex) {
697 loge("error parsing GprsRegistrationState: " + ex);
728 } catch (RuntimeException ex) {
729 loge("Exception while polling service state. Probably malformed RIL response." + ex);
964 } catch ( NumberFormatException ex){
965 loge("pollStateDone: countryCodeForMcc error" + ex);
[all...]
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java81 public void uncaughtException(Thread thread, Throwable ex) {
82 Log.e(LOGTAG, "uncaught exception", ex);
84 results.putString("shortMsg", ex.getClass().getName());
85 results.putString("longMsg", ex.getMessage());
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java607 } catch (RemoteException ex) {
609 throw new RuntimeException(ex);
821 } catch (NameNotFoundException ex) {
891 } catch (Exception ex) {
893 + receiver.packageName + "/" + receiver.name, ex);
1167 } catch (RemoteException ex) {
1169 throw new RuntimeException(ex);
1449 } catch (IOException ex) {
1450 } catch (NotFoundException ex) {
1613 } catch (RemoteException ex) {
[all...]
/frameworks/base/core/java/android/os/
H A DMemoryFile.java102 } catch (IOException ex) {
103 Log.e(TAG, ex.toString());
/frameworks/base/core/java/android/view/
H A DPointerIcon.java390 } catch (Exception ex) {
391 throw new IllegalArgumentException("Exception parsing pointer icon resource.", ex);
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DBrightnessController.java192 } catch (RemoteException ex) {
230 } catch (SettingNotFoundException ex) {
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DBitmapUtils.java213 } catch (IllegalArgumentException ex) {
215 } catch (RuntimeException ex) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCamera2Source.java37 import com.android.ex.camera2.blocking.BlockingCameraManager;
38 import com.android.ex.camera2.blocking.BlockingCameraManager.BlockingOpenException;
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingCameraManager.java16 package com.android.ex.camera2.blocking;
26 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
/frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/
H A DAutoFocusStateMachine.java16 package com.android.ex.camera2.pos;
24 import com.android.ex.camera2.utils.SysTrace;
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselView.java17 package com.android.ex.carousel;
20 import com.android.ex.carousel.CarouselRS.CarouselCallback;
H A DCarouselViewHelper.java1 package com.android.ex.carousel;
15 import com.android.ex.carousel.CarouselRS.CarouselCallback;
/frameworks/ex/carousel/test/src/com/android/carouseltest/
H A DCarouselTestActivity.java19 import com.android.ex.carousel.CarouselView;
20 import com.android.ex.carousel.CarouselViewHelper;
/frameworks/opt/photoviewer/sample/
H A DAndroid.mk39 LOCAL_AAPT_FLAGS += --extra-packages android.support.v7.appcompat:com.android.ex.photo
/frameworks/base/media/java/android/media/
H A DMediaRouter.java341 } catch (RemoteException ex) {
342 Log.e(TAG, "Unable to unregister media router client.", ex);
354 } catch (RemoteException ex) {
355 Log.e(TAG, "Unable to register media router client.", ex);
369 } catch (RemoteException ex) {
370 Log.e(TAG, "Unable to publish media router client discovery request.", ex);
381 } catch (RemoteException ex) {
382 Log.e(TAG, "Unable to publish media router client selected route.", ex);
393 } catch (RemoteException ex) {
394 Log.e(TAG, "Unable to retrieve media router client state.", ex);
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Ddtx_dec.cpp411 Word16 ex[L_SUBFR];
763 build_CN_code(&st->L_pn_seed_rx, ex);
766 ex[j] = mult(level, ex[j]);
769 Syn_filt(acoeff_variab, ex, &synth[i * L_SUBFR], L_SUBFR,
866 Word16 ex[L_SUBFR]; local
1322 build_CN_code(&st->L_pn_seed_rx, ex, pOverflow);
1325 ex[j] = mult(level, ex[j], pOverflow);
1328 Syn_filt(acoeff_variab, ex,
[all...]

Completed in 496 milliseconds

1234567891011>>