Build 1.0_r1(from source)

com.android.internal
Class R.array

java.lang.Object
  extended by com.android.internal.R.array
Enclosing class:
R

public static final class R.array
extends Object


Field Summary
static int day_labels
           
static int emailAddressTypes
          Email address types from android.provider.Contacts
static int imAddressTypes
          IM types from android.provider.Contacts
static int imProtocols
          IM protocols from android.provider.Contacts
static int maps_starting_lat_lng
           
static int maps_starting_zoom
           
static int organizationTypes
          Organization types from android.provider.Contacts
static int phoneTypes
          Phone number types from android.provider.Contacts
static int postalAddressTypes
          Phone number types from android.provider.Contacts
static int preloaded_drawables
          These are all of the drawable resources that should be preloaded by the zygote process before it starts forking application processes.
static int status_bar_icon_order
          Defines the slots for the right-hand side icons.
 
Constructor Summary
R.array()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

day_labels

public static final int day_labels
See Also:
Constant Field Values

emailAddressTypes

public static final int emailAddressTypes
Email address types from android.provider.Contacts

See Also:
Constant Field Values

imAddressTypes

public static final int imAddressTypes
IM types from android.provider.Contacts

See Also:
Constant Field Values

imProtocols

public static final int imProtocols
IM protocols from android.provider.Contacts

See Also:
Constant Field Values

maps_starting_lat_lng

public static final int maps_starting_lat_lng
See Also:
Constant Field Values

maps_starting_zoom

public static final int maps_starting_zoom
See Also:
Constant Field Values

organizationTypes

public static final int organizationTypes
Organization types from android.provider.Contacts

See Also:
Constant Field Values

phoneTypes

public static final int phoneTypes
Phone number types from android.provider.Contacts

See Also:
Constant Field Values

postalAddressTypes

public static final int postalAddressTypes
Phone number types from android.provider.Contacts

See Also:
Constant Field Values

preloaded_drawables

public static final int preloaded_drawables
These are all of the drawable resources that should be preloaded by the zygote process before it starts forking application processes.

See Also:
Constant Field Values

status_bar_icon_order

public static final int status_bar_icon_order
Defines the slots for the right-hand side icons. That is to say, the icons in the status bar that are not notifications.

See Also:
Constant Field Values
Constructor Detail

R.array

public R.array()

Build 1.0_r1(from source)

Please submit a feedback, bug or feature