/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/ |
D | DialogHelperImpl.java | 82 public void showErrorMessageDialog(int titleId, Exception exception) { in showErrorMessageDialog() argument 83 showErrorMessageDialog(mActivity.getString(titleId), exception); in showErrorMessageDialog() local 87 public void showErrorMessageDialog(String title, Exception exception) { in showErrorMessageDialog() argument 90 bundle.putSerializable(KEY_EXCEPTION, exception); in showErrorMessageDialog() 99 Exception exception = (Exception) args.getSerializable(KEY_EXCEPTION); in handleOnCreateDialog() local 103 .setMessage(convertExceptionToErrorMessage(exception)) in handleOnCreateDialog() 110 private String convertExceptionToErrorMessage(Exception exception) { in convertExceptionToErrorMessage() argument 111 StringBuilder sb = new StringBuilder().append(exception.getClass().getSimpleName()); in convertExceptionToErrorMessage() 112 if (exception.getMessage() != null) { in convertExceptionToErrorMessage() 114 sb.append(exception.getMessage()); in convertExceptionToErrorMessage()
|
D | DialogHelper.java | 26 public void showErrorMessageDialog(int titleId, Exception exception); in showErrorMessageDialog() argument 28 public void showErrorMessageDialog(String title, Exception exception); in showErrorMessageDialog() argument
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | CameraPreview.java | 195 } catch (IOException exception) { in switchCamera() 196 Log.e(TAG, "IOException caused by setPreviewDisplay()", exception); in switchCamera() 254 } catch (IOException exception) { in surfaceCreated() 255 Log.e(TAG, "IOException caused by setPreviewDisplay()", exception); in surfaceCreated()
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
D | CameraFragment.java | 206 } catch (IOException exception) { in switchCamera() 207 Log.e(TAG, "IOException caused by setPreviewDisplay()", exception); in switchCamera() 272 } catch (IOException exception) { in surfaceCreated() 273 Log.e(TAG, "IOException caused by setPreviewDisplay()", exception); in surfaceCreated()
|
D | ContentFragment.java | 256 } catch (NumberFormatException exception) { in processDrop()
|
/development/ndk/platforms/android-21/arch-x86/include/asm/ |
D | kvm.h | 264 __u32 exception; member 311 } exception; member
|
/development/ndk/platforms/android-21/arch-x86_64/include/asm/ |
D | kvm.h | 264 __u32 exception; member 311 } exception; member
|
/development/host/windows/usb/adb_winapi_test/ |
D | SOURCES | 44 # The STL uses C++ exception handling.
|
/development/perftests/panorama/feature_stab/src/dbregtest/ |
D | PgmImage.cpp | 48 throw (std::exception()); in PgmImage()
|
/development/tools/mkstubs/ |
D | README.txt | 67 before the generated throw exception. Any attempt to load such a class should trigger
|
/development/ndk/platforms/android-21/include/linux/ |
D | kvm.h | 204 __u32 exception; member
|
/development/samples/SupportLeanbackShowcase/libs/ |
D | picasso-2.5.2.jar | ... com.squareup.picasso.Picasso$LoadedFrom loadedFrom
Exception exception
int exifRotation
int retryCount
com.squareup.picasso ... |
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | license-LGPL.txt | 271 6. As an exception to the Sections above, you may also combine or 320 reproducing the executable from it. However, as a special exception,
|
/development/tools/checkstyle/ |
D | LICENSE | 271 6. As an exception to the Sections above, you may also combine or 320 reproducing the executable from it. However, as a special exception,
|
D | checkstyle.jar | ... clazz
java.lang.reflect.Constructor declaredConstructor
Throwable exception
String className
public java.lang.Object createModule ( ... |
/development/sdk/ |
D | sdk_files_NOTICE.txt | 797 6. As an exception to the Sections above, you may also combine or 846 reproducing the executable from it. However, as a special exception, 1755 special exception, the source code distributed need not include 2520 6. As an exception to the Sections above, you may also compile or 2561 reproducing the executable from it. However, as a special exception, 2971 6. As an exception to the Sections above, you may also combine or 3020 reproducing the executable from it. However, as a special exception, 4197 special exception, the source code distributed need not include 5127 6. As an exception to the Sections above, you may also compile or 5168 reproducing the executable from it. However, as a special exception, [all …]
|