/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/VirtualDeviceManager/client/src/com/example/android/vdmdemo/client/ |
D | VirtualCameraController.java | 87 } catch (CameraAccessException exception) { in VirtualCameraController() 88 Log.e(TAG, NO_CAMERA_PERMISSION_LOG_MSG, exception); in VirtualCameraController() 99 } catch (CameraAccessException exception) { in getCameraCapabilities() 100 Log.e(TAG, "VDM Client doesn't have camera permission", exception); in getCameraCapabilities() 153 } catch (CameraAccessException exception) { in processRemoteEvent() 154 Log.e(TAG, NO_CAMERA_PERMISSION_LOG_MSG, exception); in processRemoteEvent() 224 } catch (CameraAccessException exception) { 225 Log.e(TAG, NO_CAMERA_PERMISSION_LOG_MSG, exception); 254 } catch (CameraAccessException exception) { 255 Log.e(TAG, NO_CAMERA_PERMISSION_LOG_MSG, exception); [all …]
|
/development/vndk/tools/sourcedr/blueprint/tests/ |
D | test_lexer.py | 147 self.assertEqual(ctx.exception.line, 1) 148 self.assertEqual(ctx.exception.column, 3) 152 self.assertEqual(ctx.exception.line, 1) 153 self.assertEqual(ctx.exception.column, 3) 170 self.assertEqual(ctx.exception.line, 1) 171 self.assertEqual(ctx.exception.column, 2) 220 self.assertEqual(ctx.exception.line, 1) 221 self.assertEqual(ctx.exception.column, 2) 246 self.assertEqual(ctx.exception.line, 1) 247 self.assertEqual(ctx.exception.column, 2) [all …]
|
/development/samples/VirtualDeviceManager/common/src/com/example/android/vdmdemo/common/ |
D | VideoManager.java | 164 } catch (IllegalStateException exception) { in stop() 167 Log.w(TAG, "IllegalStateException while flushing codec", exception); in stop() 246 } catch (CodecException exception) { in onOutputBufferAvailable() 247 Log.e(TAG, "Codec exception ", exception); in onOutputBufferAvailable() 297 } catch (MediaCodec.CodecException exception) { in run() 298 Log.e(TAG, "MediaCodec exception while queuing input", exception); in run()
|
/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/vndk/tools/sourcedr/ninja/tests/ |
D | test_ninja.py | 598 self.assertEqual(input_path, ctx.exception.path) 599 self.assertEqual(1, ctx.exception.line) 600 self.assertEqual(1, ctx.exception.column) 607 self.assertEqual(input_path, ctx.exception.path) 608 self.assertEqual(1, ctx.exception.line) 609 self.assertEqual(1, ctx.exception.column) 616 self.assertEqual(input_path, ctx.exception.path) 617 self.assertEqual(4, ctx.exception.line) 618 self.assertEqual(1, ctx.exception.column) 625 self.assertEqual(input_path, ctx.exception.path) [all …]
|
/development/samples/browseable/NetworkConnect/src/com.example.android.networkconnect/ |
D | NetworkFragment.java | 136 public Result(Exception exception) { in Result() argument 137 mException = exception; in Result()
|
/development/host/windows/usb/adb_winapi_test/ |
D | SOURCES | 44 # The STL uses C++ exception handling.
|
/development/vndk/tools/header-checker/tests/ |
D | test.py | 530 self.assertEqual(assertion.exception.returncode, 1) 536 self.assertEqual(assertion.exception.returncode, 255)
|
/development/tools/mkstubs/ |
D | README.txt | 67 before the generated throw exception. Any attempt to load such a class should trigger
|
/development/tools/logblame/ |
D | sample.txt | 878 Attempt to cast generated internal exception: 962 Attempt to cast generated internal exception: 1150 Attempt to cast generated internal exception: 1250 Attempt to cast generated internal exception: 2161 Attempt to cast generated internal exception: 2250 Attempt to cast generated internal exception: 2429 Attempt to cast generated internal exception: 2545 Attempt to cast generated internal exception: 2718 Attempt to cast generated internal exception: 2828 Attempt to cast generated internal exception:
|
/development/vndk/tools/header-checker/ |
D | README.md | 243 it. The following example shows how to make an exception for the ABI difference
|
/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 …]
|
/development/python-packages/fetchartifact/ |
D | poetry.lock | 424 description = "Backport of PEP 654 (exception groups)"
|
/development/tools/cargo_embargo/testdata/plotters/ |
D | cargo.metadata | 22166 "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
|