HomeSort by relevance Sort by last modified time
    Searched defs:CloneNotSupportedException (Results 1 - 21 of 21) sorted by null

  /libcore/luni/src/main/java/java/lang/
CloneNotSupportedException.java 26 public class CloneNotSupportedException extends Exception {
31 * Constructs a new {@code CloneNotSupportedException} that includes the
34 public CloneNotSupportedException() {
38 * Constructs a new {@code CloneNotSupportedException} with the current
44 public CloneNotSupportedException(String detailMessage) {
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MyMessageDigest2.java 69 public Object clone() throws CloneNotSupportedException {
70 throw new CloneNotSupportedException();
  /external/apache-http/src/org/apache/http/client/utils/
CloneUtils.java 40 public static Object clone(final Object obj) throws CloneNotSupportedException {
56 if (cause instanceof CloneNotSupportedException) {
57 throw ((CloneNotSupportedException) cause);
65 throw new CloneNotSupportedException();
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyMessageDigest2.java 70 public Object clone() throws CloneNotSupportedException {
71 throw new CloneNotSupportedException();
  /libcore/luni/src/main/java/java/security/
SignatureSpi.java 309 public Object clone() throws CloneNotSupportedException {
313 throw new CloneNotSupportedException();
MessageDigest.java 349 } catch (CloneNotSupportedException e) {
355 public Object clone() throws CloneNotSupportedException {
359 throw new CloneNotSupportedException();
422 public Object clone() throws CloneNotSupportedException {
428 throw new CloneNotSupportedException();
Signature.java 578 public Object clone() throws CloneNotSupportedException {
582 throw new CloneNotSupportedException();
657 public Object clone() throws CloneNotSupportedException {
662 throw new CloneNotSupportedException();
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/forwarder/
ForwarderManager.java 92 public Object clone() throws CloneNotSupportedException {
93 throw new CloneNotSupportedException();
  /frameworks/base/core/java/android/bluetooth/
BluetoothTetheringDataTracker.java 79 public Object Clone() throws CloneNotSupportedException {
80 throw new CloneNotSupportedException();
  /frameworks/base/core/java/android/net/
EthernetDataTracker.java 177 public Object Clone() throws CloneNotSupportedException {
178 throw new CloneNotSupportedException();
  /frameworks/base/media/java/android/media/
JetPlayer.java 22 import java.lang.CloneNotSupportedException;
150 public Object clone() throws CloneNotSupportedException {
153 throw new CloneNotSupportedException();
RemoteControlClient.java 319 public Object clone() throws CloneNotSupportedException {
320 throw new CloneNotSupportedException();
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipProviderImpl.java 212 protected Object clone() throws java.lang.CloneNotSupportedException {
213 throw new java.lang.CloneNotSupportedException();
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 434 milliseconds