/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/ |
D | RemoteXmlPullParserAdapter.java | 43 throw new RuntimeException(e); in setFeature() 52 throw new RuntimeException(e); in getFeature() 61 throw new RuntimeException(e); in setProperty() 70 throw new RuntimeException(e); in getProperty() 79 throw new RuntimeException(e); in setInput() 89 throw new RuntimeException(e); in setInput() 98 throw new RuntimeException(e); in getInputEncoding() 108 throw new RuntimeException(e); in defineEntityReplacementText() 117 throw new RuntimeException(e); in getNamespaceCount() 126 throw new RuntimeException(e); in getNamespacePrefix() [all …]
|
D | RemoteRenderResourcesAdapter.java | 49 throw new RuntimeException(e); in getDefaultTheme() 58 throw new RuntimeException(e); in applyStyle() 67 throw new RuntimeException(e); in clearStyles() 78 throw new RuntimeException(e); in getAllThemes() 87 throw new RuntimeException(e); in findItemInTheme() 97 throw new RuntimeException(e); in findItemInStyle() 107 throw new RuntimeException(e); in dereference() 117 throw new RuntimeException(e); in getUnresolvedResource() 127 throw new RuntimeException(e); in resolveResValue() 137 throw new RuntimeException(e); in getParent() [all …]
|
D | RemoteActionBarCallbackAdapter.java | 39 throw new RuntimeException(e); in getMenuIds() 48 throw new RuntimeException(e); in getSplitActionBarWhenNarrow() 57 throw new RuntimeException(e); in getNavigationMode() 66 throw new RuntimeException(e); in getSubTitle() 75 throw new RuntimeException(e); in getHomeButtonStyle() 84 throw new RuntimeException(e); in isOverflowPopupNeeded()
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | MessageQueueTest.java | 45 failure(new RuntimeException( in handleMessage() 50 failure(new RuntimeException( in handleMessage() 58 failure(new RuntimeException( in handleMessage() 125 failure(new RuntimeException( in handleMessage() 130 failure(new RuntimeException( in handleMessage() 138 failure(new RuntimeException( in handleMessage() 173 failure(new RuntimeException( in testFieldIntegrity() 177 failure(new RuntimeException(String.format( in testFieldIntegrity() 181 failure(new RuntimeException(String.format( in testFieldIntegrity() 185 failure(new RuntimeException(String.format( in testFieldIntegrity() [all …]
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | NativeProgram.java | 43 … throw new RuntimeException("Could not find native library named '" + fullLibName + "' " + in NativeProgram() 50 throw new RuntimeException("Could not find native program function name " + in NativeProgram() 72 throw new RuntimeException("Could not initialize NativeProgram!"); in NativeProgram() 79 throw new RuntimeException("Could not tear down NativeProgram!"); in tearDown() 88 throw new RuntimeException("Could not reset NativeProgram!"); in reset() 100 throw new RuntimeException("NativeProgram already torn down!"); in process() 107 throw new RuntimeException("NativeProgram got non-native frame as input "+ i +"!"); in process() 116 throw new RuntimeException("NativeProgram got non-native output frame!"); in process() 121 throw new RuntimeException("Calling native process() caused error!"); in process() 128 throw new RuntimeException("NativeProgram already torn down!"); in setHostValue() [all …]
|
D | VertexFrame.java | 40 throw new RuntimeException("Could not allocate vertex frame!"); in VertexFrame() 58 throw new RuntimeException("Vertex frames do not support reading data!"); in getObjectValue() 65 throw new RuntimeException("Could not set int values for vertex frame!"); in setInts() 71 throw new RuntimeException("Vertex frames do not support reading data!"); in getInts() 78 throw new RuntimeException("Could not set int values for vertex frame!"); in setFloats() 84 throw new RuntimeException("Vertex frames do not support reading data!"); in getFloats() 92 throw new RuntimeException("Data size in setData does not match vertex frame size!"); in setData() 94 throw new RuntimeException("Could not set vertex frame data!"); in setData() 100 throw new RuntimeException("Vertex frames do not support reading data!"); in getData() 105 throw new RuntimeException("Unsupported: Cannot set vertex frame bitmap value!"); in setBitmap() [all …]
|
D | NativeFrame.java | 78 throw new RuntimeException("Attempting to get object data from frame that does " + in getObjectValue() 84 throw new RuntimeException("NativeFrame object class must be a subclass of " + in getObjectValue() 93 throw new RuntimeException("Could not instantiate new structure instance of type '" + in getObjectValue() 99 throw new RuntimeException("Could not get the native structured data for frame!"); in getObjectValue() 112 throw new RuntimeException( in setInts() 116 throw new RuntimeException("Could not set int values for native frame!"); in setInts() 129 throw new RuntimeException( in setFloats() 133 throw new RuntimeException("Could not set int values for native frame!"); in setFloats() 149 throw new RuntimeException("Offset and length exceed buffer size in native setData: " + in setData() 153 throw new RuntimeException("Data size in setData does not match native frame size: " + in setData() [all …]
|
D | GLEnvironment.java | 58 throw new RuntimeException("Could not initialize GLEnvironment with new context!"); in initWithNewContext() 65 throw new RuntimeException("Could not initialize GLEnvironment with current context!"); in initWithCurrentContext() 88 throw new RuntimeException("Could not activate GLEnvironment!"); in activate() 95 throw new RuntimeException("Could not deactivate GLEnvironment!"); in deactivate() 102 throw new RuntimeException("Error swapping EGL buffers!"); in swapBuffers() 109 throw new RuntimeException("Error registering surface " + surface + "!"); in registerSurface() 119 throw new RuntimeException("Error registering surfaceTexture " + surfaceTexture + "!"); in registerSurfaceTexture() 128 throw new RuntimeException("Error registering surface from " in registerSurfaceFromMediaRecorder() 137 throw new RuntimeException("Could not activate surface " + surfaceId + "!"); in activateSurfaceWithId() 144 throw new RuntimeException("Could not unregister surface " + surfaceId + "!"); in unregisterSurfaceId() [all …]
|
D | GLFrame.java | 104 throw new RuntimeException("Attempting to create GL frame with unknown binding type " in init() 113 throw new RuntimeException("Could not allocate external GL frame!"); in initNew() 117 throw new RuntimeException("Could not allocate GL frame!"); in initNew() 126 throw new RuntimeException("Could not allocate texture backed GL frame!"); in initWithTexture() 136 throw new RuntimeException("Could not allocate FBO backed GL frame!"); in initWithFbo() 175 throw new RuntimeException("Could not set int values for GL frame!"); in setInts() 191 throw new RuntimeException("Could not set int values for GL frame!"); in setFloats() 208 throw new RuntimeException("Data size in setData does not match GL frame size!"); in setData() 210 throw new RuntimeException("Could not set GL frame data!"); in setData() 228 throw new RuntimeException("Bitmap dimensions do not match GL frame dimensions!"); in setBitmap() [all …]
|
D | ShaderProgram.java | 55 throw new RuntimeException("Could not compile and link shader!"); in ShaderProgram() 64 throw new RuntimeException("Could not compile and link shader!"); in ShaderProgram() 101 throw new RuntimeException("ShaderProgram got non-GL frame as input " + i + "!"); in process() 110 throw new RuntimeException("ShaderProgram got non-GL output frame!"); in process() 122 throw new RuntimeException("Error executing ShaderProgram!"); in process() 134 throw new RuntimeException("Error setting uniform value for variable '" + in setHostValue() 146 throw new RuntimeException("Error setting attribute value for attribute '" + in setAttributeValues() 165 throw new RuntimeException("Error setting attribute value for attribute '" + in setAttributeValues() 196 throw new RuntimeException("Could not set clears-output flag to " + clears + "!"); in setClearsOutput() 202 … throw new RuntimeException("Could not set clear color to " + r + "," + g + "," + b + "!"); in setClearColor() [all …]
|
D | SyncRunner.java | 58 … throw new RuntimeException("Scheduler does not have constructor <init>(FilterGraph)!", e); in SyncRunner() 60 throw new RuntimeException("Could not instantiate the Scheduler instance!", e); in SyncRunner() 62 throw new RuntimeException("Cannot access Scheduler constructor!", e); in SyncRunner() 64 throw new RuntimeException("Scheduler constructor threw an exception", e); in SyncRunner() 66 throw new RuntimeException("Could not instantiate Scheduler", e); in SyncRunner() 92 throw new RuntimeException("Trying to process graph that is not open!"); in step() 150 throw new RuntimeException("SyncRunner does not support stopping a graph!"); in stop() 166 throw new RuntimeException("There was an error executing " + filter + "!"); in processFilterNode() 222 throw new RuntimeException("Attempting to run schedule with no scheduler in place!"); in assertReadyToStep() 224 throw new RuntimeException("Calling step on scheduler with no graph in place!"); in assertReadyToStep()
|
/frameworks/base/core/java/android/os/image/ |
D | DynamicSystemManager.java | 70 throw new RuntimeException(e.toString()); in setAshmem() 86 throw new RuntimeException(e.toString()); in submitFromAshmem() 102 throw new RuntimeException(e.toString()); in getAvbPublicKey() 117 throw new RuntimeException(e.toString()); in commit() 131 throw new RuntimeException(e.toString()); in startInstallation() 154 throw new RuntimeException(e.toString()); in createPartition() 166 throw new RuntimeException(e.toString()); in finishInstallation() 182 throw new RuntimeException(e.toString()); in getInstallationProgress() 199 throw new RuntimeException(e.toString()); in abort() 209 throw new RuntimeException(e.toString()); in isInUse() [all …]
|
/frameworks/base/core/java/android/content/res/ |
D | TypedArray.java | 157 throw new RuntimeException("Cannot make calls to a recycled instance!"); in length() 171 throw new RuntimeException("Cannot make calls to a recycled instance!"); in getIndexCount() 190 throw new RuntimeException("Cannot make calls to a recycled instance!"); in getIndex() 203 throw new RuntimeException("Cannot make calls to a recycled instance!"); in getResources() 224 throw new RuntimeException("Cannot make calls to a recycled instance!"); in getText() 242 throw new RuntimeException("getText of bad type: 0x" + Integer.toHexString(type)); in getText() 261 throw new RuntimeException("Cannot make calls to a recycled instance!"); in getString() 280 throw new RuntimeException("getString of bad type: 0x" + Integer.toHexString(type)); in getString() 300 throw new RuntimeException("Cannot make calls to a recycled instance!"); in getNonResourceString() 332 throw new RuntimeException("Cannot make calls to a recycled instance!"); in getNonConfigurationString() [all …]
|
/frameworks/base/media/lib/tvremote/api/ |
D | current.txt | 6 method public void clearInputBridge(android.os.IBinder) throws java.lang.RuntimeException; 7 method public void closeInputBridge(android.os.IBinder) throws java.lang.RuntimeException; 11 …openRemoteInputBridge(android.os.IBinder, String, int, int, int) throws java.lang.RuntimeException; 12 method public void sendKeyDown(android.os.IBinder, int) throws java.lang.RuntimeException; 13 method public void sendKeyUp(android.os.IBinder, int) throws java.lang.RuntimeException; 14 …d public void sendPointerDown(android.os.IBinder, int, int, int) throws java.lang.RuntimeException; 15 method public void sendPointerSync(android.os.IBinder) throws java.lang.RuntimeException; 16 method public void sendPointerUp(android.os.IBinder, int) throws java.lang.RuntimeException; 17 method public void sendTimestamp(android.os.IBinder, long) throws java.lang.RuntimeException;
|
/frameworks/base/identity/java/android/security/identity/ |
D | CredstoreIdentityCredential.java | 103 throw new RuntimeException("Unexpected RemoteException ", e); in ensureEphemeralKeyPair() 105 throw new RuntimeException("Unexpected ServiceSpecificException with code " in ensureEphemeralKeyPair() 112 throw new RuntimeException("Unexpected exception ", e); in ensureEphemeralKeyPair() 130 throw new RuntimeException("Unexpected RemoteException ", e); in setReaderEphemeralPublicKey() 132 throw new RuntimeException("Unexpected ServiceSpecificException with code " in setReaderEphemeralPublicKey() 159 throw new RuntimeException("Error performing key agreement", e); in setReaderEphemeralPublicKey() 181 throw new RuntimeException("Error encrypting message", e); in encryptMessageToReader() 223 throw new RuntimeException("Error decoding certificates", e); in getCredentialKeyCertificateChain() 232 throw new RuntimeException("Unexpected RemoteException ", e); in getCredentialKeyCertificateChain() 234 throw new RuntimeException("Unexpected ServiceSpecificException with code " in getCredentialKeyCertificateChain() [all …]
|
D | CredstoreIdentityCredentialStore.java | 50 throw new RuntimeException("Unexpected RemoteException ", e); in getInstanceForType() 55 throw new RuntimeException("Unexpected ServiceSpecificException with code " in getInstanceForType() 93 throw new RuntimeException("Unexpected RemoteException ", e); in getSupportedDocTypes() 95 throw new RuntimeException("Unexpected ServiceSpecificException with code " in getSupportedDocTypes() 109 throw new RuntimeException("Unexpected RemoteException ", e); in createCredential() 116 throw new RuntimeException("Unexpected ServiceSpecificException with code " in createCredential() 131 throw new RuntimeException("Unexpected RemoteException ", e); in getCredentialByName() 138 throw new RuntimeException("Unexpected ServiceSpecificException with code " in getCredentialByName() 159 throw new RuntimeException("Unexpected RemoteException ", e); in deleteCredentialByName() 161 throw new RuntimeException("Unexpected ServiceSpecificException with code " in deleteCredentialByName()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsMmTelManager.java | 378 throw new RuntimeException("Could not find Telephony Service."); in unregisterImsRegistrationCallback() 410 throw new RuntimeException("Could not find Telephony Service."); in unregisterImsRegistrationCallback() 438 throw new RuntimeException("Could not find Telephony Service."); in getRegistrationState() 478 throw new RuntimeException("Could not find Telephony Service."); in getRegistrationTransportType() 592 throw new RuntimeException("Could not find Telephony Service."); in unregisterMmTelCapabilityCallback() 642 throw new RuntimeException("Could not find Telephony Service."); in isAdvancedCallingSettingEnabled() 652 throw new RuntimeException(e.getMessage()); in isAdvancedCallingSettingEnabled() 688 throw new RuntimeException("Could not find Telephony Service."); in setAdvancedCallingSettingEnabled() 698 throw new RuntimeException(e.getMessage()); in setAdvancedCallingSettingEnabled() 733 throw new RuntimeException("Could not find Telephony Service."); in isCapable() [all …]
|
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsSmsImplBase.java | 169 } catch (RuntimeException e) { in sendSms() 223 throws RuntimeException { in onSmsReceived() 226 throw new RuntimeException("Feature not ready."); in onSmsReceived() 258 @IntRange(from = 0, to = 65535) int messageRef) throws RuntimeException { in onSendSmsResultSuccess() 261 throw new RuntimeException("Feature not ready."); in onSendSmsResultSuccess() 292 @SendStatusResult int status, @SmsManager.Result int reason) throws RuntimeException { in onSendSmsResult() 295 throw new RuntimeException("Feature not ready."); in onSendSmsResult() 326 @SmsManager.Result int reason, int networkErrorCode) throws RuntimeException { in onSendSmsResultError() 329 throw new RuntimeException("Feature not ready."); in onSendSmsResultError() 361 byte[] pdu) throws RuntimeException { in onSmsStatusReportReceived() [all …]
|
/frameworks/base/core/java/android/os/ |
D | RemoteException.java | 41 public RuntimeException rethrowAsRuntimeException() { in rethrowAsRuntimeException() 42 throw new RuntimeException(this); in rethrowAsRuntimeException() 59 public RuntimeException rethrowFromSystemServer() { in rethrowFromSystemServer() 61 throw new RuntimeException(new DeadSystemException()); in rethrowFromSystemServer() 63 throw new RuntimeException(this); in rethrowFromSystemServer()
|
D | IncidentManager.java | 190 throw new RuntimeException("Invalid URI: No " + URI_PARAM_FLAGS in PendingReport() 197 throw new RuntimeException("Invalid URI: No " + URI_PARAM_CALLING_PACKAGE in PendingReport() 206 throw new RuntimeException("Invalid URI: No " + URI_PARAM_TIMESTAMP in PendingReport() 460 throw new RuntimeException("Do not reuse AuthListener objects when calling" in requestAuthorization() 468 throw new RuntimeException(ex); in requestAuthorization() 481 throw new RuntimeException(ex); in cancelAuthorization() 494 throw new RuntimeException(ex); in getPendingReports() 513 throw new RuntimeException(ex); in approveReport() 526 throw new RuntimeException(ex); in denyReport() 549 throw new RuntimeException("System server or incidentd going down", ex); in getIncidentReportList() [all …]
|
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/ |
D | RemoteRenderSessionAdapter.java | 42 throw new RuntimeException(e); in getResult() 51 throw new RuntimeException(e); in getImage() 60 throw new RuntimeException(e); in setSystemTimeNanos() 69 throw new RuntimeException(e); in setSystemBootTimeNanos() 78 throw new RuntimeException(e); in setElapsedFrameTimeNanos() 87 throw new RuntimeException(e); in render() 108 throw new RuntimeException(e); in dispose()
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | CameraExceptionHandler.java | 35 RuntimeException e, String commandHistory, int action, int state) { 39 public void onDispatchThreadException(RuntimeException e) { 50 RuntimeException e, String commandHistory, int action, int state); in onCameraException() 51 public void onDispatchThreadException(RuntimeException e); in onDispatchThreadException() 98 final RuntimeException ex, final String commandHistory, in onCameraException() 114 public void onDispatchThreadException(final RuntimeException ex) { in onDispatchThreadException()
|
D | CameraAgent.java | 296 } catch (final RuntimeException ex) { in openCamera() 330 } catch (final RuntimeException ex) { in closeCamera() 428 } catch (final RuntimeException ex) { in reconnect() 452 } catch (final RuntimeException ex) { in unlock() 468 } catch (final RuntimeException ex) { in lock() 503 } catch (final RuntimeException ex) { in setPreviewTexture() 537 } catch (final RuntimeException ex) { in setPreviewTextureSync() 556 } catch (final RuntimeException ex) { in setPreviewDisplay() 572 } catch (final RuntimeException ex) { in startPreview() 590 } catch (final RuntimeException ex) { in startPreviewWithCallback() [all …]
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | EventsTest.java | 91 mFuture.setException(new RuntimeException(e)); in run() 121 mFuture.setException(new RuntimeException(e)); in run() 144 mFuture.setException(new RuntimeException(e)); in run() 167 mFuture.setException(new RuntimeException(e)); in run() 287 mFuture.setException(new RuntimeException(e)); in testStartCancel() 308 mFuture.setException(new RuntimeException(e)); in testStartEnd() 329 mFuture.setException(new RuntimeException(e)); in testStartDelayedCancel() 350 mFuture.setException(new RuntimeException(e)); in testStartDelayedEnd() 371 mFuture.setException(new RuntimeException(e)); in testPlayingCancel() 392 mFuture.setException(new RuntimeException(e)); in testPlayingEnd() [all …]
|
/frameworks/base/media/lib/tvremote/java/com/android/media/tv/remoteprovider/ |
D | TvRemoteProvider.java | 127 int maxPointers) throws RuntimeException { in openRemoteInputBridge() 141 public void closeInputBridge(IBinder token) throws RuntimeException { in closeInputBridge() 157 public void clearInputBridge(IBinder token) throws RuntimeException { in clearInputBridge() 174 public void sendTimestamp(IBinder token, long timestamp) throws RuntimeException { in sendTimestamp() 191 public void sendKeyUp(IBinder token, int keyCode) throws RuntimeException { in sendKeyUp() 207 public void sendKeyDown(IBinder token, int keyCode) throws RuntimeException { in sendKeyDown() 225 public void sendPointerUp(IBinder token, int pointerId) throws RuntimeException { in sendPointerUp() 246 throws RuntimeException { in sendPointerDown() 262 public void sendPointerSync(IBinder token) throws RuntimeException { in sendPointerSync()
|