Deprecated API


Contents
Deprecated Interfaces
org.apache.commons.httpclient.HttpUrlMethod
          use HttpMethod 
 

Deprecated Classes
org.apache.commons.httpclient.Authenticator
          use HttpAuthenticator 
org.apache.commons.httpclient.util.Base64
          The commons-codec Base64 class will be used in HttpClient 2.1 
danger.internal.DialTextField
          This class was not meant to be publicly accessible. It will be removed in a future OS release. 
danger.ui.FolderEditor
          This class is under construction. The API will be improved (and possibly changed) in a future release of the OS. 
danger.ui.IconPickerWindow
          For internal use only. 
danger.ui.LinkView
          Use inline links instead. 
danger.internal.PhoneNumberFormatter
          This class was not meant to be publicly accessible. It will be removed in a future OS release. 
danger.internal.PhoneNumberTextField
          This class was not meant to be publicly accessible. It will be removed in a future OS release. 
danger.internal.PhoneUtils
          This class was not meant to be publicly accessible. It will be removed in a future OS release. 
danger.ui.PhoneVolumeSliderWindow
          For internal use only. 
org.apache.commons.httpclient.RequestOutputStream
          Use new ChunkedOutputStream(HttpConnecion#getRequestOutputStream()); 
org.apache.commons.httpclient.ResponseInputStream
          Use new ChunkedInputStream(HttpConnecion#getResponseInputStream()); 
danger.internal.TimeZone
          This class was not meant to be publicly accessible. It will be removed in a future OS release. 
danger.ui.TitleBar
          For internal use only. 
danger.internal.URLButton
          This class was not meant to be publicly accessible. It will be removed in a future OS release. 
org.apache.commons.httpclient.methods.UrlDeleteMethod
          use DeleteMethod 
org.apache.commons.httpclient.methods.UrlGetMethod
          use GetMethod 
org.apache.commons.httpclient.methods.UrlHeadMethod
          use HeadMethod 
org.apache.commons.httpclient.methods.UrlOptionsMethod
          use OptionsMethod 
org.apache.commons.httpclient.methods.UrlPostMethod
          use PostMethod 
org.apache.commons.httpclient.methods.UrlPutMethod
          use PutMethod 
 

Deprecated Fields
org.apache.commons.httpclient.HttpURL._default_port
          Use HttpURL.DEFAULT_PORT instead. This one doesn't conform to the project naming conventions. 
org.apache.commons.httpclient.HttpsURL._default_port
          Use HttpsURL.DEFAULT_PORT instead. This one doesn't conform to the project naming conventions. 
org.apache.commons.httpclient.HttpURL._default_scheme
          Use HttpURL.DEFAULT_SCHEME instead. This one doesn't conform to the project naming conventions. 
org.apache.commons.httpclient.HttpsURL._default_scheme
          Use HttpsURL.DEFAULT_SCHEME instead. This one doesn't conform to the project naming conventions. 
danger.ui.photopicker.PhotoPicker.APP_MODE
          Deprecated Do not use APP_MODE constant. 
danger.ui.IconPicker.ARROW_HEIGHT
            
danger.ui.IconPicker.ARROW_WIDTH
            
danger.audio.Meta.ATTEMPT_CALL
          Does not play any sound. 
danger.app.EventType.BATTERY_CHARGE
          use danger.system.BatteryMonitor 
danger.app.EventType.BATTERY_COLD
          no longer applies 
danger.app.EventType.BATTERY_DISCHARGE
          use danger.system.BatteryMonitor 
danger.app.EventType.BATTERY_FLAG_CHARGE
          use danger.system.BatteryMonitor 
danger.app.EventType.BATTERY_FLAG_DC_PLUG
          no longer used 
danger.app.EventType.BATTERY_FLAG_FAULT
          no longer used 
danger.app.EventType.BATTERY_FLAG_FULL
          use danger.system.BatteryMonitor 
danger.app.EventType.BATTERY_FLAG_POWER
          use danger.system.BatteryMonitor 
danger.app.EventType.BATTERY_FLAG_SHUTDOWN
          use danger.system.BatteryMonitor 
danger.app.EventType.BATTERY_FLAG_TEMP
          no longer used 
danger.app.EventType.BATTERY_FULL
          use danger.system.BatteryMonitor 
danger.app.EventType.BATTERY_HOT
          no longer applies 
danger.app.EventType.BATTERY_NOPOWER
          use danger.system.BatteryMonitor 
danger.audio.Meta.BEEP_STARTUP_SOUND
          Does not play any sound. 
danger.ui.Button.BITMAP_ONLY_PADDING
          For internal use only. 
danger.ui.photopicker.PhotoPicker.BROWSER_VIEW
          Deprecated Do not use BROWSER_VIEW constant. 
danger.ui.DialogWindow.BUTTON_HEIGHT
          For internal use only. 
danger.ui.Button.CAP_WIDTH
          For internal use only. 
danger.ui.photopicker.PhotoPicker.CAPTURE_VIEW
          Deprecated Do not use CAPTURE_VIEW constant. 
danger.ui.FolderView.COLUMN_GAP
          For internal use only. 
danger.ui.Button.DEBOUNCE_TIMEOUT
          For internal use only. 
danger.ui.RadioStatusView.DEBUG_RADIO_STATUS_VIEW
          For internal use only. 
danger.ui.IconPicker.DEFAULT_ICONS_COUNT
            
danger.ui.photopicker.PhotoPicker.DIALOG_MODE
          Deprecated Do not use DIALOG_MODE constant. 
danger.app.EventType.EVENT_POWER
          use EVENT_BATTERY_STATE_CHANGED 
danger.ui.photopicker.PhotoPicker.EXPLORER_VIEW
          Deprecated Do not use EXPLORER_VIEW constant. 
danger.ui.Font.F_CONDENSED
          This is no longer used. 
danger.ui.DateTimeEditor.FORMAT_NONE
          Not used. 
danger.ui.photopicker.PhotoPicker.FULL_SCREEN_VIEW
          Deprecated Do not use FULL_SCREEN_VIEW constant. 
danger.ui.TextInputAlertWindow.GAP1
          For internal use only. 
danger.ui.AlertWindow.GAP3
          For internal use only. 
danger.ui.TextInputAlertWindow.GAP4
          For internal use only. 
danger.audio.Meta.HEADSET_CONNECTED
          Does not play any sound. 
danger.audio.Meta.HEADSET_DISCONNECTED
          Does not play any sound. 
danger.ui.AlertWindow.IMAGE_TEXT_GAP
          For internal use only. 
danger.ui.photopicker.PhotoPicker.IMAX_VIEW
          Deprecated Do not use IMAX_VIEW constant. 
danger.ui.IconPicker.LARGE_ICON_CELL_SIZE
          Unused. 
danger.ui.RoundRectContainer.m_arcHeight
          Use RoundRectContainer.setArc(int, int) instead. 
danger.ui.RoundRectContainer.m_arcWidth
          Use RoundRectContainer.setArc(int, int) instead. 
danger.ui.DialogWindow.m_autoCenter
          Use DialogWindow.setAutoCenter(boolean) instead. 
danger.ui.AlertWindow.m_autoDismiss
          Use AlertWindow.setAutoDismiss(int, int, int, java.lang.Object, danger.app.Listener) and AlertWindow.getAutoDismiss() instead. 
danger.ui.AlertWindow.m_autoDismissEvent
          Use AlertWindow.setAutoDismiss(int, int, int, java.lang.Object, danger.app.Listener) and AlertWindow.getAutoDismissEvent() instead. 
danger.ui.AlertWindow.m_autoDismissMS
          Use AlertWindow.setAutoDismiss(int, int, int, java.lang.Object, danger.app.Listener) and AlertWindow.getAutoDismissMS() instead. 
danger.ui.AlertWindow.m_autoDismissTimer
          For internal use only. 
danger.ui.DialogWindow.m_bottomBorder
          Use DialogWindow.setBorders(int, int, int, int) instead. 
danger.ui.TextInputAlertWindow.m_fieldID1
          For internal use only. 
danger.ui.TextInputAlertWindow.m_fieldID2
          For internal use only. 
danger.ui.TextInputAlertWindow.m_fieldID3
          For internal use only. 
danger.ui.RoundRectContainer.m_fillColor
          Use RoundRectContainer.setFillColor(int) instead. 
danger.ui.AlertWindow.m_forceNoButtons
          Use AlertWindow.setForceNoButtons(boolean) instead. 
danger.ui.RoundRectContainer.m_frameColor
          Use RoundRectContainer.setFrameColor(int) instead. 
danger.ui.RoundRectContainer.m_framePenSize
          Use RoundRectContainer.setFramePenSize(int) instead. 
danger.ui.DialogWindow.m_leftBorder
          Use DialogWindow.setBorders(int, int, int, int) instead. 
danger.ui.DialogWindow.m_rightBorder
          Use DialogWindow.setBorders(int, int, int, int) instead. 
danger.ui.DialogWindow.m_showTone
          Use DialogWindow.setShowTone(danger.audio.RingToneObject) instead. 
danger.ui.DialogWindow.m_showToneID
          Use DialogWindow.setShowTone(int) instead. 
danger.ui.DialogWindow.m_toneAlarm
          For internal use only. 
danger.ui.DialogWindow.m_topBorder
          Use DialogWindow.setBorders(int, int, int, int) instead. 
danger.ui.FolderView.mAscent
          For internal use only. 
danger.ui.ColorSpace.MASK_GRAY
          MASK constants never worked right. 
danger.ui.ColorSpace.MASK_INDEXED
          MASK constants never worked right. 
danger.ui.ColorSpace.MASK_RGB
          MASK constants never worked right. 
danger.ui.ColorSpace.MASK_RGB16
          MASK constants never worked right. 
danger.ui.ColorSpace.MASK_YCB_CR420
          MASK constants never worked right. 
danger.ui.ColorSpace.MASK_YCB_CR422
          MASK constants never worked right. 
danger.ui.ListView.mAutoResize
          Use ListView.autoResize(boolean) and ListView.autoResize() instead. 
danger.ui.BaseMenuWindow.mAutoSelectItem
          Use BaseMenuWindow.setAutoSelectItem(danger.ui.MenuItem) and BaseMenuWindow.getAutoSelectItem() instead. 
danger.ui.DialogWindow.mAutoSizeHeight
          Use DialogWindow.setAutoSize(boolean) or DialogWindow.setAutoSizeHeight(boolean) instead. 
danger.ui.DialogWindow.mAutoSizeWidth
          Use DialogWindow.setAutoSize(boolean) or DialogWindow.setAutoSizeWidth(boolean) instead. 
danger.ui.DialogWindow.MAX_BOTTOM_BUTTONS
          For internal use only. 
danger.ui.DialogWindow.MAX_BUTTONS
          For internal use only. 
danger.ui.IconPicker.MAX_COLUMNS
            
danger.ui.IconPicker.MAX_ROWS
            
danger.ui.DialogWindow.mBackEvent
          Use DialogWindow.setBackEvent(danger.app.Event) instead. 
danger.ui.Button.mBitmap
          Use Button.setBitmap(danger.ui.Bitmap) and Button.getCurrentBitmap() instead. 
danger.ui.Button.mBitmapAlignment
          Use Button.setBitmapAlignment(int) instead. 
danger.ui.Button.mBitmapTitlePadding
          Use Button.setBitmapTitlePadding(int) and Button.getBitmapTitlePadding() instead. 
danger.ui.ListView.mBottomMargin
          Use ListView.setMargins(int, int, int, int) instead. 
danger.ui.Button.mBottomPadding
          Use Button.setVerticalBitmapPadding(int, int) instead. 
danger.ui.Window.mBusyPaintCount
          For internal use only. 
danger.ui.IconLabel.mButton
          Use IconLabel.addButton(java.lang.String) instead. 
danger.ui.DialogWindow.mButtonIDs
          For internal use only. 
danger.ui.DialogWindow.mButtons
          For internal use only. 
danger.ui.DialogWindow.mCancelEvent
          Use DialogWindow.setCancelButtonEvent(danger.app.Event) instead. 
danger.ui.ListView.mCanFocusWhenEmpty
          Use ListView.setFocusWhenEmpty(boolean) and ListView.canFocusWhenEmpty() instead. 
danger.ui.DialogWindow.mCenterTitle
          Use DialogWindow.setCenterTitle(boolean) instead. 
danger.ui.ListView.mComparator
          Use ListView.setComparator(java.util.Comparator) instead. 
danger.ui.FolderView.mCurrentFolder
          For internal use only. 
danger.ui.FolderView.mCurrentItem
          Use FolderView.getSelection() instead. 
danger.ui.IconPicker.mCurrentSelection
          Use IconPicker.getCurrentSelection() instead. 
danger.ui.SelectTextBox.mCursorRect
          This Rect is filled in with the bounds of the cursor when it is painted or invalidated. If you want to know this, just call StaticTextBox.getPointRect(danger.ui.Rect, int) yourself instead of trusting this rect to be filled in when you need it. 
danger.ui.DateTimeEditor.mDate
          Use DateTimeEditor.setDate(java.util.Date, java.util.TimeZone) and DateTimeEditor.getDate() instead. 
danger.ui.Button.mDebouncing
          For internal use only. 
danger.ui.DialogWindow.mDefaultButton
          Use DialogWindow.setDefaultFrameButton(Button) instead. 
danger.ui.DialogWindow.mDefaultButtonPosition
          Use DialogWindow.setDefaultFrameButton(int) instead. 
danger.ui.Window.mDefaultListener
          Use Window.setDefaultListener(danger.app.Listener) instead. 
danger.ui.Button.mDisabledBitmap
          Use Button.setBitmap(danger.ui.Bitmap) and Button.getCurrentBitmap() instead. 
danger.ui.Button.mDisabledIconTitle
          Use Button.setIconTitle(danger.ui.Bitmap) and Button.getCurrentIconTitle() instead. 
danger.ui.IconPicker.mEventArg
          Use Control.setEvent(danger.app.Event) instead. 
danger.ui.IconPicker.mEventData
          Use Control.setEvent(danger.app.Event) instead. 
danger.ui.IconPicker.mEventListener
          Use Control.setEvent(danger.app.Event) instead. 
danger.ui.IconPicker.mEventType
          Use Control.setEvent(danger.app.Event) instead. 
danger.ui.Button.mFocusedBitmap
          Use Button.setBitmap(danger.ui.Bitmap) and Button.getCurrentBitmap() instead. 
danger.ui.Button.mFocusedIconTitle
          Use Button.setIconTitle(danger.ui.Bitmap) and Button.getCurrentIconTitle() instead. 
danger.ui.FolderView.mFolders
          Use FolderView.setFolders(java.util.Vector) and FolderView.addFolder(danger.util.Folder) instead. 
danger.ui.ListView.mFont
          Use ListView.setFont(danger.ui.Font) instead. 
danger.ui.FolderView.mFontBold
          For internal use only. 
danger.ui.FolderView.mFontPlain
          For internal use only. 
danger.ui.DateTimeEditor.mFormat
          Use DateTimeEditor.setFormat(int) instead. 
danger.ui.TextInputAlertWindow.mGSMMode
          For internal use only. 
danger.ui.FolderView.mHasBorder
          Use FolderView.setHasBorder(boolean) and FolderView.getHasBorder() instead. 
danger.ui.DialogWindow.mHideOnButton
          Use DialogWindow.setHideOnButtonEvent(boolean), DialogWindow.setHideOnButtonWithID(int,boolean) or DialogWindow.setHideOnButtonWithPosition(int,boolean) instead. 
danger.ui.IconLabel.mIcon
          Use IconLabel.setIcon(danger.ui.Bitmap) instead. 
danger.ui.IconLabel.mIconAlignment_Vertical
          Use IconLabel.setIconVerticalAlignment(int) instead. 
danger.ui.IconPicker.mIconCellHeight
          Use IconPicker.setIconCellSize(int) and IconPicker.getIconCellHeight() instead. 
danger.ui.IconPicker.mIconCellWidth
          Use IconPicker.setIconCellSize(int) and IconPicker.getIconCellWidth() instead. 
danger.ui.Button.mIconTitle
          Use Button.setIconTitle(danger.ui.Bitmap) and Button.getCurrentIconTitle() instead. 
danger.ui.IconLabel.mIconY
          Use IconLabel.setIconVerticalAlignment(int) instead. 
danger.ui.AlertWindow.mImageView
          Use AlertWindow.getImageView() instead. 
danger.ui.AlertWindow.mImageViewHeight
          Use AlertWindow.getImageView() and View.getHeight() instead. 
danger.ui.AlertWindow.mImageViewWidth
          Use AlertWindow.getImageView() and View.getWidth() instead. 
danger.ui.NumberEditor.mIncrement
          Use NumberEditor.setIncrement(int) and NumberEditor.getIncrement() instead. 
danger.ui.ListView.mInsertSorted
          Use ListView.setInsertSorted(boolean) and ListView.getInsertSorted() instead. 
danger.ui.Button.mInvertOnHighlight
          Use Button.setBitmapInvertOnHighlight(boolean) instead. 
danger.ui.IconPicker.mItems
          Use IconPicker.addIcon(danger.ui.Bitmap), IconPicker.removeIcon(int), and IconPicker.getIconAt(int) instead. 
danger.ui.DateTimeEditor.mKeyEntry
          For internal use only. 
danger.ui.NumberEditor.mKeyEntry
          For internal use only. 
danger.ui.DateTimeEditor.mKeyInputAlarm
          For internal use only. 
danger.ui.NumberEditor.mKeyInputAlarm
          For internal use only. 
danger.ui.DateTimeEditor.mKeyString
          For internal use only. 
danger.ui.NumberEditor.mKeyString
          For internal use only. 
danger.ui.DateTimeEditor.mLastKeyTime
          For internal use only. 
danger.ui.NumberEditor.mLastKeyTime
          For internal use only. 
danger.ui.DialogWindow.mLayoutButtonsVertically
          Use DialogWindow.setLayoutBottomFrameButtonsVertically(boolean) instead. 
danger.ui.ListView.mLeftMargin
          Use ListView.setMargins(int, int, int, int) instead. 
danger.ui.Button.mLeftPadding
          Use Button.setHorizontalPadding(int) and Button.getLeftPadding() instead. 
danger.ui.FolderView.mLineHeight
          For internal use only. 
danger.ui.ListView.mLineHeight
          Use ListView.setLineHeight(int) and ListView.getLineHeight() instead. 
danger.ui.geometry.Line.mLineType
          Use Line.setLineType(int) instead. 
danger.ui.DialogWindow.mListener
          Use DialogWindow.setListener(danger.app.Listener) instead. 
danger.ui.FolderEditor.mListener
          Use FolderEditor.setListener(danger.app.Listener) instead. 
danger.ui.ListView.mListItems
          Use ListView.setItems(java.util.Vector) and ListView.addItem(java.lang.String) instead. 
danger.ui.NumberEditor.mMax
          Use NumberEditor.setRange(int, int) or NumberEditor.max(int) instead. 
danger.ui.NumberEditor.mMaxCharLength
          For internal use only. 
danger.ui.IconPicker.mMaxColumns
          Use IconPicker.setMaxColumns(int) and IconPicker.getMaxColumns() instead. 
danger.ui.DateTimeEditor.mMaxDate
          Use DateTimeEditor.max(danger.internal.Date) instead. 
danger.ui.IconPicker.mMaxRows
          Use IconPicker.setMaxRows(int) and IconPicker.getMaxRows() instead. 
danger.ui.IconLabel.mMenu
          Not used. 
danger.ui.TypeAheadTextField.mMenu
          Use TypeAheadTextField.setTextFinder(danger.util.TextFinder) instead. 
danger.ui.AlertWindow.mMessageView
          Use AlertWindow.getMessageView() instead. 
danger.ui.NumberEditor.mMin
          Use NumberEditor.setRange(int, int) or NumberEditor.min(int) instead. 
danger.ui.DateTimeEditor.mMinDate
          Use DateTimeEditor.min(danger.internal.Date) instead. 
danger.ui.Button.mMinWidth
          Use Button.setMinWidth(int) instead. 
danger.ui.AlertWindow.mNeedLayout
          For internal use only. 
danger.ui.DialogWindow.mNeedToAddBottomFrameButtons
          For internal use only. 
danger.ui.DialogWindow.mNeedToAddTopFrameButtons
          For internal use only. 
danger.ui.NumberEditor.mNumberTextView
          For internal use only. 
danger.ui.FolderView.mNumDisplayLines
          For internal use only. 
danger.ui.ListView.mNumDisplayLines
          For internal use only. 
danger.ui.IconPicker.mOpenWindow
            
danger.ui.View.mOriginX
          Use View.setOrigin(int,int) and View.getOriginX() instead. 
danger.ui.View.mOriginY
          Use View.setOrigin(int,int) and View.getOriginY() instead. 
danger.ui.Bitmap.mPaletteFlags
          Use Bitmap.getPaletteFlags() instead. 
danger.ui.IconPicker.mPhotoPickerIcon
          Use IconPicker.setPhotoPickerIconAndTitle(danger.ui.Bitmap, java.lang.String) instead. 
danger.ui.IconPicker.mPhotoPickerSelected
          Use IconPicker.getPhotoPickerSelected() instead. 
danger.ui.IconPicker.mPhotoPickerTitle
          Use IconPicker.setPhotoPickerIconAndTitle(danger.ui.Bitmap, java.lang.String) instead. 
danger.ui.IconPicker.mPhotoRecord
          Use IconPicker.getPhotoRecord() instead. 
danger.ui.DateTimeEditor.mReflowAfterChange
          For internal use only. 
danger.ui.DialogWindow.mRegisteredForKeyGuardEvent
          For internal use only. 
danger.ui.ListView.mRightMargin
          Use ListView.setMargins(int, int, int, int) instead. 
danger.ui.Button.mRightPadding
          Use Button.setHorizontalPadding(int) and Button.getRightPadding() instead. 
danger.ui.ListView.mScrollbar
          For internal use only. 
danger.ui.AlertWindow.mScrollView
          Use AlertWindow.getScrollView() instead. 
danger.ui.Button.mShortcut
          Use Button.setShortcut(char) and Button.matchAndDispatchShortcut(char, danger.app.Event) instead. 
danger.ui.Button.mShortcutColor
          Use Button.setShortcutColor(int) instead. 
danger.ui.Button.mShortcutLabel
          Use Button.setShortcutLabel(java.lang.String) and Button.hasShortcutLabel() instead. 
danger.ui.Button.mShortcutModifiers
          Use Button.setShortcut(char) and Button.matchAndDispatchShortcut(char, danger.app.Event) instead. 
danger.ui.DialogWindow.mShortcutModifiers
          For internal use only. 
danger.ui.Button.mShortcutPadding
          Use Button.setShortcutPadding(int) instead. 
danger.ui.DialogWindow.mShortcuts
          For internal use only. 
danger.ui.View.mStyle
          Use View.setStyle(danger.ui.Style) and View.getStyle() instead. 
danger.ui.TextInputAlertWindow.mTextField1
          For internal use only. 
danger.ui.TextInputAlertWindow.mTextField2
          For internal use only. 
danger.ui.TextInputAlertWindow.mTextField3
          For internal use only. 
danger.ui.TextInputAlertWindow.mTextFieldLabel1
          For internal use only. 
danger.ui.TextInputAlertWindow.mTextFieldLabel2
          For internal use only. 
danger.ui.TextInputAlertWindow.mTextFieldLabel3
          For internal use only. 
danger.ui.TextInputAlertWindow.mTextFieldMaxChar1
          For internal use only. 
danger.ui.TextInputAlertWindow.mTextFieldMaxChar2
          For internal use only. 
danger.ui.TextInputAlertWindow.mTextFieldMaxChar3
          For internal use only. 
danger.ui.TypeAheadTextField.mTextFinder
          Use TypeAheadTextField.setTextFinder(danger.util.TextFinder) instead. 
danger.ui.ListView.mTextLeftOffset
          For internal use only. 
danger.ui.Button.mTitleJustification
          Use Button.setTitleJustification(int) instead. 
danger.ui.ListView.mTopMargin
          Use ListView.setMargins(int, int, int, int) instead. 
danger.ui.Button.mTopPadding
          Use Button.setVerticalBitmapPadding(int, int) instead. 
danger.ui.Control.mValue
          Use Control.setValue(int) and Control.getValue() instead. 
danger.ui.DateTimeEditor.mViewCounts
          For internal use only. 
danger.ui.DateTimeEditor.mViews
          For internal use only. 
danger.ui.DateTimeEditor.mViewTypes
          For internal use only. 
danger.ui.NumberEditor.mWrap
          Use NumberEditor.setWrap(boolean) instead. 
danger.ui.Button.PAD_BITMAP_HEIGHT
          For internal use only. 
danger.ui.Button.PAD_BITMAP_STRING
          For internal use only. 
danger.ui.Button.PAD_FONT_HEIGHT
          For internal use only. 
org.apache.commons.httpclient.HttpState.PREEMPTIVE_DEFAULT
          This field and feature will be removed following HttpClient 3.0. 
org.apache.commons.httpclient.HttpState.PREEMPTIVE_PROPERTY
          This field and feature will be removed following HttpClient 3.0. 
danger.ui.photopicker.PhotoPicker.REVIEW_VIEW
          Deprecated Do not use REVIEW_VIEW constant. 
danger.ui.Button.SHORTCUT_PADDING
          For internal use only. 
danger.ui.photopicker.PhotoPicker.SLIDESHOW_VIEW
          Deprecated Do not use SLIDESHOW_VIEW constant. 
danger.ui.IconPicker.SMALL_ICON_CELL_SIZE
          Unused. 
danger.ui.DateTimeEditor.STD_HEIGHT
          For internal use only. 
danger.ui.NumberEditor.STD_HEIGHT
          For internal use only. 
danger.ui.DateTimeEditor.STD_WIDTH
          For internal use only. 
danger.ui.NumberEditor.STD_WIDTH
          For internal use only. 
danger.ui.AlertWindow.TOP_ICON_MARGIN
          For internal use only. 
danger.ui.TableCell.TYPE_DRAWABLE
          This constant is not used. 
danger.ui.Button.UNDEFINED_COLOR
          For internal use only. 
danger.audio.Meta.USB_CONNECTED
          Does not play any sound. 
danger.audio.Meta.USB_DISCONNECTED
          Does not play any sound. 
 

Deprecated Methods
danger.ui.ListContainer.addItem(View)
          Use ListContainer.addChild(danger.ui.View) instead. 
danger.ui.ScreenWindow.adjustActionMenuState()
           deprecated Use adjustActionMenuState(Menu actionMenu) instead. 
danger.ui.DateTimeEditor.adjustPickerWindow(PickerWindow, View)
          For internal use only. 
danger.util.Matrix.asm_product(int[], int[], int[])
          This method was used for testing and was never meant to be used in production. 
danger.util.Matrix.asm_transform(int[], short[], int, int)
          This method was used for testing and was never meant to be used in production. 
org.apache.commons.httpclient.Authenticator.authenticate(HttpMethod, HttpState)
          use HttpAuthenticator.authenticate(AuthScheme, HttpMethod, HttpConnection, HttpState) 
org.apache.commons.httpclient.Authenticator.authenticateProxy(HttpMethod, HttpState)
          use HttpAuthenticator.authenticateProxy(AuthScheme, HttpMethod, HttpConnection, HttpState) 
danger.system.HardwareCapabilities.cameraCanFlip()
          If available, use HardwareCapabilities.hasFeature(int) instead. 
danger.system.HardwareCapabilities.cameraHasFlash()
          If available, use HardwareCapabilities.hasFeature(int) instead. 
danger.system.HardwareCapabilities.cameraHasLowLightMode()
          If available, use HardwareCapabilities.hasFeature(int) instead. 
danger.system.HardwareCapabilities.cameraIsRemovable()
          If available, use HardwareCapabilities.hasFeature(int) instead. 
danger.system.CameraDevice.capture()
          As of release 3.0, replaced by CameraDevice.capture(Bitmap) 
org.apache.commons.httpclient.RequestOutputStream.close()
          Use ChunkedOutputStream; 
org.apache.commons.httpclient.ResponseInputStream.close()
          Use ChunkedInputStream; 
org.apache.commons.httpclient.Cookie.createCookieHeader(String, int, String, boolean, Cookie[])
          use CookieSpec interface 
org.apache.commons.httpclient.Cookie.createCookieHeader(String, int, String, boolean, Date, Cookie[])
          use CookieSpec interface 
org.apache.commons.httpclient.Cookie.createCookieHeader(String, String, boolean, Cookie[])
          use CookieSpec interface 
org.apache.commons.httpclient.Cookie.createCookieHeader(String, String, Cookie[])
          use CookieSpec interface 
danger.app.Registrar.currentBundle()
          Use getVisbleBundle() instead 
danger.net.URLDecoder.decode(String)
          Use URLDecoder.decode(String) instead. 
danger.net.URLDecoder.decode(String, String)
          Use URLDecoder.decode(String,String) instead. 
danger.net.URLEncoder.encode(String)
          Use URLEncoder.encode(String) instead. 
danger.net.URLEncoder.encode(String, String)
          Use URLEncoder.encode(String,String) instead. 
org.apache.commons.httpclient.HttpClient.endSession()
          this method has no effect. HttpMethod.releaseConnection() should be used to release resources after a HttpMethod has been executed. 
danger.ui.DateTimeEditor.enforceLimitsAndUpdate()
          For internal use only. 
danger.ui.DateTimeEditor.enforceMaxLimit()
          For internal use only. 
danger.ui.DateTimeEditor.enforceMinLimit()
          For internal use only. 
danger.app.Registrar.getAppCanDiscard(Bundle)
            
danger.system.Hardware.getBatteryLevel()
          use danger.system.BatteryMonitor 
danger.system.Hardware.getBatteryState()
          use danger.system.BatteryMonitor 
danger.system.CameraDevice.getCaptureHeight()
          As of release 3.0, replaced by CameraDevice.sendCommand(String) 
danger.system.CameraDevice.getCaptureWidth()
          As of release 3.0, replaced by CameraDevice.sendCommand(String) 
org.apache.commons.httpclient.HttpState.getCookies(String, int, String, boolean)
          use CookieSpec.match(String, int, String, boolean, Cookie) 
org.apache.commons.httpclient.HttpState.getCookies(String, int, String, boolean, Date)
          use CookieSpec#match(String, int, String, boolean, Cookie) 
org.apache.commons.httpclient.HttpState.getCredentials(String)
          This method does not distinguish between realms on different servers with the same name. Use HttpState.getCredentials(String, String) instead. 
danger.app.PhotoRecord.getDecodedBitmap(boolean, Listener, Bitmap)
          Deprecated Use PhotoRecord.getDecodedBitmap() instead. 
danger.app.PhotoRecord.getDecodedBitmapAsync(Listener, Bitmap, boolean)
          Deprecated Use PhotoRecord.getDecodedBitmap() instead. 
danger.audio.Tone.getDefaultLoop()
          - use Tone.getDefaultLoopEnable() instead. 
danger.ui.ColorSpace.getFamily(int)
          This function doesn't work like it should, and fixing it would break existing usage. Just switch off the colorspace instead. 
danger.ui.Font.getGap()
          Use Font.getMetrics(char, danger.ui.Font.GlyphMetrics) Return the gap (in pixels) between characters in this font. This may be negative if characters can overlap. This value is not generally actually very meaningful because often fonts will require different spacing between different characters. This default implementation returns 0, so subclasses need to do something more sensible. 
org.apache.commons.httpclient.HttpClient.getHost()
          use #getHostConfiguration() 
org.apache.commons.httpclient.HttpState.getHttpConnectionManager()
          Connection manager is controlled by the HttpClient class. Use HttpClient.getHttpConnectionManager() instead. 
danger.app.Event.getListener()
           deprecated Use Event.target instead. 
danger.audio.Tone.getLoop()
          - use Tone.isLoopingEnabled() instead. 
danger.audio.Playable.getLoops()
          - use PlayableMedia.getLoopCount() instead. 
danger.audio.Sequence.getLoops()
          - use Sequence.getLoopCount() instead. 
danger.audio.Sound.getLoops()
          - use Sound.getLoopCount() instead. 
danger.audio.Stream.getLoops()
          - use Stream.getLoopCount() instead. 
danger.audio.Tone.getLoops()
          - use Tone.getLoopCount() instead. 
danger.app.PhotoGallery.getMaxRecordCount()
          Deprecated Use getCurrentSize()/getMaximumSize() instead of getMaxRecordCount(). The PhotoGallery is now based upon a fixed number of bytes (2 MB) of PhotoRecords allowed instead of a fixed number (36) of PhotoRecords 
danger.audio.Sequence.getMicrosecondLength()
          - use Sequence.getMillisecondLength() instead. 
danger.audio.Sound.getMicrosecondLength()
          - use Sound.getMillisecondLength() instead. 
danger.audio.Stream.getMicrosecondLength()
          - use Stream.getMillisecondLength() instead. 
danger.audio.Sequence.getMicrosecondPosition()
          - use Sequence.getMillisecondPosition() instead. 
danger.audio.Sound.getMicrosecondPosition()
          - use Sound.getMillisecondPosition() instead. 
danger.audio.Stream.getMicrosecondPosition()
          - use Stream.getMillisecondPosition() instead. 
danger.ui.photopicker.PhotoPicker.getMode()
          Deprecated Do not use getMode(). 
danger.util.StringUtils.getOrdinalNumberString(int)
           deprecated Use java.net.URLEncoder.encode instead. 
org.apache.commons.httpclient.HttpClient.getPort()
          use #getHostConfiguration() 
danger.system.CameraDevice.getPreviewHeight()
          As of release 3.0, replaced by CameraDevice.sendCommand(String) 
danger.app.Bundle.getPreviewScreen()
            
danger.system.CameraDevice.getPreviewWidth()
          As of release 3.0, replaced by CameraDevice.sendCommand(String) 
org.apache.commons.httpclient.HttpState.getProxyCredentials(String)
          This method does not distinguish between realms on different hosts. Use HttpState.getProxyCredentials(String, String) instead. 
danger.app.PhotoGallery.getRecordIndexWithUid(int)
          Deprecated retained for AOL mail compatibility. 
org.apache.commons.httpclient.HttpConnection.getRequestOutputStream(boolean)
          Use new ChunkedOutputStream(httpConnecion.getRequestOutputStream()); 
org.apache.commons.httpclient.HttpConnection.getResponseInputStream(HttpMethod)
          Use getResponseInputStream() instead. 
danger.app.Application.getShadow()
          For internal use only. 
danger.ui.AlertWindow.getSleepScreenMessage()
          Use getSleepScreenMessageCharSequence instead 
danger.ui.DialogWindow.getSleepScreenMessage()
          Use getSleepScreenMessageCharSequence instead 
danger.system.CameraDevice.getSupportedResolutions()
          As of release 3.0, replaced by CameraDevice.sendCommand(String) 
danger.app.ResourceDatabase.getSysAlert(int)
          For internal use only. 
danger.app.ResourceDatabase.getSysAlert(int, Listener)
          For internal use only. 
danger.app.ResourceDatabase.getSysBitmap(int)
          For internal use only. 
danger.app.ResourceDatabase.getSysBitmapArray(int)
          For internal use only. 
danger.app.ResourceDatabase.getSysBitmapArrayCount(int)
          For internal use only. 
danger.app.ResourceDatabase.getSysBitmapFromArray(int, int)
          For internal use only. 
danger.app.ResourceDatabase.getSysDialog(int)
          For internal use only. 
danger.app.ResourceDatabase.getSysDialog(int, Listener)
          For internal use only. 
danger.app.ResourceDatabase.getSysDialog(int, Listener, DialogWindow)
          For internal use only. 
danger.app.ResourceDatabase.getSysIds(int)
          For internal use only. 
danger.app.ResourceDatabase.getSysInt(int)
          For internal use only. 
danger.app.ResourceDatabase.getSysLocaleString(String, int)
          For internal use only. 
danger.app.ResourceDatabase.getSysResource(int, int)
          For internal use only. 
danger.app.ResourceDatabase.getSysRingToneArray(int)
          For internal use only. 
danger.app.ResourceDatabase.getSysString(int)
          For internal use only. 
danger.app.ResourceDatabase.getSysStringArray(int)
          For internal use only. 
danger.app.ResourceDatabase.getSystemResources()
          For internal use only. 
danger.app.ResourceDatabase.getSysTextInputAlert(int, Listener)
          For internal use only. 
danger.app.PhotoRecord.getThumbnailBitmap(boolean, Listener, Bitmap)
          Deprecated Use PhotoRecord.getThumbnailBitmap() instead. 
danger.app.PhotoRecord.getThumbnailBitmapAsync(Listener, Bitmap, boolean)
          Deprecated Use PhotoRecord.getThumbnailBitmap() instead. 
danger.system.HardwareCapabilities.hasAudioMux()
          This method always returns true. 
danger.system.HardwareCapabilities.hasBackButton()
          If available, use HardwareCapabilities.hasFeature(int) instead. 
danger.system.HardwareCapabilities.hasCancelButton()
          If available, use HardwareCapabilities.hasFeature(int) instead. 
danger.system.HardwareCapabilities.hasDoneButton()
          If available, use HardwareCapabilities.hasFeature(int) instead. 
danger.system.HardwareCapabilities.hasEndButton()
          If available, use HardwareCapabilities.hasFeature(int) instead. 
danger.system.HardwareCapabilities.hasExternalMicrophone()
          If available, use HardwareCapabilities.hasFeature(int) instead. 
danger.system.HardwareCapabilities.hasExternalPowerButton()
          If available, use HardwareCapabilities.hasFeature(int) instead. 
danger.system.HardwareCapabilities.hasSendButton()
          If available, use HardwareCapabilities.hasFeature(int) instead. 
danger.system.HardwareCapabilities.hasShoulderButtons()
          If available, use HardwareCapabilities.hasFeature(int) instead. 
danger.system.HardwareCapabilities.hasSpeakerPhone()
          If available, use HardwareCapabilities.hasFeature(int) instead. 
danger.system.HardwareCapabilities.hasVolumeButtons()
          If available, use HardwareCapabilities.hasFeature(int) instead. 
danger.ui.IconPicker.iconCount()
          use getIconCount() 
danger.audio.Sequence.isInstrumentLoaded(int)
          - use version which takes patch plus bank lsb and msb 
org.apache.commons.httpclient.RequestOutputStream.isUseChunking()
          Use ChunkedOutputStream; 
danger.system.HardwareCapabilities.keyboardDelIsOrange()
          If available, use HardwareCapabilities.hasFeature(int) instead. 
danger.system.HardwareCapabilities.keyboardHasDialPadOverlay()
          If available, use HardwareCapabilities.hasFeature(int) instead. 
danger.system.HardwareCapabilities.keyboardHasSymKey()
          If available, use HardwareCapabilities.hasFeature(int) instead. 
danger.system.HardwareCapabilities.keyboardHasTabKey()
          If available, use HardwareCapabilities.hasFeature(int) instead. 
danger.system.HardwareCapabilities.keyboardPowerIsGreen()
          If available, use HardwareCapabilities.hasFeature(int) instead. 
danger.ui.DateTimeEditor.layout()
          For internal use only. 
danger.audio.Sequence.loadFromMidi(byte[])
          - use Sequence.loadFromFile(byte[]) instead 
danger.audio.Sequence.loadFromRingtone(byte[])
          - use Sequence.loadFromFile(byte[]) instead 
danger.audio.Sequence.loadFromRmf(byte[])
          - use Sequence.loadFromFile(byte[]) instead 
danger.audio.Sequence.loadInstrument(int)
          - use version which takes patch plus bank lsb and msb 
org.apache.commons.httpclient.Cookie.matches(String, int, String, boolean)
          use CookieSpec interface 
org.apache.commons.httpclient.Cookie.matches(String, int, String, boolean, Date)
          use CookieSpec interface 
danger.app.Application.paintSplashScreen()
          Override Application.renderSplashScreen(danger.ui.View, danger.ui.Pen) if using a splash screen resource is insufficient. 
org.apache.commons.httpclient.Cookie.parse(String, int, String, boolean, Header)
          use CookieSpec interface 
org.apache.commons.httpclient.Cookie.parse(String, int, String, Header)
          use CookieSpec interface 
org.apache.commons.httpclient.Cookie.parse(String, String, boolean, Header)
          use CookieSpec interface 
org.apache.commons.httpclient.Cookie.parse(String, String, Header)
          <