HomeSort by relevance Sort by last modified time
    Searched refs:ex (Results 1701 - 1725 of 2748) sorted by null

<<61626364656667686970>>

  /frameworks/base/services/core/java/com/android/server/
MountService.java 539 } catch (Exception ex) {
540 Slog.e(TAG, "Boot-time mount exception", ex);
787 } catch (Exception ex) {
788 Slog.e(TAG, "Listener failed", ex);
    [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoModule.java 462 } catch (InterruptedException ex) {
614 } catch (ActivityNotFoundException ex) {
615 Log.e(TAG, "Couldn't view video " + mCurrentVideoUri, ex);
    [all...]
Util.java 190 } catch (OutOfMemoryError ex) {
277 } catch (OutOfMemoryError ex) {
278 Log.e(TAG, "Got oom exception ", ex);
606 } catch (IOException ex) {
620 } catch (ActivityNotFoundException ex) {
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraDeviceTest.java 20 import static com.android.ex.camera2.blocking.BlockingStateCallback.*;
21 import static com.android.ex.camera2.blocking.BlockingSessionCallback.*;
44 import com.android.ex.camera2.blocking.BlockingSessionCallback;
45 import com.android.ex.camera2.blocking.BlockingStateCallback;
46 import com.android.ex.camera2.utils.StateWaiter;
    [all...]
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/
BaseDexReaderTest.java 90 } catch (ExceptionWithContext ex) {
149 } catch (ExceptionWithContext ex) {
215 } catch (ExceptionWithContext ex) {
324 } catch (ExceptionWithContext ex) {
433 } catch (ExceptionWithContext ex) {
  /frameworks/base/services/core/java/com/android/server/display/
DisplayManagerService.java 257 } catch (InterruptedException ex) {
394 } catch (RemoteException ex) {
396 throw new RuntimeException(ex);
    [all...]
DisplayPowerController.java 456 } catch (RemoteException ex) {
757 } catch (RemoteException ex) {
    [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java 17 package com.android.ex.chips;
36 import com.android.ex.chips.BaseRecipientAdapter.DirectoryListQuery;
37 import com.android.ex.chips.BaseRecipientAdapter.DirectorySearchParams;
38 import com.android.ex.chips.DropdownChipLayouter.AdapterType;
39 import com.android.ex.chips.Queries.Query;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 567 } catch (CallStateException ex) {
797 } catch (CallStateException ex) {
817 } catch (CallStateException ex) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 487 } catch (CallStateException ex) {
717 } catch (CallStateException ex) {
737 } catch (CallStateException ex) {
834 } catch (CallStateException ex) {
835 Rlog.e(LOG_TAG, "hangupConnectionByIndex caught " + ex);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
MethodTest.java 268 Class[] ex = mth.getExceptionTypes(); local
270 1, ex.length);
271 assertTrue("Returned incorrect exception type", ex[0]
274 ex = mth.getExceptionTypes();
276 0, ex.length);
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
test_tools.hpp 131 catch( E const& ex ) { \
132 ::boost::unit_test::ut_detail::ignore_unused_variable_warning( ex ); \
145 #define BOOST_WARN_EXCEPTION( S, E, P ) BOOST_CHECK_THROW_IMPL( S, E, P( ex ), "incorrect exception ", WARN )
146 #define BOOST_CHECK_EXCEPTION( S, E, P ) BOOST_CHECK_THROW_IMPL( S, E, P( ex ), "incorrect exception ", CHECK )
147 #define BOOST_REQUIRE_EXCEPTION( S, E, P ) BOOST_CHECK_THROW_IMPL( S, E, P( ex ), "incorrect exception ", REQUIRE )
  /packages/apps/Gallery/src/com/android/camera/
MenuHelper.java 133 } catch (java.io.IOException ex) {
253 } catch (IOException ex) {
254 Log.e(TAG, "cannot read exif", ex);
540 } catch (android.content.ActivityNotFoundException ex) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java     [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileUtils.java 367 * @param extensions an array of extensions, ex. {"java","xml"}. If this
391 * @param extensions an array of extensions, ex. {"java","xml"}. If this
    [all...]
  /packages/services/Mms/src/com/android/mms/service/
MmsService.java     [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.8.0/
sdklib-22.8.0.jar 
  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 98 } catch (SimException ex) {
99 frame.annotate(ex);
100 throw ex;
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MusicService.java     [all...]
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MusicService.java     [all...]
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MusicService.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
TemplateList.java 396 Expression ex = matchPat.getStepPattern(); local
398 if (ex instanceof NodeTest)
400 return ((NodeTest) ex).getDefaultScore();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
org.eclipse.equinox.util_1.0.200.v20100503.jar 
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
TestActivity.java 473 } catch (Exception ex) {
474 updateStatus("[server:] Caught the error: " + ex);
576 } catch (Exception ex) {
577 Log.v(TAG, "ex");

Completed in 1134 milliseconds

<<61626364656667686970>>