Searched refs:ex (Results 101 - 125 of 348) sorted by relevance

1234567891011>>

/frameworks/base/services/java/com/android/server/pm/
H A DInstaller.java58 } catch (IOException ex) {
70 } catch (IOException ex) {
75 } catch (IOException ex) {
80 } catch (IOException ex) {
99 } catch (IOException ex) {
140 } catch (IOException ex) {
186 } catch (NumberFormatException ex) {
/frameworks/base/services/java/com/android/server/firewall/
H A DIntentFirewall.java200 } catch (RemoteException ex) {
201 Slog.e(TAG, "Remote exception while retrieving packages", ex);
305 } catch (FileNotFoundException ex) {
339 } catch (XmlPullParserException ex) {
340 Slog.e(TAG, "Error reading an intent firewall rule from " + rulesFile, ex);
347 } catch (XmlPullParserException ex) {
350 Slog.e(TAG, "Error reading intent firewall rules from " + rulesFile, ex);
352 } catch (IOException ex) {
353 Slog.e(TAG, "Error reading intent firewall rules from " + rulesFile, ex);
358 } catch (IOException ex) {
[all...]
H A DSenderFilter.java49 } catch (RemoteException ex) {
51 ex);
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java18 package com.android.ex.photo.util;
31 import com.android.ex.photo.PhotoViewActivity;
32 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
277 } catch (IllegalArgumentException ex) {
278 Log.e(TAG, "Mailformed data URI: " + ex);
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteOpenHelper.java228 } catch (SQLiteException ex) {
230 throw ex;
233 + " for writing (will try read-only):", ex);
H A DSQLiteDatabase.java779 } catch (RuntimeException ex) {
781 throw ex;
790 } catch (SQLiteDatabaseCorruptException ex) {
794 } catch (SQLiteException ex) {
795 Log.e(TAG, "Failed to open database '" + getLabel() + "'.", ex);
797 throw ex;
849 } catch (RuntimeException ex) {
851 throw ex;
1764 } catch (RuntimeException ex) {
1766 throw ex;
[all...]
/frameworks/ex/chips/tests/src/com/android/ex/chips/
H A DRecipientAlternatesAdapterTest.java17 package com.android.ex.chips;
25 import com.android.ex.chips.RecipientAlternatesAdapter;
26 import com.android.ex.chips.RecipientEntry;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneStateIntentReceiver.java194 } catch (Exception ex) {
195 Rlog.e(LOG_TAG, "[PhoneStateIntentRecv] caught " + ex);
196 ex.printStackTrace();
/frameworks/base/core/java/android/os/
H A DProcess.java398 } catch (ZygoteStartFailedEx ex) {
402 "Starting VM process through Zygote failed", ex);
441 } catch (InterruptedException ex) {
465 } catch (IOException ex) {
533 } catch (IOException ex) {
545 throw new ZygoteStartFailedEx(ex);
/frameworks/base/core/java/android/preference/
H A DGenericInflater.java335 InflateException ex = new InflateException(e.getMessage());
336 ex.initCause(e);
337 throw ex;
339 InflateException ex = new InflateException(
342 ex.initCause(e);
343 throw ex;
/frameworks/base/services/java/com/android/server/power/
H A DNotifier.java150 } catch (RemoteException ex) {
176 } catch (RemoteException ex) {
201 } catch (RemoteException ex) {
216 } catch (RemoteException ex) {
231 } catch (RemoteException ex) {
318 } catch (RemoteException ex) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java117 CommandException ex = new CommandException(
119 AsyncResult.forMessage(result, null, ex);
148 CommandException ex = new CommandException(
150 AsyncResult.forMessage(result, null, ex);
160 CommandException ex = new CommandException(
162 AsyncResult.forMessage(result, null, ex);
191 CommandException ex = new CommandException(
193 AsyncResult.forMessage(result, null, ex);
203 CommandException ex = new CommandException(
205 AsyncResult.forMessage(result, null, ex);
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGatt.java169 } catch (Exception ex) {
170 Log.w(TAG, "Unhandled exception in callback", ex);
296 } catch (Exception ex) {
297 Log.w(TAG, "Unhandled exception in callback", ex);
343 } catch (Exception ex) {
344 Log.w(TAG, "Unhandled exception in callback", ex);
389 } catch (Exception ex) {
390 Log.w(TAG, "Unhandled exception in callback", ex);
420 } catch (Exception ex) {
421 Log.w(TAG, "Unhandled exception in callback", ex);
[all...]
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DToastTest.java70 } catch (IOException ex) {
76 } catch (IOException ex) {
/frameworks/ex/camera2/public/
H A DAndroid.mk20 LOCAL_MODULE := android-ex-camera2
/frameworks/ex/carousel/test/src/com/android/carouseltest/
H A DMusicDemoActivity.java19 import com.android.ex.carousel.CarouselView;
20 import com.android.ex.carousel.CarouselViewHelper;
/frameworks/base/media/java/android/media/
H A DExifInterface.java150 } catch (NumberFormatException ex) {
173 } catch (NumberFormatException ex) {
362 } catch (IllegalArgumentException ex) {
385 } catch (IllegalArgumentException ex) {
/frameworks/base/telephony/java/android/telephony/
H A DCellLocation.java47 } catch (RemoteException ex) {
/frameworks/base/telephony/java/android/telephony/gsm/
H A DGsmCellLocation.java108 } catch (ClassCastException ex) {
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DBufferPool.java53 } catch (InterruptedException ex) {
H A DTransport.java153 } catch (IOException ex) {
154 mLogger.logError("Send message failed: " + ex);
310 } catch (IOException ex) {
311 mLogger.logError("Read failed: " + ex);
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DUsbAccessoryStreamTransport.java48 } catch (IOException ex) {
/frameworks/ex/chips/src/com/android/ex/chips/
H A DSingleRecipientArrayAdapter.java17 package com.android.ex.chips;
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DSingleThreadedMediaPlayerProxy.java17 package com.android.ex.variablespeed;
H A DVariableSpeedNative.java17 package com.android.ex.variablespeed;

Completed in 701 milliseconds

1234567891011>>