Home | History | Annotate | Download | only in tools-common

META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/android/annotations/
com/android/annotations/Nullable.class
Nullable.java
package com.android.annotations
public abstract com.android.annotations.Nullable extends java.lang.Object implements java.lang.annotation.Annotation  {
}

com/android/annotations/VisibleForTesting$Visibility.class
VisibleForTesting.java
package com.android.annotations
public final com.android.annotations.VisibleForTesting$Visibility extends java.lang.Enum {
	public static final com.android.annotations.VisibleForTesting$Visibility PROTECTED
	public static final com.android.annotations.VisibleForTesting$Visibility PACKAGE
	public static final com.android.annotations.VisibleForTesting$Visibility PRIVATE
	private static final com.android.annotations.VisibleForTesting$Visibility[] $VALUES
	public static com.android.annotations.VisibleForTesting$Visibility[] values () 
	public static com.android.annotations.VisibleForTesting$Visibility valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int) 
	static void  () 
}

com/android/annotations/VisibleForTesting.class
VisibleForTesting.java
package com.android.annotations
public abstract com.android.annotations.VisibleForTesting extends java.lang.Object implements java.lang.annotation.Annotation  {
	public abstract com.android.annotations.VisibleForTesting$Visibility visibility () 
}

com/android/resources/
com/android/resources/Density.class
Density.java
package com.android.resources
public final com.android.resources.Density extends java.lang.Enum implements com.android.resources.ResourceEnum  {
	public static final com.android.resources.Density XHIGH
	public static final com.android.resources.Density HIGH
	public static final com.android.resources.Density MEDIUM
	public static final com.android.resources.Density LOW
	public static final com.android.resources.Density NODPI
	public static final int DEFAULT_DENSITY
	private final String mValue
	private final String mDisplayValue
	private final int mDensity
	private static final com.android.resources.Density[] $VALUES
	public static com.android.resources.Density[] values () 
	public static com.android.resources.Density valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String, java.lang.String, int) 
		String value
		String displayValue
		int density
	public static com.android.resources.Density getEnum (java.lang.String) 
		com.android.resources.Density orient
		com.android.resources.Density[] arr$
		int len$
		int i$
		String value
	public static com.android.resources.Density getEnum (int) 
		com.android.resources.Density d
		com.android.resources.Density[] arr$
		int len$
		int i$
		int value
	public java.lang.String getResourceValue () 
	public int getDpiValue () 
	public java.lang.String getLegacyValue () 
	public java.lang.String getShortDisplayValue () 
	public java.lang.String getLongDisplayValue () 
	public static int getIndex (com.android.resources.Density) 
		com.android.resources.Density input
		com.android.resources.Density[] arr$
		int len$
		int i$
		com.android.resources.Density value
		int i
	public static com.android.resources.Density getByIndex (int) 
		com.android.resources.Density value
		com.android.resources.Density[] arr$
		int len$
		int i$
		int index
		int i
	public boolean isFakeValue () 
	public boolean isValidValueForDevice () 
	static void  () 
}

com/android/resources/DockMode.class
DockMode.java
package com.android.resources
public final com.android.resources.DockMode extends java.lang.Enum implements com.android.resources.ResourceEnum  {
	public static final com.android.resources.DockMode NONE
	public static final com.android.resources.DockMode CAR
	public static final com.android.resources.DockMode DESK
	private final String mValue
	private final String mDisplayValue
	private static final com.android.resources.DockMode[] $VALUES
	public static com.android.resources.DockMode[] values () 
	public static com.android.resources.DockMode valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String, java.lang.String) 
		String value
		String display
	public static com.android.resources.DockMode getEnum (java.lang.String) 
		com.android.resources.DockMode mode
		com.android.resources.DockMode[] arr$
		int len$
		int i$
		String value
	public java.lang.String getResourceValue () 
	public java.lang.String getShortDisplayValue () 
	public java.lang.String getLongDisplayValue () 
	public static int getIndex (com.android.resources.DockMode) 
		com.android.resources.DockMode mode
		com.android.resources.DockMode[] arr$
		int len$
		int i$
		com.android.resources.DockMode value
		int i
	public static com.android.resources.DockMode getByIndex (int) 
		com.android.resources.DockMode value
		com.android.resources.DockMode[] arr$
		int len$
		int i$
		int index
		int i
	public boolean isFakeValue () 
	public boolean isValidValueForDevice () 
	static void  () 
}

com/android/resources/Keyboard.class
Keyboard.java
package com.android.resources
public final com.android.resources.Keyboard extends java.lang.Enum implements com.android.resources.ResourceEnum  {
	public static final com.android.resources.Keyboard NOKEY
	public static final com.android.resources.Keyboard QWERTY
	public static final com.android.resources.Keyboard TWELVEKEY
	private final String mValue
	private final String mValue2
	private final String mShortDisplayValue
	private final String mLongDisplayValue
	private static final com.android.resources.Keyboard[] $VALUES
	public static com.android.resources.Keyboard[] values () 
	public static com.android.resources.Keyboard valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String) 
		String value
		String value2
		String shortDisplayValue
		String longDisplayValue
	public static com.android.resources.Keyboard getEnum (java.lang.String) 
		com.android.resources.Keyboard kbrd
		com.android.resources.Keyboard[] arr$
		int len$
		int i$
		String value
	public java.lang.String getResourceValue () 
	public java.lang.String getShortDisplayValue () 
	public java.lang.String getLongDisplayValue () 
	public static int getIndex (com.android.resources.Keyboard) 
		com.android.resources.Keyboard input
		com.android.resources.Keyboard[] arr$
		int len$
		int i$
		com.android.resources.Keyboard value
		int i
	public static com.android.resources.Keyboard getByIndex (int) 
		com.android.resources.Keyboard value
		com.android.resources.Keyboard[] arr$
		int len$
		int i$
		int index
		int i
	public boolean isFakeValue () 
	public boolean isValidValueForDevice () 
	static void  () 
}

com/android/resources/KeyboardState.class
KeyboardState.java
package com.android.resources
public final com.android.resources.KeyboardState extends java.lang.Enum implements com.android.resources.ResourceEnum  {
	public static final com.android.resources.KeyboardState EXPOSED
	public static final com.android.resources.KeyboardState HIDDEN
	public static final com.android.resources.KeyboardState SOFT
	private final String mValue
	private final String mShortDisplayValue
	private final String mLongDisplayValue
	private static final com.android.resources.KeyboardState[] $VALUES
	public static com.android.resources.KeyboardState[] values () 
	public static com.android.resources.KeyboardState valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String, java.lang.String, java.lang.String) 
		String value
		String shortDisplayValue
		String longDisplayValue
	public static com.android.resources.KeyboardState getEnum (java.lang.String) 
		com.android.resources.KeyboardState state
		com.android.resources.KeyboardState[] arr$
		int len$
		int i$
		String value
	public java.lang.String getResourceValue () 
	public java.lang.String getShortDisplayValue () 
	public java.lang.String getLongDisplayValue () 
	public static int getIndex (com.android.resources.KeyboardState) 
		com.android.resources.KeyboardState input
		com.android.resources.KeyboardState[] arr$
		int len$
		int i$
		com.android.resources.KeyboardState value
		int i
	public static com.android.resources.KeyboardState getByIndex (int) 
		com.android.resources.KeyboardState value
		com.android.resources.KeyboardState[] arr$
		int len$
		int i$
		int index
		int i
	public boolean isFakeValue () 
	public boolean isValidValueForDevice () 
	static void  () 
}

com/android/resources/Navigation.class
Navigation.java
package com.android.resources
public final com.android.resources.Navigation extends java.lang.Enum implements com.android.resources.ResourceEnum  {
	public static final com.android.resources.Navigation NONAV
	public static final com.android.resources.Navigation DPAD
	public static final com.android.resources.Navigation TRACKBALL
	public static final com.android.resources.Navigation WHEEL
	private final String mValue
	private final String mShortDisplayValue
	private final String mLongDisplayValue
	private static final com.android.resources.Navigation[] $VALUES
	public static com.android.resources.Navigation[] values () 
	public static com.android.resources.Navigation valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String, java.lang.String, java.lang.String) 
		String value
		String shortDisplayValue
		String longDisplayValue
	public static com.android.resources.Navigation getEnum (java.lang.String) 
		com.android.resources.Navigation nav
		com.android.resources.Navigation[] arr$
		int len$
		int i$
		String value
	public java.lang.String getResourceValue () 
	public java.lang.String getShortDisplayValue () 
	public java.lang.String getLongDisplayValue () 
	public static int getIndex (com.android.resources.Navigation) 
		com.android.resources.Navigation nav
		com.android.resources.Navigation[] arr$
		int len$
		int i$
		com.android.resources.Navigation value
		int i
	public static com.android.resources.Navigation getByIndex (int) 
		com.android.resources.Navigation value
		com.android.resources.Navigation[] arr$
		int len$
		int i$
		int index
		int i
	public boolean isFakeValue () 
	public boolean isValidValueForDevice () 
	static void  () 
}

com/android/resources/NavigationState.class
NavigationState.java
package com.android.resources
public final com.android.resources.NavigationState extends java.lang.Enum implements com.android.resources.ResourceEnum  {
	public static final com.android.resources.NavigationState EXPOSED
	public static final com.android.resources.NavigationState HIDDEN
	private final String mValue
	private final String mShortDisplayValue
	private final String mLongDisplayValue
	private static final com.android.resources.NavigationState[] $VALUES
	public static com.android.resources.NavigationState[] values () 
	public static com.android.resources.NavigationState valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String, java.lang.String, java.lang.String) 
		String value
		String shortDisplayValue
		String longDisplayValue
	public static com.android.resources.NavigationState getEnum (java.lang.String) 
		com.android.resources.NavigationState state
		com.android.resources.NavigationState[] arr$
		int len$
		int i$
		String value
	public java.lang.String getResourceValue () 
	public java.lang.String getShortDisplayValue () 
	public java.lang.String getLongDisplayValue () 
	public static int getIndex (com.android.resources.NavigationState) 
		com.android.resources.NavigationState input
		com.android.resources.NavigationState[] arr$
		int len$
		int i$
		com.android.resources.NavigationState value
		int i
	public static com.android.resources.NavigationState getByIndex (int) 
		com.android.resources.NavigationState value
		com.android.resources.NavigationState[] arr$
		int len$
		int i$
		int index
		int i
	public boolean isFakeValue () 
	public boolean isValidValueForDevice () 
	static void  () 
}

com/android/resources/NightMode.class
NightMode.java
package com.android.resources
public final com.android.resources.NightMode extends java.lang.Enum implements com.android.resources.ResourceEnum  {
	public static final com.android.resources.NightMode NOTNIGHT
	public static final com.android.resources.NightMode NIGHT
	private final String mValue
	private final String mShortDisplayValue
	private final String mLongDisplayValue
	private static final com.android.resources.NightMode[] $VALUES
	public static com.android.resources.NightMode[] values () 
	public static com.android.resources.NightMode valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String, java.lang.String, java.lang.String) 
		String value
		String shortDisplayValue
		String longDisplayValue
	public static com.android.resources.NightMode getEnum (java.lang.String) 
		com.android.resources.NightMode mode
		com.android.resources.NightMode[] arr$
		int len$
		int i$
		String value
	public java.lang.String getResourceValue () 
	public java.lang.String getShortDisplayValue () 
	public java.lang.String getLongDisplayValue () 
	public static int getIndex (com.android.resources.NightMode) 
		com.android.resources.NightMode mode
		com.android.resources.NightMode[] arr$
		int len$
		int i$
		com.android.resources.NightMode value
		int i
	public static com.android.resources.NightMode getByIndex (int) 
		com.android.resources.NightMode value
		com.android.resources.NightMode[] arr$
		int len$
		int i$
		int index
		int i
	public boolean isFakeValue () 
	public boolean isValidValueForDevice () 
	static void  () 
}

com/android/resources/ResourceEnum.class
ResourceEnum.java
package com.android.resources
public abstract com.android.resources.ResourceEnum extends java.lang.Object {
	public abstract java.lang.String getResourceValue () 
	public abstract boolean isValidValueForDevice () 
	public abstract boolean isFakeValue () 
	public abstract java.lang.String getShortDisplayValue () 
	public abstract java.lang.String getLongDisplayValue () 
}

com/android/resources/ResourceType.class
ResourceType.java
package com.android.resources
public final com.android.resources.ResourceType extends java.lang.Enum {
	public static final com.android.resources.ResourceType ANIM
	public static final com.android.resources.ResourceType ANIMATOR
	public static final com.android.resources.ResourceType ARRAY
	public static final com.android.resources.ResourceType ATTR
	public static final com.android.resources.ResourceType BOOL
	public static final com.android.resources.ResourceType COLOR
	public static final com.android.resources.ResourceType DECLARE_STYLEABLE
	public static final com.android.resources.ResourceType DIMEN
	public static final com.android.resources.ResourceType DRAWABLE
	public static final com.android.resources.ResourceType FRACTION
	public static final com.android.resources.ResourceType ID
	public static final com.android.resources.ResourceType INTEGER
	public static final com.android.resources.ResourceType INTERPOLATOR
	public static final com.android.resources.ResourceType LAYOUT
	public static final com.android.resources.ResourceType MENU
	public static final com.android.resources.ResourceType PLURALS
	public static final com.android.resources.ResourceType RAW
	public static final com.android.resources.ResourceType STRING
	public static final com.android.resources.ResourceType STYLE
	public static final com.android.resources.ResourceType STYLEABLE
	public static final com.android.resources.ResourceType XML
	public static final com.android.resources.ResourceType PUBLIC
	private final String mName
	private final String mDisplayName
	private final String[] mAlternateXmlNames
	private static final com.android.resources.ResourceType[] $VALUES
	public static com.android.resources.ResourceType[] values () 
	public static com.android.resources.ResourceType valueOf (java.lang.String) 
		String name
	private transient void  (java.lang.String, int, java.lang.String, java.lang.String, java.lang.String[]) 
		String name
		String displayName
		String[] alternateXmlNames
	public java.lang.String getName () 
	public java.lang.String getDisplayName () 
	public static com.android.resources.ResourceType getEnum (java.lang.String) 
		String alternate
		String[] arr$
		int len$
		int i$
		com.android.resources.ResourceType rType
		com.android.resources.ResourceType[] arr$
		int len$
		int i$
		String name
	public static java.lang.String[] getNames () 
		int i
		com.android.resources.ResourceType[] values
		String[] names
	public java.lang.String toString () 
	static void  () 
}

com/android/resources/ScreenOrientation.class
ScreenOrientation.java
package com.android.resources
public final com.android.resources.ScreenOrientation extends java.lang.Enum implements com.android.resources.ResourceEnum  {
	public static final com.android.resources.ScreenOrientation PORTRAIT
	public static final com.android.resources.ScreenOrientation LANDSCAPE
	public static final com.android.resources.ScreenOrientation SQUARE
	private final String mValue
	private final String mShortDisplayValue
	private final String mLongDisplayValue
	private static final com.android.resources.ScreenOrientation[] $VALUES
	public static com.android.resources.ScreenOrientation[] values () 
	public static com.android.resources.ScreenOrientation valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String, java.lang.String, java.lang.String) 
		String value
		String shortDisplayValue
		String longDisplayValue
	public static com.android.resources.ScreenOrientation getEnum (java.lang.String) 
		com.android.resources.ScreenOrientation orient
		com.android.resources.ScreenOrientation[] arr$
		int len$
		int i$
		String value
	public java.lang.String getResourceValue () 
	public java.lang.String getShortDisplayValue () 
	public java.lang.String getLongDisplayValue () 
	public static int getIndex (com.android.resources.ScreenOrientation) 
		com.android.resources.ScreenOrientation orient
		com.android.resources.ScreenOrientation[] arr$
		int len$
		int i$
		com.android.resources.ScreenOrientation orientation
		int i
	public static com.android.resources.ScreenOrientation getByIndex (int) 
		com.android.resources.ScreenOrientation orient
		com.android.resources.ScreenOrientation[] arr$
		int len$
		int i$
		int index
		int i
	public boolean isFakeValue () 
	public boolean isValidValueForDevice () 
	static void  () 
}

com/android/resources/ScreenRatio.class
ScreenRatio.java
package com.android.resources
public final com.android.resources.ScreenRatio extends java.lang.Enum implements com.android.resources.ResourceEnum  {
	public static final com.android.resources.ScreenRatio NOTLONG
	public static final com.android.resources.ScreenRatio LONG
	private final String mValue
	private final String mShortDisplayValue
	private final String mLongDisplayValue
	private static final com.android.resources.ScreenRatio[] $VALUES
	public static com.android.resources.ScreenRatio[] values () 
	public static com.android.resources.ScreenRatio valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String, java.lang.String, java.lang.String) 
		String value
		String displayValue
		String longDisplayValue
	public static com.android.resources.ScreenRatio getEnum (java.lang.String) 
		com.android.resources.ScreenRatio orient
		com.android.resources.ScreenRatio[] arr$
		int len$
		int i$
		String value
	public java.lang.String getResourceValue () 
	public java.lang.String getShortDisplayValue () 
	public java.lang.String getLongDisplayValue () 
	public static int getIndex (com.android.resources.ScreenRatio) 
		com.android.resources.ScreenRatio orient
		com.android.resources.ScreenRatio[] arr$
		int len$
		int i$
		com.android.resources.ScreenRatio orientation
		int i
	public static com.android.resources.ScreenRatio getByIndex (int) 
		com.android.resources.ScreenRatio orient
		com.android.resources.ScreenRatio[] arr$
		int len$
		int i$
		int index
		int i
	public boolean isFakeValue () 
	public boolean isValidValueForDevice () 
	static void  () 
}

com/android/resources/ScreenSize.class
ScreenSize.java
package com.android.resources
public final com.android.resources.ScreenSize extends java.lang.Enum implements com.android.resources.ResourceEnum  {
	public static final com.android.resources.ScreenSize SMALL
	public static final com.android.resources.ScreenSize NORMAL
	public static final com.android.resources.ScreenSize LARGE
	public static final com.android.resources.ScreenSize XLARGE
	private final String mValue
	private final String mShortDisplayValue
	private final String mLongDisplayValue
	private static final com.android.resources.ScreenSize[] $VALUES
	public static com.android.resources.ScreenSize[] values () 
	public static com.android.resources.ScreenSize valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String, java.lang.String, java.lang.String) 
		String value
		String shortDisplayValue
		String longDisplayValue
	public static com.android.resources.ScreenSize getEnum (java.lang.String) 
		com.android.resources.ScreenSize orient
		com.android.resources.ScreenSize[] arr$
		int len$
		int i$
		String value
	public java.lang.String getResourceValue () 
	public java.lang.String getShortDisplayValue () 
	public java.lang.String getLongDisplayValue () 
	public static int getIndex (com.android.resources.ScreenSize) 
		com.android.resources.ScreenSize orient
		com.android.resources.ScreenSize[] arr$
		int len$
		int i$
		com.android.resources.ScreenSize orientation
		int i
	public static com.android.resources.ScreenSize getByIndex (int) 
		com.android.resources.ScreenSize orient
		com.android.resources.ScreenSize[] arr$
		int len$
		int i$
		int index
		int i
	public boolean isFakeValue () 
	public boolean isValidValueForDevice () 
	static void  () 
}

com/android/resources/TouchScreen.class
TouchScreen.java
package com.android.resources
public final com.android.resources.TouchScreen extends java.lang.Enum implements com.android.resources.ResourceEnum  {
	public static final com.android.resources.TouchScreen NOTOUCH
	public static final com.android.resources.TouchScreen STYLUS
	public static final com.android.resources.TouchScreen FINGER
	private final String mValue
	private final String mShortDisplayValue
	private final String mLongDisplayValue
	private static final com.android.resources.TouchScreen[] $VALUES
	public static com.android.resources.TouchScreen[] values () 
	public static com.android.resources.TouchScreen valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String, java.lang.String, java.lang.String) 
		String value
		String displayValue
		String longDisplayValue
	public static com.android.resources.TouchScreen getEnum (java.lang.String) 
		com.android.resources.TouchScreen orient
		com.android.resources.TouchScreen[] arr$
		int len$
		int i$
		String value
	public java.lang.String getResourceValue () 
	public java.lang.String getShortDisplayValue () 
	public java.lang.String getLongDisplayValue () 
	public static int getIndex (com.android.resources.TouchScreen) 
		com.android.resources.TouchScreen t
		com.android.resources.TouchScreen[] arr$
		int len$
		int i$
		com.android.resources.TouchScreen touch
		int i
	public static com.android.resources.TouchScreen getByIndex (int) 
		com.android.resources.TouchScreen value
		com.android.resources.TouchScreen[] arr$
		int len$
		int i$
		int index
		int i
	public boolean isFakeValue () 
	public boolean isValidValueForDevice () 
	static void  () 
}

com/android/util/
com/android/util/Pair.class
Pair.java
package com.android.util
public com.android.util.Pair extends java.lang.Object {
	private final Object mFirst
	private final Object mSecond
	private void  (java.lang.Object, java.lang.Object) 
		Object first
		Object second
	public java.lang.Object getFirst () 
	public java.lang.Object getSecond () 
	public static com.android.util.Pair of (java.lang.Object, java.lang.Object) 
		Object first
		Object second
	public java.lang.String toString () 
	public int hashCode () 
		int prime
		int result
	public boolean equals (java.lang.Object) 
		Object obj
		com.android.util.Pair other
}