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

<<71727374757677787980>>

  /frameworks/base/core/tests/coretests/src/android/hardware/display/
VirtualDisplayTest.java 329 } catch (InterruptedException ex) {
396 } catch (InterruptedException ex) {
  /frameworks/base/core/tests/inputmethodtests/src/android/os/
SparseRectFArrayTest.java 235 } catch (IllegalArgumentException ex) {
243 } catch (IllegalArgumentException ex) {
  /frameworks/base/services/core/java/com/android/server/am/
ProcessList.java 635 } catch (IOException ex) {
661 } catch (IOException ex) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccFileHandler.java 310 private void sendResult(Message response, Object result, Throwable ex) {
315 AsyncResult.forMessage(response, result, ex);
505 * Ex: For EF_ADN on a SIM, it will return "3F007F10"
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneData.java 356 } catch (IOException ex) {
464 } catch (IOException ex) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
BufferedReaderTest.java 283 } catch (IOException ex) {
284 fail("Unexpected IOException : " + ex.getLocalizedMessage());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLSocketTest.java 570 } catch (Exception ex) {
571 exception = ex;
  /libcore/libart/src/main/java/java/lang/
Thread.java     [all...]
  /libcore/luni/src/main/java/java/net/
InetAddress.java 339 } catch (UnknownHostException ex) {
352 } catch (UnknownHostException ex) {
    [all...]
  /libcore/luni/src/main/java/java/util/
Properties.java 231 } catch (IOException ex) {
233 throw new AssertionError(ex);
  /libcore/luni/src/main/java/org/xml/sax/helpers/
ParserAdapter.java 586 for (SAXParseException ex : exceptions) {
587 errorHandler.error(ex);
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 627 } catch (IOException ex) {
628 throw new CertificateException("IO problem", ex);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppUtility.java 203 } catch (ActivityNotFoundException ex) {
204 if (V) Log.d(TAG, "no activity for handling ACTION_VIEW intent: " + mimetype, ex);
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackFragment.java 47 import com.android.ex.variablespeed.MediaPlayerProxy;
48 import com.android.ex.variablespeed.VariableSpeed;
VoicemailPlaybackPresenter.java 33 import com.android.ex.variablespeed.MediaPlayerProxy;
34 import com.android.ex.variablespeed.SingleThreadedMediaPlayerProxy;
  /packages/apps/FMRadio/src/com/android/fmradio/
FmRecorder.java 530 } catch (IllegalStateException ex) {
531 Log.e(TAG, "stopRecorder, IllegalStateException ocurr " + ex);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java 278 } catch (IOException ex) {
279 Log.e(TAG, "loadIndex failed.", ex);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DecodeUtils.java 107 } catch (Exception ex) {
108 Log.w(TAG, ex);
  /packages/apps/Mms/src/com/android/mms/ui/
RecipientsEditor.java 45 import com.android.ex.chips.DropdownChipLayouter;
46 import com.android.ex.chips.RecipientEditTextView;
  /packages/apps/Mms/src/com/android/mms/util/
BlobCache.java 279 } catch (IOException ex) {
280 Log.e(TAG, "loadIndex failed.", ex);
ThumbnailManager.java 364 } catch (RuntimeException ex) {
369 } catch (RuntimeException ex) {
  /packages/apps/Music/src/com/android/music/
AudioPreview.java 112 } catch (Exception ex) {
117 Log.d(TAG, "Failed to open file: " + ex);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java 399 } catch (RuntimeException ex) {
402 Log.e(TAG, "Failed to start " + intent.toUri(0), ex);
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationStation.java 238 } catch (PackageManager.NameNotFoundException ex) {
239 Log.e(TAG, "Icon package not found: " + pkg, ex);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DrawableLoader.java 245 } catch (RuntimeException ex) {
246 Log.e(TAG, "RuntimeException" + ex + ", trying decodeStream again");

Completed in 1092 milliseconds

<<71727374757677787980>>