android.util
Class Config
java.lang.Object
android.util.Config
Deprecated.
@Deprecated
public final class Config
- extends Object
|
Field Summary |
static boolean |
DEBUG
Deprecated. |
static boolean |
LOGD
Deprecated. |
static boolean |
LOGV
Deprecated. |
static boolean |
PROFILE
Deprecated. |
static boolean |
RELEASE
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEBUG
@Deprecated
public static final boolean DEBUG
- Deprecated.
- See Also:
- Constant Field Values
RELEASE
@Deprecated
public static final boolean RELEASE
- Deprecated.
- See Also:
- Constant Field Values
PROFILE
@Deprecated
public static final boolean PROFILE
- Deprecated.
- See Also:
- Constant Field Values
LOGV
@Deprecated
public static final boolean LOGV
- Deprecated.
- See Also:
- Constant Field Values
LOGD
@Deprecated
public static final boolean LOGD
- Deprecated.
- See Also:
- Constant Field Values
Copyright © 2008-2012. All Rights Reserved.