package android.content; /* * #%L * Matos * $Id:$ * $HeadURL:$ * %% * Copyright (C) 2010 - 2014 Orange SA * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * #L% */ @com.francetelecom.rd.stubs.annotation.ClassDone(0) public final class ComponentName implements java.lang.Comparable<ComponentName>, android.os.Parcelable, java.lang.Cloneable { // Fields public static final android.os.Parcelable.Creator<ComponentName> CREATOR = null; // Constructors @com.francetelecom.rd.stubs.annotation.ArgsRule(value = "ComponentName-1", pos = {0, 1, 2}, report = "-") public ComponentName(java.lang.String arg1, java.lang.String arg2){ } @com.francetelecom.rd.stubs.annotation.ArgsRule(value = "ComponentName-2", pos = {0, 2}, report = "-") public ComponentName(Context arg1, java.lang.String arg2){ } @com.francetelecom.rd.stubs.annotation.ArgsRule(value = "ComponentName-3", pos = {0, 2}, report = "-") public ComponentName(Context arg1, java.lang.Class<?> arg2){ } @com.francetelecom.rd.stubs.annotation.ArgsRule(value = "ComponentName-4", pos = {0, 1}, report = "-") public ComponentName(android.os.Parcel arg1){ } private ComponentName(java.lang.String arg1, android.os.Parcel arg2){ } // Methods public boolean equals(java.lang.Object arg1){ return false; } public java.lang.String toString(){ return (java.lang.String) null; } public int hashCode(){ return 0; } public ComponentName clone(){ return (ComponentName) null; } public int compareTo(ComponentName arg1){ return 0; } public java.lang.String getClassName(){ return (java.lang.String) null; } public java.lang.String getPackageName(){ return (java.lang.String) null; } public void writeToParcel(android.os.Parcel arg1, int arg2){ } public static void writeToParcel(ComponentName arg1, android.os.Parcel arg2){ } public int describeContents(){ return 0; } public static ComponentName readFromParcel(android.os.Parcel arg1){ return (ComponentName) null; } public java.lang.String toShortString(){ return (java.lang.String) null; } public java.lang.String flattenToString(){ return (java.lang.String) null; } public static ComponentName unflattenFromString(java.lang.String arg1){ return (ComponentName) null; } public java.lang.String flattenToShortString(){ return (java.lang.String) null; } public java.lang.String getShortClassName(){ return (java.lang.String) null; } }