android.util
Class Config

java.lang.Object
  extended by 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.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static final boolean DEBUG
Deprecated. 
See Also:
Constant Field Values

RELEASE

public static final boolean RELEASE
Deprecated. 
See Also:
Constant Field Values

PROFILE

public static final boolean PROFILE
Deprecated. 
See Also:
Constant Field Values

LOGV

public static final boolean LOGV
Deprecated. 
See Also:
Constant Field Values

LOGD

public static final boolean LOGD
Deprecated. 
See Also:
Constant Field Values


Copyright © 2008-2012. All Rights Reserved.