| w(String tag, String msg)
Send a WARN log message.
|
Log |
| w(String tag, String msg, Throwable tr)
Send a WARN log message and log the exception.
|
Log |
| w(String tag, Throwable tr) | Log |
| W3C_XML_SCHEMA_INSTANCE_NS_URI
The official XSchema instance namespace URI, as defined by W3C.
|
XMLConstants |
| W3C_XML_SCHEMA_NS_URI
The official XSchema namespace URI, as defined by W3C.
|
XMLConstants |
| W3C_XPATH_DATATYPE_NS_URI
The official XPath datatype namespace URI, as defined by W3C.
|
XMLConstants |
| WAIT
char
|
PhoneNumberUtils |
| wait()
Causes the calling thread to wait until another thread calls the
notify() or notifyAll() method of this object. |
Object |
| wait(long millis)
Causes the calling thread to wait until another thread calls the
notify() or notifyAll() method of this object or until the
specified timeout expires. |
Object |
| wait(long millis, int nanos)
Causes the calling thread to wait until another thread calls the
notify() or notifyAll() method of this object or until the
specified timeout expires. |
Object |
| waitFor()
Causes the calling thread to wait for the native process associated with
this object to finish executing.
|
Process |
| waitForActivity()
Block until an Activity is created that matches this monitor,
returning the resulting activity.
|
Instrumentation.ActivityMonitor |
| waitForActivityWithTimeout(long timeOut)
Block until an Activity is created that matches this monitor,
returning the resulting activity or till the timeOut period expires.
|
Instrumentation.ActivityMonitor |
| waitForDebugger()
Wait until a debugger attaches.
|
Debug |
| waitForIdle(Runnable recipient)
Schedule a callback for when the application's main thread goes idle
(has no more events to process).
|
Instrumentation |
| waitForIdleSync()
Synchronously wait for the application to be idle.
|
Instrumentation |
| waitForMonitor(Instrumentation.ActivityMonitor monitor)
Wait for an existing Instrumentation.ActivityMonitor to be hit.
|
Instrumentation |
| waitForMonitorWithTimeout(Instrumentation.ActivityMonitor monitor, long timeOut)
Wait for an existing Instrumentation.ActivityMonitor to be hit till the timeout
expires.
|
Instrumentation |
| waitingForDebugger()
Returns "true" if one or more threads is waiting for a debugger
to attach.
|
Debug |
| WaitingThread(Condition cond, RouteSpecificPool pool)
Creates a new entry for a waiting thread.
|
WaitingThread |
| WaitingThreadAborter() | WaitingThreadAborter |
| WAIT_FOR_CONTINUE
Defines the maximum period of time in milliseconds the client should spend waiting for a 100-continue response. |
CoreProtocolPNames |
| WAIT_FOR_DEBUGGER
If 1, when launching DEBUG_APP it will wait for the debugger before
starting user code.
|
Settings.System |
| wakeUp() | JsResult
(protected) |
| wakeup()
Forces blocked
select operations to return immediately. |
Selector |
| wakeup()
Wakes up the waiting thread.
|
WaitingThread |
| WAKE_LOCK
Allows using PowerManager WakeLocks to keep processor from sleeping or screen
from dimming
|
Manifest.permission |
| wallpaperCloseEnterAnimation
When opening a new activity that hides the wallpaper, while
currently showing the wallpaper, this is the animation that
is run on the new activity (which is entering the screen).
int
|
R.attr |
| wallpaperCloseExitAnimation
When opening a new activity that hides the wallpaper, while
currently showing the wallpaper, this is the animation that
is run on the old wallpaper activity (which is exiting the screen).
int
|
R.attr |
| wallpaperIntraCloseEnterAnimation
When closing a foreround activity that is on top of the wallpaper
when the previous activity is also on top of the wallpaper,
this is the animation that is run on the previous activity
(which is entering the screen).
int
|
R.attr |
| wallpaperIntraCloseExitAnimation
When closing a foreround activity that is on top of the wallpaper
when the previous activity is also on top of the wallpaper,
this is the animation that is run on the current activity
(which is exiting the screen).
int
|
R.attr |
| wallpaperIntraOpenEnterAnimation
When opening a new activity that is on top of the wallpaper
when the current activity is also on top of the wallpaper,
this is the animation that is run on the new activity
(which is entering the screen).
int
|
R.attr |
| wallpaperIntraOpenExitAnimation
When opening a new activity that is on top of the wallpaper
when the current activity is also on top of the wallpaper,
this is the animation that is run on the current activity
(which is exiting the screen).
int
|
R.attr |
| wallpaperOpenEnterAnimation
When opening a new activity that shows the wallpaper, while
currently not showing the wallpaper, this is the animation that
is run on the new wallpaper activity (which is entering the screen).
int
|
R.attr |
| wallpaperOpenExitAnimation
When opening a new activity that shows the wallpaper, while
currently not showing the wallpaper, this is the animation that
is run on the current activity (which is exiting the screen).
int
|
R.attr |
| WALLPAPER_ACTIVITY
Name of activity to use for wallpaper on the home screen.
|
Settings.System |
| WALLPAPER_SERVICE
Use with getSystemService(String) to retrieve a
com.android.server.WallpaperService for accessing wallpapers.
|
Context |
| WALL_TIME
The constant for representing a start or end time in local wall clock time
mode, based on timezone's adjusted offset from GMT; includes
Daylight savings.
int
|
SimpleTimeZone |
| WARN
Priority constant for the println method; use Log.w.
int
|
Log |
| WARNING
The WARNING level provides warnings.
|
Level |
| warning(String msg)
Logs a message of level
Level.WARNING; the message is
transmitted to all subscribed handlers. |
Logger |
| warning(SAXParseException e)
Receive notification of a parser warning.
|
DefaultHandler |
| warning(SAXParseException exception)
Receive notification of a warning.
|
ErrorHandler |
| warning(SAXParseException e)
Receive notification of a parser warning.
|
HandlerBase |
| warning(SAXParseException e)
Filter a warning event.
|
XMLFilterImpl |
| wasNull()
Gets whether the value of the last
OUT parameter read was SQL
NULL. |
CallableStatement |
| wasNull()
Determines whether the last column read from this
ResultSet
contained SQL NULL. |
ResultSet |
| wasNull()
Reports whether the last value read was SQL
NULL. |
SQLInput |
| wasSuccessful()
Returns whether the entire test was successful or not.
|
TestResult |
| weakCompareAndSet(boolean expect, boolean update)
Atomically sets the value to the given updated value
if the current value
== the expected value. |
AtomicBoolean |
| weakCompareAndSet(int i, E expect, E update)
Atomically sets the element at position
i to the given
updated value if the current value == the expected value. |
AtomicReferenceArray |
| weakCompareAndSet(int expect, int update)
Atomically sets the value to the given updated value
if the current value
== the expected value. |
AtomicInteger |
| weakCompareAndSet(int i, int expect, int update)
Atomically sets the element at position
i to the given
updated value if the current value == the expected value. |
AtomicIntegerArray |
| weakCompareAndSet(int i, long expect, long update)
Atomically sets the value to the given updated value
if the current value
== the expected value. |
AtomicLongArray |
| weakCompareAndSet(long expect, long update)
Atomically sets the value to the given updated value
if the current value
== the expected value. |
AtomicLong |
| weakCompareAndSet(T obj, int expect, int update)
Atomically sets the field of the given object managed by this updater
to the given updated value if the current value
== the
expected value. |
AtomicIntegerFieldUpdater |
| weakCompareAndSet(T obj, long expect, long update)
Atomically sets the field of the given object managed by this updater
to the given updated value if the current value
== the
expected value. |
AtomicLongFieldUpdater |
| weakCompareAndSet(T obj, V expect, V update)
Atomically sets the field of the given object managed by this updater
to the given updated value if the current value
== the
expected value. |
AtomicReferenceFieldUpdater |
| weakCompareAndSet(V expect, V update)
Atomically sets the value to the given updated value
if the current value
== the expected value. |
AtomicReference |
| weakCompareAndSet(V expectedReference, V newReference, boolean expectedMark, boolean newMark)
Atomically sets the value of both the reference and mark
to the given update values if the
current reference is
== to the expected reference
and the current mark is equal to the expected mark. |
AtomicMarkableReference |
| weakCompareAndSet(V expectedReference, V newReference, int expectedStamp, int newStamp)
Atomically sets the value of both the reference and stamp
to the given update values if the
current reference is
== to the expected reference
and the current stamp is equal to the expected stamp. |
AtomicStampedReference |
| WeakHashMap()
Constructs a new empty
WeakHashMap instance. |
WeakHashMap |
| WeakHashMap(int capacity)
Constructs a new
WeakHashMap instance with the specified
capacity. |
WeakHashMap |
| WeakHashMap(int capacity, float loadFactor)
Constructs a new
WeakHashMap instance with the specified capacity
and load factor. |
WeakHashMap |
| WeakHashMap(Map<? extends K, ? extends V> map)
Constructs a new
WeakHashMap instance containing the mappings
from the specified map. |
WeakHashMap |
| WeakReference(T r)
Constructs a new weak reference to the given referent.
|
WeakReference |
| WeakReference(T r, ReferenceQueue<? super T> q)
Constructs a new weak reference to the given referent.
|
WeakReference |
| WEARABLE
int
|
BluetoothClass.Device.Major |
| WEARABLE_GLASSES
int
|
BluetoothClass.Device |
| WEARABLE_HELMET
int
|
BluetoothClass.Device |
| WEARABLE_JACKET
int
|
BluetoothClass.Device |
| WEARABLE_PAGER
int
|
BluetoothClass.Device |
| WEARABLE_UNCATEGORIZED
int
|
BluetoothClass.Device |
| WEARABLE_WRIST_WATCH
int
|
BluetoothClass.Device |
| WebChromeClient() | WebChromeClient |
| WebStorage() | WebStorage |
| WebView(Context context)
Construct a new WebView with a Context object.
|
WebView |
| WebView(Context context, AttributeSet attrs)
Construct a new WebView with layout parameters.
|
WebView |
| WebView(Context context, AttributeSet attrs, int defStyle)
Construct a new WebView with layout parameters and a default style.
|
WebView |
| WebView.WebViewTransport() | WebView.WebViewTransport |
| WebViewClient() | WebViewClient |
| webViewStyle
Default WebView style.
int
|
R.attr |
| WEB_URLS
Bit field indicating that web URLs should be matched in methods that
take an options mask
int
|
Linkify |
| WEDNESDAY
Value of the
DAY_OF_WEEK field indicating Wednesday.int
|
Calendar |
| WEDNESDAY
int
|
Time |
| WEEKDAY_FORMAT | DateUtils |
| WEEK_DAY
int
|
Time |
| WEEK_IN_MILLIS
long
|
DateUtils |
| WEEK_NUM
int
|
Time |
| WEEK_OF_MONTH
Field number for
get and set indicating the
week number within the current month.int
|
Calendar |
| WEEK_OF_MONTH
Marks the week of the month part of a date.
|
DateFormat.Field |
| WEEK_OF_MONTH_FIELD
FieldPosition selector for 'W' field alignment, corresponds to the
WEEK_OF_MONTH field.
int
|
DateFormat |
| WEEK_OF_YEAR
Field number for
get and set indicating the
week number within the current year.int
|
Calendar |
| WEEK_OF_YEAR
Marks the week of the year part of a date.
|
DateFormat.Field |
| WEEK_OF_YEAR_FIELD
FieldPosition selector for 'w' field alignment, corresponds to the
WEEK_OF_YEAR field.
int
|
DateFormat |
| WEIGHT
The WEIGHT text attribute.
|
TextAttribute |
| weightSum
Defines the maximum weight sum.
int
|
R.attr |
| WEIGHT_BOLD
The Constant WEIGHT_BOLD indicates the standard bold weight.
|
TextAttribute |
| WEIGHT_DEMIBOLD
The Constant WEIGHT_DEMIBOLD indicates
a lighter weight than BOLD.
|
TextAttribute |
| WEIGHT_DEMILIGHT
The Constant WEIGHT_DEMILIGHT indicates an intermediate weight
between LIGHT and STANDARD.
|
TextAttribute |
| WEIGHT_EXTRABOLD
The Constant WEIGHT_EXTRABOLD indicates an extra heavy weight.
|
TextAttribute |
| WEIGHT_EXTRA_LIGHT
The Constant WEIGHT_EXTRA_LIGHT indicates the lightest
predefined weight.
|
TextAttribute |
| WEIGHT_HEAVY
The Constant WEIGHT_HEAVY indicates a heavier weight than BOLD.
|
TextAttribute |
| WEIGHT_LIGHT
The Constant WEIGHT_LIGHT indicates the standard light weight.
|
TextAttribute |
| WEIGHT_MEDIUM
The Constant WEIGHT_MEDIUM indicates average weight
between the REGULAR and BOLD.
|
TextAttribute |
| WEIGHT_REGULAR
The Constant WEIGHT_REGULAR indicates the standart weight.
|
TextAttribute |
| WEIGHT_SEMIBOLD
The Constant WEIGHT_SEMIBOLD indicates a semi weight
of REGULAR.
|
TextAttribute |
| WEIGHT_ULTRABOLD
The Constant WEIGHT_ULTRABOLD indicates the heaviest predefined
weight.
|
TextAttribute |
| WEP104
WEP104 = WEP (Wired Equivalent Privacy) with 104-bit key
int
|
WifiConfiguration.GroupCipher |
| WEP40
WEP40 = WEP (Wired Equivalent Privacy) with 40-bit key (original 802.11)
int
|
WifiConfiguration.GroupCipher |
| WHITE
int
|
Color |
| white
int
|
R.color |
| WHITEBALANCE_AUTO
int
|
ExifInterface |
| WHITEBALANCE_MANUAL
int
|
ExifInterface |
| whitespaceChars(int low, int hi)
Specifies that the characters in the range from
low to hi
shall be treated as whitespace characters by this tokenizer. |
StreamTokenizer |
| WHITE_BALANCE_AUTO | Camera.Parameters |
| WHITE_BALANCE_CLOUDY_DAYLIGHT | Camera.Parameters |
| WHITE_BALANCE_DAYLIGHT | Camera.Parameters |
| WHITE_BALANCE_FLUORESCENT | Camera.Parameters |
| WHITE_BALANCE_INCANDESCENT | Camera.Parameters |
| WHITE_BALANCE_SHADE | Camera.Parameters |
| WHITE_BALANCE_TWILIGHT | Camera.Parameters |
| WHITE_BALANCE_WARM_FLUORESCENT | Camera.Parameters |
| Widget
Widget Styles
int
|
R.style |
| widgetLayout
The layout for the controllable widget portion of a Preference.
int
|
R.attr |
| Widget_AbsListView
int
|
R.style |
| Widget_AutoCompleteTextView
int
|
R.style |
| Widget_Button
int
|
R.style |
| Widget_Button_Inset
int
|
R.style |
| Widget_Button_Small
int
|
R.style |
| Widget_Button_Toggle
int
|
R.style |
| Widget_CompoundButton
int
|
R.style |
| Widget_CompoundButton_CheckBox
int
|
R.style |
| Widget_CompoundButton_RadioButton
int
|
R.style |
| Widget_CompoundButton_Star
int
|
R.style |
| Widget_DropDownItem
int
|
R.style |
| Widget_DropDownItem_Spinner
int
|
R.style |
| Widget_EditText
int
|
R.style |
| widget_edittext_dark
int
|
R.color |
| Widget_ExpandableListView
int
|
R.style |
| widget_frame
int
|
R.id |
| Widget_Gallery
int
|
R.style |
| Widget_GridView
int
|
R.style |
| Widget_ImageButton
int
|
R.style |
| Widget_ImageWell
int
|
R.style |
| Widget_KeyboardView
int
|
R.style |
| Widget_ListView
int
|
R.style |
| Widget_ListView_DropDown
int
|
R.style |
| Widget_ListView_Menu
int
|
R.style |
| Widget_ListView_White
int
|
R.style |
| Widget_PopupWindow
int
|
R.style |
| Widget_ProgressBar
int
|
R.style |
| Widget_ProgressBar_Horizontal
int
|
R.style |
| Widget_ProgressBar_Inverse
int
|
R.style |
| Widget_ProgressBar_Large
int
|
R.style |
| Widget_ProgressBar_Large_Inverse
int
|
R.style |
| Widget_ProgressBar_Small
int
|
R.style |
| Widget_ProgressBar_Small_Inverse
int
|
R.style |
| Widget_RatingBar
int
|
R.style |
| Widget_ScrollView
int
|
R.style |
| Widget_SeekBar
int
|
R.style |
| Widget_Spinner
int
|
R.style |
| Widget_TabWidget
int
|
R.style |
| Widget_TextView
int
|
R.style |
| Widget_TextView_PopupMenu
int
|
R.style |
| Widget_TextView_SpinnerItem
int
|
R.style |
| Widget_WebView
int
|
R.style |
| WIDTH
The width of the thumbnal
Type: INTEGER (long) |
MediaStore.Images.Thumbnails |
| WIDTH
The width of the thumbnal
Type: INTEGER (long) |
MediaStore.Video.Thumbnails |
| width
Makes the TextView be exactly this many pixels wide.
int
|
R.attr |
| WIDTH
The WIDTH text attribute.
|
TextAttribute |
| width() | Movie |
| width() | Rect |
| width() | RectF |
| WIDTH_CONDENSED
The Constant WIDTH_CONDENSED indicates the most condensed
predefined width.
|
TextAttribute |
| WIDTH_EXTENDED
The Constant WIDTH_EXTENDED indicates extended width.
|
TextAttribute |
| WIDTH_REGULAR
The Constant WIDTH_REGULAR indicates the standard width.
|
TextAttribute |
| WIDTH_SEMI_CONDENSED
The Constant WIDTH_SEMI_CONDENSED indicates
a semi condensed width.
|
TextAttribute |
| WIDTH_SEMI_EXTENDED
The Constant WIDTH_SEMI_EXTENDED indicates semi extended width.
|
TextAttribute |
| WifiConfiguration() | WifiConfiguration |
| WIFI_MAX_DHCP_RETRY_COUNT
The maximum number of times we will retry a connection to an access
point for which we have failed in acquiring an IP address from DHCP.
|
Settings.Secure |
| WIFI_MAX_DHCP_RETRY_COUNT
This constant is deprecated.
Use
WIFI_MAX_DHCP_RETRY_COUNT instead
|
Settings.System |
| WIFI_MOBILE_DATA_TRANSITION_WAKELOCK_TIMEOUT_MS
Maximum amount of time in milliseconds to hold a wakelock while waiting for mobile
data connectivity to be established after a disconnect from Wi-Fi.
|
Settings.Secure |
| WIFI_MOBILE_DATA_TRANSITION_WAKELOCK_TIMEOUT_MS
This constant is deprecated.
Use
WIFI_MOBILE_DATA_TRANSITION_WAKELOCK_TIMEOUT_MS instead
|
Settings.System |
| WIFI_MODE_FULL
In this Wi-Fi lock mode, Wi-Fi will be kept active,
and will behave normally, i.e., it will attempt to automatically
establish a connection to a remembered access point that is
within range, and will do periodic scans if there are remembered
access points but none are in range.
int
|
WifiManager |
| WIFI_MODE_SCAN_ONLY
In this Wi-Fi lock mode, Wi-Fi will be kept active,
but the only operation that will be supported is initiation of
scans, and the subsequent reporting of scan results.
int
|
WifiManager |
| WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON
Whether to notify the user of open networks.
|
Settings.Secure |
| WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON
This constant is deprecated.
Use
WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON instead
|
Settings.System |
| WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY
Delay (in seconds) before repeating the Wi-Fi networks available notification.
|
Settings.Secure |
| WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY
This constant is deprecated.
Use
WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY instead
|
Settings.System |
| WIFI_NUM_OPEN_NETWORKS_KEPT
When the number of open networks exceeds this number, the
least-recently-used excess networks will be removed.
|
Settings.Secure |
| WIFI_NUM_OPEN_NETWORKS_KEPT
This constant is deprecated.
Use WIFI_NUM_OPEN_NETWORKS_KEPT
instead
|
Settings.System |
| WIFI_ON
Whether the Wi-Fi should be on.
|
Settings.Secure |
| WIFI_ON
This constant is deprecated.
Use WIFI_ON instead
|
Settings.System |
| WIFI_SERVICE
Use with getSystemService(String) to retrieve a WifiManager for handling management of
Wi-Fi access.
|
Context |
| WIFI_SLEEP_POLICY
The policy for deciding when Wi-Fi should go to sleep (which will in
turn switch to using the mobile data as an Internet connection).
|
Settings.System |
| WIFI_SLEEP_POLICY_DEFAULT
Value for WIFI_SLEEP_POLICY to use the default Wi-Fi sleep
policy, which is to sleep shortly after the turning off
according to the STAY_ON_WHILE_PLUGGED_IN setting.
int
|
Settings.System |
| WIFI_SLEEP_POLICY_NEVER
Value for WIFI_SLEEP_POLICY to never go to sleep.
int
|
Settings.System |
| WIFI_SLEEP_POLICY_NEVER_WHILE_PLUGGED
Value for WIFI_SLEEP_POLICY to use the default policy when
the device is on battery, and never go to sleep when the device is
plugged in.
int
|
Settings.System |
| WIFI_STATE_CHANGED_ACTION
Broadcast intent action indicating that Wi-Fi has been enabled, disabled,
enabling, disabling, or unknown.
|
WifiManager |
| WIFI_STATE_DISABLED
Wi-Fi is disabled.
int
|
WifiManager |
| WIFI_STATE_DISABLING
Wi-Fi is currently being disabled.
int
|
WifiManager |
| WIFI_STATE_ENABLED
Wi-Fi is enabled.
int
|
WifiManager |
| WIFI_STATE_ENABLING
Wi-Fi is currently being enabled.
int
|
WifiManager |
| WIFI_STATE_UNKNOWN
Wi-Fi is in an unknown state.
int
|
WifiManager |
| WIFI_STATIC_DNS1
If using static IP, the primary DNS's IP address.
|
Settings.System |
| WIFI_STATIC_DNS2
If using static IP, the secondary DNS's IP address.
|
Settings.System |
| WIFI_STATIC_GATEWAY
If using static IP, the gateway's IP address.
|
Settings.System |
| WIFI_STATIC_IP
The static IP address.
|
Settings.System |
| WIFI_STATIC_NETMASK
If using static IP, the net mask.
|
Settings.System |
| WIFI_USE_STATIC_IP
Whether to use static IP and other static network attributes.
|
Settings.System |
| WIFI_WATCHDOG_ACCEPTABLE_PACKET_LOSS_PERCENTAGE
The acceptable packet loss percentage (range 0 - 100) before trying
another AP on the same network.
|
Settings.Secure |
| WIFI_WATCHDOG_ACCEPTABLE_PACKET_LOSS_PERCENTAGE
This constant is deprecated.
Use
WIFI_WATCHDOG_ACCEPTABLE_PACKET_LOSS_PERCENTAGE
instead
|
Settings.System |
| WIFI_WATCHDOG_AP_COUNT
The number of access points required for a network in order for the
watchdog to monitor it.
|
Settings.Secure |
| WIFI_WATCHDOG_AP_COUNT
This constant is deprecated.
Use WIFI_WATCHDOG_AP_COUNT instead
|
Settings.System |
| WIFI_WATCHDOG_BACKGROUND_CHECK_DELAY_MS
The delay between background checks.
|
Settings.Secure |
| WIFI_WATCHDOG_BACKGROUND_CHECK_DELAY_MS
This constant is deprecated.
Use
WIFI_WATCHDOG_BACKGROUND_CHECK_DELAY_MS instead
|
Settings.System |
| WIFI_WATCHDOG_BACKGROUND_CHECK_ENABLED
Whether the Wi-Fi watchdog is enabled for background checking even
after it thinks the user has connected to a good access point.
|
Settings.Secure |
| WIFI_WATCHDOG_BACKGROUND_CHECK_ENABLED
This constant is deprecated.
Use
WIFI_WATCHDOG_BACKGROUND_CHECK_ENABLED instead
|
Settings.System |
| WIFI_WATCHDOG_BACKGROUND_CHECK_TIMEOUT_MS
The timeout for a background ping
|
Settings.Secure |
| WIFI_WATCHDOG_BACKGROUND_CHECK_TIMEOUT_MS
This constant is deprecated.
Use
WIFI_WATCHDOG_BACKGROUND_CHECK_TIMEOUT_MS
instead
|
Settings.System |
| WIFI_WATCHDOG_INITIAL_IGNORED_PING_COUNT
The number of initial pings to perform that *may* be ignored if they
fail.
|
Settings.Secure |
| WIFI_WATCHDOG_INITIAL_IGNORED_PING_COUNT
This constant is deprecated.
Use
WIFI_WATCHDOG_INITIAL_IGNORED_PING_COUNT instead
|
Settings.System |
| WIFI_WATCHDOG_MAX_AP_CHECKS
The maximum number of access points (per network) to attempt to test.
|
Settings.Secure |
| WIFI_WATCHDOG_MAX_AP_CHECKS
This constant is deprecated.
Use WIFI_WATCHDOG_MAX_AP_CHECKS
instead
|
Settings.System |
| WIFI_WATCHDOG_ON
Whether the Wi-Fi watchdog is enabled.
|
Settings.Secure |
| WIFI_WATCHDOG_ON
This constant is deprecated.
Use WIFI_WATCHDOG_ON instead
|
Settings.System |
| WIFI_WATCHDOG_PING_COUNT
The number of pings to test if an access point is a good connection.
|
Settings.Secure |
| WIFI_WATCHDOG_PING_COUNT
This constant is deprecated.
Use WIFI_WATCHDOG_PING_COUNT instead
|
Settings.System |
| WIFI_WATCHDOG_PING_DELAY_MS
The delay between pings.
|
Settings.Secure |
| WIFI_WATCHDOG_PING_DELAY_MS
This constant is deprecated.
Use WIFI_WATCHDOG_PING_DELAY_MS
instead
|
Settings.System |
| WIFI_WATCHDOG_PING_TIMEOUT_MS
The timeout per ping.
|
Settings.Secure |
| WIFI_WATCHDOG_PING_TIMEOUT_MS
This constant is deprecated.
Use WIFI_WATCHDOG_PING_TIMEOUT_MS
instead
|
Settings.System |
| WIFI_WATCHDOG_WATCH_LIST
A comma-separated list of SSIDs for which the Wi-Fi watchdog should be enabled.
|
Settings.Secure |
| WILD
char
|
PhoneNumberUtils |
| WILD_CARD
int[]
|
StateSet |
| willChangeBounds()
Indicates whether or not this animation will affect the bounds of the animated view. |
AlphaAnimation |
| willChangeBounds()
Indicates whether or not this animation will affect the bounds of the animated view. |
Animation |
| willChangeBounds()
Indicates whether or not this animation will affect the bounds of the animated view. |
AnimationSet |
| willChangeTransformationMatrix()
Indicates whether or not this animation will affect the transformation matrix. |
AlphaAnimation |
| willChangeTransformationMatrix()
Indicates whether or not this animation will affect the transformation matrix. |
Animation |
| willChangeTransformationMatrix()
Indicates whether or not this animation will affect the transformation matrix. |
AnimationSet |
| willNotCacheDrawing()
Returns whether or not this View can cache its drawing or not.
|
View |
| willNotDraw()
Returns whether or not this View draws on its own.
|
View |
| willOverlap()
Indicates whether two children's animations will overlap.
|
GridLayoutAnimationController |
| willOverlap()
Indicates whether two children's animations will overlap.
|
LayoutAnimationController |
| Window(Context context) | Window |
| windowAnimationStyle
Reference to a style resource holding
the set of window animations to use, which can be
any of the attributes defined by
WindowAnimation.
int
|
R.attr |
| windowBackground
Drawable to use as the overall window background.
int
|
R.attr |
| windowContentOverlay
This Drawable is overlaid over the foreground of the Window's content area, usually
to place a shadow below the title.
int
|
R.attr |
| windowDisablePreview
Flag allowing you to disable the preview animation for a window.
int
|
R.attr |
| windowEnterAnimation
The animation used when a window is being added.
int
|
R.attr |
| windowExitAnimation
The animation used when a window is being removed.
int
|
R.attr |
| windowFrame
Drawable to use as a frame around the window.
int
|
R.attr |
| windowFullscreen
Flag indicating whether this window should fill the entire screen.
int
|
R.attr |
| windowHideAnimation
The animation used when a window is going from VISIBLE to INVISIBLE.
int
|
R.attr |
| windowIsFloating
Flag indicating whether this is a floating window.
int
|
R.attr |
| windowIsTranslucent
Flag indicating whether this is a translucent window.
int
|
R.attr |
| WindowManager.BadTokenException() | WindowManager.BadTokenException |
| WindowManager.BadTokenException(String name) | WindowManager.BadTokenException |
| WindowManager.LayoutParams() | WindowManager.LayoutParams |
| WindowManager.LayoutParams(Parcel in) | WindowManager.LayoutParams |
| WindowManager.LayoutParams(int _type) | WindowManager.LayoutParams |
| WindowManager.LayoutParams(int _type, int _flags) | WindowManager.LayoutParams |
| WindowManager.LayoutParams(int _type, int _flags, int _format) | WindowManager.LayoutParams |
| WindowManager.LayoutParams(int w, int h, int _type, int _flags, int _format) | WindowManager.LayoutParams |
| WindowManager.LayoutParams(int w, int h, int xpos, int ypos, int _type, int _flags, int _format) | WindowManager.LayoutParams |
| windowNoDisplay
Flag indicating that this window should not be displayed at all.
int
|
R.attr |
| windowNoTitle
Flag indicating whether there should be no title on this window.
int
|
R.attr |
| windowShowAnimation
The animation used when a window is going from INVISIBLE to VISIBLE.
int
|
R.attr |
| windowShowWallpaper
Flag indicating that this window's background should be the
user's current wallpaper.
int
|
R.attr |
| windowSoftInputMode
Defines the default soft input state that this window would
like when it is displayed.
int
|
R.attr |
| windowTitleBackgroundStyle
The style resource to use for a window's title area.
int
|
R.attr |
| windowTitleSize
The style resource to use for a window's title bar height.
int
|
R.attr |
| windowTitleStyle
The style resource to use for a window's title text.
int
|
R.attr |
| WINDOW_ANIMATION_SCALE
Scaling factor for normal window animations.
|
Settings.System |
| WINDOW_FOCUSED_STATE_SET
Indicates the view's window has focus.
int[]
|
View |
| WINDOW_SERVICE
Use with getSystemService(String) to retrieve a
WindowManager for accessing the system's window
manager.
|
Context |
| Wire(Log log) | Wire |
| withAlpha(int alpha)
Creates a new ColorStateList that has the same states and
colors as this one but where each color has the specified alpha value
(0-255).
|
ColorStateList |
| withAppendedId(Uri contentUri, long id)
Appends the given ID to the end of the path.
|
ContentUris |
| withAppendedPath(Uri baseUri, String pathSegment)
Creates a new Uri by appending an already-encoded path segment to a
base Uri.
|
Uri |
| withExpectedCount(int count)
If set then if the number of rows affected by this operation do not match
this count OperationApplicationException will be throw.
|
ContentProviderOperation.Builder |
| withSelection(String selection, String[] selectionArgs)
The selection and arguments to use.
|
ContentProviderOperation.Builder |
| withSelectionBackReference(int selectionArgIndex, int previousResult)
Add a back references as a selection arg.
|
ContentProviderOperation.Builder |
| withValue(String key, Object value)
A value to insert or update.
|
ContentProviderOperation.Builder |
| withValueBackReference(String key, int previousResult)
Add a ContentValues back reference.
|
ContentProviderOperation.Builder |
| withValueBackReferences(ContentValues backReferences)
Add a ContentValues of back references.
|
ContentProviderOperation.Builder |
| withValues(ContentValues values)
The ContentValues to use.
|
ContentProviderOperation.Builder |
| withYieldAllowed(boolean yieldAllowed) | ContentProviderOperation.Builder |
| WORD
The word column.
|
UserDictionary.Words |
| wordChars(int low, int hi)
Specifies that the characters in the range from
low to hi
shall be treated as word characters by this tokenizer. |
StreamTokenizer |
| WPA
WPA/IEEE 802.11i/D3.0
int
|
WifiConfiguration.Protocol |
| WPA_EAP
WPA using EAP authentication.
int
|
WifiConfiguration.KeyMgmt |
| WPA_PSK
WPA pre-shared key (requires
preSharedKey to be specified).int
|
WifiConfiguration.KeyMgmt |
| wrap(CharacterStyle cs)
A given CharacterStyle can only applied to a single region of a given
Spanned.
|
CharacterStyle |
| wrap(byte[] array)
Creates a new byte buffer by wrapping the given byte array.
|
ByteBuffer |
| wrap(byte[] array, int start, int len)
Creates a new byte buffer by wrapping the given byte array.
|
ByteBuffer |
| wrap(char[] array)
Creates a new char buffer by wrapping the given char array.
|
CharBuffer |
| wrap(char[] array, int start, int len)
Creates a new char buffer by wrapping the given char array.
|
CharBuffer |
| wrap(double[] array)
Creates a new double buffer by wrapping the given double array.
|
DoubleBuffer |
| wrap(double[] array, int start, int len)
Creates a new double buffer by wrapping the given double array.
|
DoubleBuffer |
| wrap(float[] array)
Creates a new float buffer by wrapping the given float array.
|
FloatBuffer |
| wrap(float[] array, int start, int len)
Creates a new float buffer by wrapping the given float array.
|
FloatBuffer |
| wrap(int[] array)
Creates a new int buffer by wrapping the given int array.
|
IntBuffer |
| wrap(int[] array, int start, int len)
Creates a new int buffer by wrapping the given int array.
|
IntBuffer |
| wrap(CharSequence chseq)
Creates a new char buffer by wrapping the given char sequence.
|
CharBuffer |
| wrap(CharSequence chseq, int start, int end)
Creates a new char buffer by wrapping the given char sequence.
|
CharBuffer |
| wrap(ByteBuffer src, ByteBuffer dst)
Encodes the outgoing application data buffer into the network data
buffer.
|
SSLEngine |
| wrap(ByteBuffer[] srcs, int offset, int length, ByteBuffer dst)
Encodes the outgoing application data buffers into the network data
buffer.
|
SSLEngine |
| wrap(ByteBuffer[] srcs, ByteBuffer dst)
Encodes the outgoing application data buffers into the network data
buffer.
|
SSLEngine |
| wrap(Key key)
Wraps a key using this cipher instance.
|
Cipher |
| wrap(EGL egl, int configFlags, Writer log)
Wrap an existing EGL interface in a new EGL interface that adds
support for error checking and/or logging.
|
GLDebugHelper |
| wrap(GL gl)
Wraps a gl interface in another gl interface.
|
GLSurfaceView.GLWrapper |
| wrap(GL gl, int configFlags, Writer log) | GLDebugHelper |
| wrap(long[] array)
Creates a new long buffer by wrapping the given long array.
|
LongBuffer |
| wrap(long[] array, int start, int len)
Creates a new long buffer by wrapping the given long array.
|
LongBuffer |
| wrap(short[] array)
Creates a new short buffer by wrapping the given short array.
|
ShortBuffer |
| wrap(short[] array, int start, int len)
Creates a new short buffer by wrapping the given short array.
|
ShortBuffer |
| WRAP_CONTENT
Special value for the height or width requested by a View.
int
|
ViewGroup.LayoutParams |
| WRAP_MODE
Constant for key wrapping operation mode.
int
|
Cipher |
| write(byte[] b) | AbstractSessionOutputBuffer |
| write(byte[] buffer)
Writes the entire contents of the byte array
buffer to this
stream. |
AssetFileDescriptor.AutoCloseOutputStream |
| write(byte[] b)
Writes the array.
|
ChunkedOutputStream |
| write(byte[] b)
Writes the buffer of bytes to this cipher output stream.
|
CipherOutputStream |
| write(byte[] b)
Writes the entire contents of the byte array
buffer to this
stream. |
ContentLengthOutputStream |
| write(byte[] buffer)
Writes the entire contents of the byte array
buffer to this
stream. |
DataOutput |
| write(byte[] buffer)
Writes the entire contents of the byte array
buffer to this
stream. |
FileOutputStream |
| write(byte[] buffer)
Writes the entire contents of the byte array
buffer to this
stream. |
FilterOutputStream |
| write(byte[] b)
Writes the entire contents of the byte array
buffer to this
stream. |
IdentityOutputStream |
| write(byte[] b) | LoggingSessionOutputBuffer |
| write(byte[] buffer)
Writes the entire contents of the byte array
buffer to the output
stream. |
ObjectOutput |
| write(byte[] buffer)
Writes the entire contents of the byte array
buffer to the output
stream. |
ObjectOutputStream |
| write(byte[] buffer)
Writes the entire contents of the byte array
buffer to this
stream. |
OutputStream |
| write(byte[] buffer)
Writes the entire contents of the byte array
buffer to this file,
starting at the current file pointer. |
RandomAccessFile |
| write(byte[] b) | SessionOutputBuffer |
| write(byte[] b, int off, int len) | AbstractSessionOutputBuffer |
| write(byte[] buffer, int offset, int count)
Writes
count bytes from the byte array buffer starting at
offset to this stream. |
AssetFileDescriptor.AutoCloseOutputStream |
| write(byte[] audioData, int offsetInBytes, int sizeInBytes)
Writes the audio data to the audio hardware for playback.
|
AudioTrack |
| write(byte[] buffer, int offset, int length)
Writes
count bytes from the byte array buffer starting at
offset to this stream. |
BufferedOutputStream |
| write(byte[] buffer, int offset, int len)
Writes
count bytes from the byte array buffer starting at
offset index to this stream. |
ByteArrayOutputStream |
| write(byte[] buf, int off, int nbytes)
Writes n bytes of data from
buf starting at offset off to
the underlying stream. |
CheckedOutputStream |
| write(byte[] src, int off, int len)
Writes
count bytes from the byte array buffer starting at
position offset to this stream. |
ChunkedOutputStream |
| write(byte[] b, int off, int len)
Writes the
len bytes from buffer b starting at offset
off to this cipher output stream. |
CipherOutputStream |
| write(byte[] b, int off, int len)
Writes
count bytes from the byte array buffer starting at
position offset to this stream. |
ContentLengthOutputStream |
| write(byte[] buffer, int offset, int count)
Writes
count bytes from the byte array buffer starting at
offset index. |
DataOutput |
| write(byte[] buffer, int offset, int count)
Writes
count bytes from the byte array buffer starting at
offset to the target stream. |
DataOutputStream |
| write(byte[] buffer, int off, int nbytes)
Compresses
nbytes of data from buf starting at
off and writes it to the underlying stream. |
DeflaterOutputStream |
| write(byte[] b, int off, int len)
Writes
len bytes into the stream, starting from the specified
offset. |
DigestOutputStream |
| write(byte[] buffer, int offset, int count)
Writes
count bytes from the byte array buffer starting at
offset to this stream. |
FileOutputStream |
| write(byte[] buffer, int offset, int count)
Writes
count bytes from the byte array buffer starting at
offset to the target stream. |
FilterOutputStream |
| write(byte[] buffer, int off, int nbytes)
Write up to nbytes of data from the given buffer, starting at offset off,
to the underlying stream in GZIP format.
|
GZIPOutputStream |
| write(byte[] b, int off, int len)
Writes
count bytes from the byte array buffer starting at
position offset to this stream. |
IdentityOutputStream |
| write(byte[] b, int off, int len) | LoggingSessionOutputBuffer |
| write(byte[] buffer, int offset, int count)
Writes
count bytes from the byte array buffer starting at
position offset to the target stream. |
ObjectOutput |
| write(byte[] buffer, int offset, int length)
Writes
count bytes from the byte array buffer starting at
offset index to the target stream. |
ObjectOutputStream |
| write(byte[] buffer, int offset, int count)
Writes
count bytes from the byte array buffer starting at
position offset to this stream. |
OutputStream |
| write(byte[] buffer, int offset, int count)
Writes
count bytes from the byte array buffer starting at
offset to this stream. |
PipedOutputStream |
| write(byte[] buffer, int offset, int count)
Writes
count bytes from buffer starting at offset
to the target stream. |
PrintStream |
| write(byte[] buffer, int offset, int count)
Writes
count bytes from the byte array buffer to this
file, starting at the current file pointer and using offset as
the first position within buffer to get bytes. |
RandomAccessFile |
| write(byte[] b, int off, int len) | SessionOutputBuffer |
| write(byte[] buffer, int off, int nbytes)
Writes data for the current entry to the underlying stream.
|
ZipOutputStream |
| write(char[] buf)
Writes the character buffer
buf to the target. |
PrintWriter |
| write(char[] buf)
Writes the entire character buffer
buf to the target. |
Writer |
| write(char[] cbuf, int offset, int count)
Writes
count characters starting at offset in
cbuf to this writer. |
BufferedWriter |
| write(char[] c, int offset, int len)
Writes
count characters starting at offset in c
to this writer. |
CharArrayWriter |
| write(char[] buffer, int offset, int count)
Writes
count characters from the char array buffer
starting at position offset to the target writer. |
FilterWriter |
| write(char[] buf, int offset, int count)
Writes
count characters starting at offset in buf
to this writer. |
OutputStreamWriter |
| write(char[] buffer, int offset, int count)
Writes
count characters from the character array buffer
starting at offset index to this writer. |
PipedWriter |
| write(char[] buf, int offset, int count)
Writes
count characters from buffer starting at offset to the target. |
PrintWriter |
| write(char[] cbuf, int offset, int count)
Writes
count characters starting at offset in buf
to this writer's StringBuffer. |
StringWriter |
| write(char[] buf, int offset, int count)
Writes
count characters starting at offset in buf
to the target. |
Writer |
| write(int b) | AbstractSessionOutputBuffer |
| write(int oneByte)
Writes the specified byte
oneByte to this stream. |
AssetFileDescriptor.AutoCloseOutputStream |
| write(int oneByte)
Writes one byte to this stream.
|
BufferedOutputStream |
| write(int oneChar)
Writes the character
oneChar to this writer. |
BufferedWriter |
| write(int oneByte)
Writes the specified byte
oneByte to the OutputStream. |
ByteArrayOutputStream |
| write(int oneChar)
Writes the specified character
oneChar to this writer. |
CharArrayWriter |
| write(int val)
Writes the specified byte to the underlying stream.
|
CheckedOutputStream |
| write(int b)
Writes a single byte to this stream.
|
ChunkedOutputStream |
| write(int b)
Writes the single byte to this cipher output stream.
|
CipherOutputStream |
| write(int b)
Writes a single byte to this stream.
|
ContentLengthOutputStream |
| write(int oneByte)
Writes the specified 8-bit byte.
|
DataOutput |
| write(int oneByte)
Writes a byte to the target stream.
|
DataOutputStream |
| write(int i)
Writes one byte to the target stream.
|
DeflaterOutputStream |
| write(int b)
Writes the specified
int to the stream. |
DigestOutputStream |
| write(int oneByte)
Writes the specified byte
oneByte to this stream. |
FileOutputStream |
| write(int oneByte)
Writes one byte to the target stream.
|
FilterOutputStream |
| write(int oneChar)
Writes the specified character
oneChar to the target writer. |
FilterWriter |
| write(int b)
Writes a single byte to this stream.
|
IdentityOutputStream |
| write(int b) | LoggingSessionOutputBuffer |
| write(int value)
Writes a single byte to the target stream.
|
ObjectOutput |
| write(int value)
Writes a single byte to the target stream.
|
ObjectOutputStream |
| write(int oneByte)
Writes a single byte to this stream.
|
OutputStream |
| write(int oneChar)
Writes the character
oneChar to this writer. |
OutputStreamWriter |
| write(int oneByte)
Writes a single byte to this stream.
|
PipedOutputStream |
| write(int c)
Writes a single character
c to this writer. |
PipedWriter |
| write(int oneByte)
Writes one byte to the target stream.
|
PrintStream |
| write(int oneChar)
Writes one character to the target.
|
PrintWriter |
| write(int oneByte)
Writes a byte to this file, starting at the current file pointer.
|
RandomAccessFile |
| write(int b) | SessionOutputBuffer |
| write(int oneChar)
Writes one character to this writer's
StringBuffer. |
StringWriter |
| write(int oneChar)
Writes one character to the target.
|
Writer |
| write(ObjectOutput out)
This method is deprecated.
This method is unsafe and may corrupt the target stream.
Use ObjectOutputStream#writeFields() instead.
|
ObjectOutputStream.PutField |
| write(OutputStream os)
Writes out the attribute information of the receiver to the specified
OutputStream. |
Manifest |
| write(String str)
Writes the characters from the specified string to the target.
|
PrintWriter |
| write(String str)
Writes the characters from the specified string to this writer's
StringBuffer. |
StringWriter |
| write(String str)
Writes the characters from the specified string to the target.
|
Writer |
| write(String str, int offset, int count)
Writes
count characters starting at offset in str
to this writer. |
BufferedWriter |
| write(String str, int offset, int len)
Writes
count number of characters starting at offset from
the string str to this CharArrayWriter. |
CharArrayWriter |
| write(String str, int offset, int count)
Writes
count characters from the string str starting at
position index to this writer. |
FilterWriter |
| write(String str, int offset, int count)
Writes
count characters starting at offset in str
to this writer. |
OutputStreamWriter |
| write(String str, int offset, int count)
Writes
count characters from str starting at offset to the target. |
PrintWriter |
| write(String str, int offset, int count)
Writes
count characters from str starting at offset to this writer's StringBuffer. |
StringWriter |
| write(String str, int offset, int count)
Writes
count characters from str starting at offset to the target. |
Writer |
| write(ByteBuffer source)
Writes a datagram from the byte buffer to this channel.
|
DatagramChannel |
| write(ByteBuffer src)
Writes bytes from the given byte buffer to this file channel.
|
FileChannel |
| write(ByteBuffer source)
Writes bytes from the given byte buffer to this socket channel.
|
SocketChannel |
| write(ByteBuffer buffer)
Writes bytes from the given buffer to the channel.
|
WritableByteChannel |
| write(ByteBuffer buffer, long position)
Writes bytes from the given buffer to this file channel starting at the
given file position.
|
FileChannel |
| write(ByteBuffer[] sources)
Writes a datagram from the byte buffers to this channel.
|
DatagramChannel |
| write(ByteBuffer[] buffers)
Writes bytes from all the given byte buffers to this file channel.
|
FileChannel |
| write(ByteBuffer[] buffers)
Writes bytes from all the given buffers to a channel.
|
GatheringByteChannel |
| write(ByteBuffer[] sources)
Writes bytes from all the given byte buffers to this socket channel.
|
SocketChannel |
| write(ByteBuffer[] sources, int offset, int length)
Writes a datagram from the byte buffers to this channel.
|
DatagramChannel |
| write(ByteBuffer[] buffers, int offset, int length)
Writes bytes from a subset of the specified array of buffers into this
file channel.
|
FileChannel |
| write(ByteBuffer[] buffers, int offset, int length)
Writes bytes from a subset of the specified array of buffers to a
channel.
|
GatheringByteChannel |
| write(ByteBuffer[] sources, int offset, int length)
Writes bytes from a subset of the specified array of buffers into this
socket channel.
|
SocketChannel |
| write(HttpMessage message) | AbstractMessageWriter |
| write(HttpMessage message) | HttpMessageWriter |
| write(short[] audioData, int offsetInShorts, int sizeInShorts)
Writes the audio data to the audio hardware for playback.
|
AudioTrack |
| WriteAbortedException(String detailMessage, Exception rootCause)
Constructs a new
WriteAbortedException with its stack trace,
detail message and the exception which caused the underlying problem when
serializing the object filled in. |
WriteAbortedException |
| writeArray(Object[] val)
Flatten an Object array into the parcel at the current dataPosition(),
growing dataCapacity() if needed.
|
Parcel |
| writeArray(Array theArray)
Write an SQL
Array value into the output stream. |
SQLOutput |
| writeAsciiStream(InputStream theStream)
Write a stream of ASCII characters into the output stream.
|
SQLOutput |
| writeBigDecimal(BigDecimal theBigDecimal)
Write a
java.math.BigDecimal value into the output stream. |
SQLOutput |
| writeBinaryStream(InputStream theStream)
Write a stream of uninterpreted bytes into the output stream.
|
SQLOutput |
| writeBinderArray(IBinder[] val) | Parcel |
| writeBinderList(List<IBinder> val)
Flatten a List containing IBinder objects into the parcel, at
the current dataPosition() and growing dataCapacity() if needed.
|
Parcel |
| writeBlob(Blob theBlob)
Write an SQL
Blob value into the output stream. |
SQLOutput |
| writeBoolean(boolean val)
Writes the specified boolean.
|
DataOutput |
| writeBoolean(boolean val)
Writes a boolean to the target stream.
|
DataOutputStream |
| writeBoolean(boolean value)
Writes a boolean to the target stream.
|
ObjectOutputStream |
| writeBoolean(boolean val)
Writes a boolean to this file, starting at the current file pointer.
|
RandomAccessFile |
| writeBoolean(boolean theFlag)
Write a
boolean value into the output stream. |
SQLOutput |
| writeBooleanArray(boolean[] val) | Parcel |
| writeBundle(Bundle val)
Flatten a Bundle into the parcel at the current dataPosition(),
growing dataCapacity() if needed.
|
Parcel |
| writeByte(byte val)
Write an byte value into the parcel at the current dataPosition(),
growing dataCapacity() if needed.
|
Parcel |
| writeByte(byte theByte)
Write a
byte value into the output stream. |
SQLOutput |
| writeByte(int val)
Writes the specified 8-bit byte.
|
DataOutput |
| writeByte(int val)
Writes an 8-bit byte to the target stream.
|
DataOutputStream |
| writeByte(int value)
Writes a byte (8 bit) to the target stream.
|
ObjectOutputStream |
| writeByte(int val)
Writes an 8-bit byte to this file, starting at the current file pointer.
|
RandomAccessFile |
| writeByteArray(byte[] b)
Write a byte array into the parcel at the current {#link #dataPosition},
growing dataCapacity() if needed.
|
Parcel |
| writeByteArray(byte[] b, int offset, int len)
Write an byte array into the parcel at the current {#link #dataPosition},
growing dataCapacity() if needed.
|
Parcel |
| writeBytes(byte[] theBytes)
Write an array of bytes into the output stream.
|
SQLOutput |
| writeBytes(byte[] buffer, int srcOffset, int destOffset, int count)
Write bytes to the memory file.
|
MemoryFile |
| writeBytes(String str)
Writes the low order 8-bit bytes from the specified string.
|
DataOutput |
| writeBytes(String str)
Writes the low order bytes from a string to the target stream.
|
DataOutputStream |
| writeBytes(String value)
Writes the string
value as a sequence of bytes to the target
stream. |
ObjectOutputStream |
| writeBytes(String str)
Writes the low order 8-bit bytes from a string to this file, starting at
the current file pointer.
|
RandomAccessFile |
| writeChar(int val)
Writes the specified 16-bit character.
|
DataOutput |
| writeChar(int val)
Writes a 16-bit character to the target stream.
|
DataOutputStream |
| writeChar(int value)
Writes a character (16 bit) to the target stream.
|
ObjectOutputStream |
| writeChar(int val)
Writes a 16-bit character to this file, starting at the current file
pointer.
|
RandomAccessFile |
| writeCharacterStream(Reader theStream)
Write a stream of unicode characters into the output stream.
|
SQLOutput |
| writeCharArray(char[] val) | Parcel |
| writeChars(String str)
Writes the 16-bit characters contained in
str. |
DataOutput |
| writeChars(String str)
Writes the 16-bit characters contained in
str to the target
stream. |
DataOutputStream |
| writeChars(String value)
Writes the string
value as a sequence of characters to the target
stream. |
ObjectOutputStream |
| writeChars(String str)
Writes the 16-bit characters from a string to this file, starting at the
current file pointer.
|
RandomAccessFile |
| writeClassDescriptor(ObjectStreamClass classDesc)
Writes a class descriptor to the target stream.
|
ObjectOutputStream
(protected) |
| writeClob(Clob theClob)
Write an SQL
Clob value into the output stream. |
SQLOutput |
| writeClosingChunk() | ChunkedOutputStream
(protected) |
| writeData(RowSetInternal theRowSet)
Writes changes made in the
RowSet, which is associated with this
RowSetWriter, back to the database. |
RowSetWriter |
| writeDate(Date theDate)
Write a
java.sql.Date value into the output stream. |
SQLOutput |
| writeDouble(double val)
Writes the specified 64-bit double.
|
DataOutput |
| writeDouble(double val)
Writes a 64-bit double to the target stream.
|
DataOutputStream |
| writeDouble(double value)
Writes a double (64 bit) to the target stream.
|
ObjectOutputStream |
| writeDouble(double val)
Write a double precision floating point value into the parcel at the
current dataPosition(), growing dataCapacity() if needed.
|
Parcel |
| writeDouble(double val)
Writes a 64-bit double to this file, starting at the current file
pointer.
|
RandomAccessFile |
| writeDouble(double theDouble)
Write a
double value into the output stream. |
SQLOutput |
| writeDoubleArray(double[] val) | Parcel |
| writeException(Exception e)
Special function for writing an exception result at the header of
a parcel, to be used when returning an exception from a transaction.
|
Parcel |
| writeExceptionToParcel(Parcel reply, Exception e)
Special function for writing an exception result at the header of
a parcel, to be used when returning an exception from a transaction.
|
DatabaseUtils |
| writeExternal(ObjectOutput output)
Writes the receiver to the ObjectOutput
output. |
Externalizable |
| writeFields()
Writes the fields of the object currently being written to the target
stream.
|
ObjectOutputStream |
| writeFileDescriptor(FileDescriptor val)
Write a FileDescriptor into the parcel at the current dataPosition(),
growing dataCapacity() if needed.
|
Parcel |
| writeFloat(float val)
Writes the specified 32-bit float.
|
DataOutput |
| writeFloat(float val)
Writes a 32-bit float to the target stream.
|
DataOutputStream |
| writeFloat(float value)
Writes a float (32 bit) to the target stream.
|
ObjectOutputStream |
| writeFloat(float val)
Write a floating point value into the parcel at the current
dataPosition(), growing dataCapacity() if needed.
|
Parcel |
| writeFloat(float val)
Writes a 32-bit float to this file, starting at the current file pointer.
|
RandomAccessFile |
| writeFloat(float theFloat)
Write a
float value into the output stream. |
SQLOutput |
| writeFloatArray(float[] val) | Parcel |
| writeHeadLine(HttpMessage message) | AbstractMessageWriter
(protected) |
| writeHeadLine(HttpMessage message) | HttpRequestWriter
(protected) |
| writeHeadLine(HttpMessage message) | HttpResponseWriter
(protected) |
| writeInt(int val)
Writes the specified 32-bit int.
|
DataOutput |
| writeInt(int val)
Writes a 32-bit int to the target stream.
|
DataOutputStream |
| writeInt(int value)
Writes an integer (32 bit) to the target stream.
|
ObjectOutputStream |
| writeInt(int val)
Write an integer value into the parcel at the current dataPosition(),
growing dataCapacity() if needed.
|
Parcel |
| writeInt(int val)
Writes a 32-bit integer to this file, starting at the current file
pointer.
|
RandomAccessFile |
| writeInt(int theInt)
Write an
int value into the output stream. |
SQLOutput |
| writeIntArray(int[] val) | Parcel |
| writeIntentSenderOrNullToParcel(IntentSender sender, Parcel out)
Convenience function for writing either a IntentSender or null pointer to
a Parcel.
|
IntentSender |
| writeInterfaceToken(String interfaceName)
Store or read an IBinder interface token in the parcel at the current
dataPosition().
|
Parcel |
| writeLine(String s) | AbstractSessionOutputBuffer |
| writeLine(String s) | LoggingSessionOutputBuffer |
| writeLine(String s) | SessionOutputBuffer |
| writeLine(CharArrayBuffer s) | AbstractSessionOutputBuffer |
| writeLine(CharArrayBuffer buffer) | LoggingSessionOutputBuffer |
| writeLine(CharArrayBuffer buffer) | SessionOutputBuffer |
| writeList(List val)
Flatten a List into the parcel at the current dataPosition(), growing
dataCapacity() if needed.
|
Parcel |
| writeLock()
Returns the lock used for writing.
|
ReadWriteLock |
| writeLock()
Returns the lock used for writing.
|
ReentrantReadWriteLock |
| writeLong(long val)
Writes the specified 64-bit long.
|
DataOutput |
| writeLong(long val)
Writes a 64-bit long to the target stream.
|
DataOutputStream |
| writeLong(long value)
Writes a long (64 bit) to the target stream.
|
ObjectOutputStream |
| writeLong(long val)
Write a long integer value into the parcel at the current dataPosition(),
growing dataCapacity() if needed.
|
Parcel |
| writeLong(long val)
Writes a 64-bit long to this file, starting at the current file
pointer.
|
RandomAccessFile |
| writeLong(long theLong)
Write a
long value into the output stream. |
SQLOutput |
| writeLongArray(long[] val) | Parcel |
| writeMap(Map val)
Please use writeBundle(Bundle) instead.
|
Parcel |
| writeMessengerOrNullToParcel(Messenger messenger, Parcel out)
Convenience function for writing either a Messenger or null pointer to
a Parcel.
|
Messenger |
| writeNoException()
Special function for writing information at the front of the Parcel
indicating that no exception occurred.
|
Parcel |
| writeObject(Object obj)
Writes the specified object
obj to the target stream. |
ObjectOutput |
| writeObject(Object object)
Writes an object to the target stream.
|
ObjectOutputStream |
| writeObject(SQLData theObject)
Write an
SQLData object into the output stream. |
SQLOutput |
| writeObjectOverride(Object object)
Method to be overridden by subclasses to write
object to the
target stream. |
ObjectOutputStream
(protected) |
| writeParcelable(Parcelable p, int parcelableFlags)
Flatten the name of the class of the Parcelable and its contents
into the parcel.
|
Parcel |
| writeParcelableArray(T[] value, int parcelableFlags)
Write a heterogeneous array of Parcelable objects into the Parcel.
|
Parcel |
| writePendingIntentOrNullToParcel(PendingIntent sender, Parcel out)
Convenience function for writing either a PendingIntent or null pointer to
a Parcel.
|
PendingIntent |
| writePermission
A specific permission name for write
access to a ContentProvider.
int
|
R.attr |
| writeRef(Ref theRef)
Write an SQL
Ref value into the output stream. |
SQLOutput |
| writeReplace()
Returns an alternate object to be serialized.
|
CertPath
(protected) |
| writeReplace()
Returns an alternate object to be serialized.
|
Certificate
(protected) |
| writeSerializable(Serializable s)
Write a generic serializable object in to a Parcel.
|
Parcel |
| writeShort(int val)
Writes the specified 16-bit short.
|
DataOutput |
| writeShort(int val)
Writes the specified 16-bit short to the target stream.
|
DataOutputStream |
| writeShort(int value)
Writes a short (16 bit) to the target stream.
|
ObjectOutputStream |
| writeShort(int val)
Writes a 16-bit short to this file, starting at the current file
pointer.
|
RandomAccessFile |
| writeShort(short theShort)
Write a
short value into the output stream. |
SQLOutput |
| writeSparseArray(SparseArray<Object> val)
Flatten a generic SparseArray into the parcel at the current
dataPosition(), growing dataCapacity() if needed.
|
Parcel |
| writeSparseBooleanArray(SparseBooleanArray val) | Parcel |
| writeSQL(SQLOutput stream)
Writes the object to a supplied
SQLOutput data stream, writing it
out as an SQL value to the data source. |
SQLData |
| writeStreamHeader()
Writes the ObjectOutputStream header to the target stream.
|
ObjectOutputStream
(protected) |
| writeString(String val)
Write a string value into the parcel at the current dataPosition(),
growing dataCapacity() if needed.
|
Parcel |
| writeString(String theString)
Write a
String value into the output stream. |
SQLOutput |
| writeStringArray(String[] val) | Parcel |
| writeStringList(List<String> val)
Flatten a List containing String objects into the parcel, at
the current dataPosition() and growing dataCapacity() if needed.
|
Parcel |
| writeStrongBinder(IBinder val)
Write an object into the parcel at the current dataPosition(),
growing dataCapacity() if needed.
|
Parcel |
| writeStrongInterface(IInterface val)
Write an object into the parcel at the current dataPosition(),
growing dataCapacity() if needed.
|
Parcel |
| writeStruct(Struct theStruct)
Write an SQL
Struct value into the output stream. |
SQLOutput |
| writeTime(Time theTime)
Write a
java.sql.Time value into the output stream. |
SQLOutput |
| writeTimestamp(Timestamp theTimestamp)
Write a
java.sql.Timestamp value into the output stream. |
SQLOutput |
| writeTo(OutputStream outstream) | BasicHttpEntity |
| writeTo(OutputStream outstream)
Writes the entity content to the output stream.
|
BasicManagedEntity |
| writeTo(OutputStream outstream)
Writes the entity content to the output stream.
|
BufferedHttpEntity |
| writeTo(OutputStream outstream) | ByteArrayEntity |
| writeTo(OutputStream out)
Takes the contents of this stream and writes it to the output stream
out. |
ByteArrayOutputStream |
| writeTo(OutputStream outstream) | ContentProducer |
| writeTo(OutputStream outstream) | EntityTemplate |
| writeTo(OutputStream outstream) | FileEntity |
| writeTo(OutputStream outstream)
Writes the entity content to the output stream.
|
HttpEntity |
| writeTo(OutputStream outstream)
Writes the entity content to the output stream.
|
HttpEntityWrapper |
| writeTo(OutputStream outstream) | InputStreamEntity |
| writeTo(OutputStream outstream) | SerializableEntity |
| writeTo(OutputStream outstream) | StringEntity |
| writeTo(Writer out)
Writes the contents of this
CharArrayWriter to another Writer. |
CharArrayWriter |
| writeToParcel(ComponentName c, Parcel out)
Write a ComponentName to a Parcel, handling null pointers.
|
ComponentName |
| writeToParcel(Parcel out, Uri uri)
Writes a Uri to a Parcel.
|
Uri |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
AbsSavedState |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
AbsoluteSizeSpan |
| writeToParcel(Parcel parcel, int flags)
Flatten this object in to a Parcel.
|
AccessibilityEvent |
| writeToParcel(Parcel parcel, int flags)
Flatten this object in to a Parcel.
|
AccessibilityServiceInfo |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
Account |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
AccountAuthenticatorResponse |
| writeToParcel(Parcel dest, int parcelableFlags) | ActivityInfo |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
ActivityManager.MemoryInfo |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
ActivityManager.ProcessErrorStateInfo |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
ActivityManager.RecentTaskInfo |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
ActivityManager.RunningAppProcessInfo |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
ActivityManager.RunningServiceInfo |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
ActivityManager.RunningTaskInfo |
| writeToParcel(Parcel parcel, int flags)
Flatten this object in to a Parcel.
|
Address |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
AlignmentSpan.Standard |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
Annotation |
| writeToParcel(Parcel out, int flags)
Flatten this object in to a Parcel.
|
AppWidgetProviderInfo |
| writeToParcel(Parcel dest, int parcelableFlags) | ApplicationInfo |
| writeToParcel(Parcel out, int flags)
Flatten this object in to a Parcel.
|
AssetFileDescriptor |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
AuthenticatorDescription |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
BackgroundColorSpan |
| writeToParcel(Parcel p, int flags)
Write the bitmap and its pixels to the parcel.
|
Bitmap |
| writeToParcel(Parcel out, int flags)
Flatten this object in to a Parcel.
|
BluetoothClass |
| writeToParcel(Parcel out, int flags)
Flatten this object in to a Parcel.
|
BluetoothDevice |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
BulletSpan |
| writeToParcel(Parcel parcel, int flags)
Writes the Bundle contents to a Parcel, typically in order for
it to be passed through an IBinder connection.
|
Bundle |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
ColorStateList |
| writeToParcel(Parcel dest, int flags)
Used to package this object into a Parcel.
|
CompletionInfo |
| writeToParcel(Parcel dest, int parcelableFlags) | ComponentInfo |
| writeToParcel(Parcel out, int flags)
Flatten this object in to a Parcel.
|
ComponentName |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
Configuration |
| writeToParcel(Parcel dest, int parcelableFlags)
Flatten this object in to a Parcel.
|
ConfigurationInfo |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
ContentProviderOperation |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
ContentProviderResult |
| writeToParcel(Parcel parcel, int flags)
Flatten this object in to a Parcel.
|
ContentValues |
| writeToParcel(Parcel parcel, int flags)
Flatten this object in to a Parcel.
|
Criteria |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
CursorWindow |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
Debug.MemoryInfo |
| writeToParcel(Parcel dest, int flags)
Used to package this object into a Parcel.
|
EditorInfo |
| writeToParcel(Parcel dest, int flags)
Used to package this object into a Parcel.
|
ExtractedText |
| writeToParcel(Parcel dest, int flags)
Used to package this object into a Parcel.
|
ExtractedTextRequest |
| writeToParcel(Parcel dest, int parcelableFlags)
Flatten this object in to a Parcel.
|
FeatureInfo |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
ForegroundColorSpan |
| writeToParcel(Parcel out, int flags)
Flatten this object in to a Parcel.
|
Gesture |
| writeToParcel(Parcel dest, int flags)
Used to package this object into a Parcel.
|
InputBinding |
| writeToParcel(Parcel dest, int flags)
Used to package this object into a Parcel.
|
InputMethodInfo |
| writeToParcel(Parcel dest, int parcelableFlags) | InstrumentationInfo |
| writeToParcel(Parcel out, int flags)
Flatten this object in to a Parcel.
|
Intent |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
Intent.ShortcutIconResource |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
IntentFilter |
| writeToParcel(Parcel out, int flags)
Flatten this object in to a Parcel.
|
IntentSender |
| writeToParcel(Parcel out, int flags)
Flatten this object in to a Parcel.
|
KeyEvent |
| writeToParcel(Parcel dest, int parcelableFlags)
Flatten this object in to a Parcel.
|
LabeledIntent |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
LeadingMarginSpan.Standard |
| writeToParcel(Parcel parcel, int flags)
Flatten this object in to a Parcel.
|
Location |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
Message |
| writeToParcel(Parcel out, int flags)
Flatten this object in to a Parcel.
|
Messenger |
| writeToParcel(Parcel out, int flags)
Flatten this object in to a Parcel.
|
MotionEvent |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
NeighboringCellInfo |
| writeToParcel(Parcel parcel, int flags)
Flatten this notification from a parcel.
|
Notification |
| writeToParcel(Parcel dest, int parcelableFlags)
Flatten this object in to a Parcel.
|
PackageInfo |
| writeToParcel(Parcel dest, int parcelableFlags) | PackageItemInfo |
| writeToParcel(Parcel dest, int parcelableFlags)
Flatten this object in to a Parcel.
|
PackageStats |
| writeToParcel(Parcel out, int flags)
Flatten this object in to a Parcel.
|
ParcelFileDescriptor |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
ParcelUuid |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
Parcelable |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
PathPermission |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
PatternMatcher |
| writeToParcel(Parcel out, int flags)
Flatten this object in to a Parcel.
|
PendingIntent |
| writeToParcel(Parcel dest, int parcelableFlags) | PermissionGroupInfo |
| writeToParcel(Parcel dest, int parcelableFlags) | PermissionInfo |
| writeToParcel(Parcel out, int parcelableFlags) | ProviderInfo |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
QuoteSpan |
| writeToParcel(Parcel out, int flags)
Write this rectangle to the specified parcel.
|
Rect |
| writeToParcel(Parcel out, int flags)
Write this rectangle to the specified parcel.
|
RectF |
| writeToParcel(Parcel p, int flags)
Write the region and its pixels to the parcel.
|
Region |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
RelativeSizeSpan |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
RemoteViews |
| writeToParcel(Parcel dest, int parcelableFlags)
Flatten this object in to a Parcel.
|
ResolveInfo |
| writeToParcel(Parcel out, int flags)
Flatten this object in to a Parcel.
|
ResultReceiver |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
ScaleXSpan |
| writeToParcel(Parcel dest, int parcelableFlags) | ServiceInfo |
| writeToParcel(Parcel out, int flags)
Flatten this object in to a Parcel.
|
ServiceState |
| writeToParcel(Parcel dest, int parcelableFlags)
Flatten this object in to a Parcel.
|
Signature |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
StrikethroughSpan |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
StyleSpan |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
SubscriptSpan |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
SuperscriptSpan |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
Surface |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
SyncAdapterType |
| writeToParcel(Parcel parcel, int flags)
Flatten this object in to a Parcel.
|
SyncResult |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
TextAppearanceSpan |
| writeToParcel(Parcel out, int flags)
Flatten this object in to a Parcel.
|
TextView.SavedState |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
TypefaceSpan |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
URLSpan |
| writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
|
UnderlineSpan |
| writeToParcel(Parcel out, int parcelableFlags)
Flatten this object in to a Parcel.
|
WindowManager.LayoutParams |
| writeToParcel(CharSequence cs, Parcel p, int parcelableFlags)
Flatten a CharSequence and whatever styles can be copied across processes
into the parcel.
|
TextUtils |
| writeToStream(OutputStream stream)
Write the picture contents to a stream.
|
Picture |
| writeToXml(XmlSerializer serializer)
Write the contents of the IntentFilter as an XML stream.
|
IntentFilter |
| writeTypedArray(T[] val, int parcelableFlags)
Flatten a heterogeneous array containing a particular object type into
the parcel, at
the current dataPosition() and growing dataCapacity() if needed.
|
Parcel |
| writeTypedList(List<T> val)
Flatten a List containing a particular object type into the parcel, at
the current dataPosition() and growing dataCapacity() if needed.
|
Parcel |
| writeUnshared(Object object)
Writes an unshared object to the target stream.
|
ObjectOutputStream |
| writeURL(URL theURL)
Write an SQL
DATALINK value into the output stream. |
SQLOutput |
| writeUTF(String str)
Writes the specified string encoded in modified UTF-8.
|
DataOutput |
| writeUTF(String str)
Writes the specified encoded in modified UTF-8 to this
stream.
|
DataOutputStream |
| writeUTF(String value)
Writes a string encoded with modified UTF-8 to the
target stream.
|
ObjectOutputStream |
| writeUTF(String str)
Writes a string encoded with modified UTF-8 to this
file, starting at the current file pointer.
|
RandomAccessFile |
| writeValue(Object v)
Flatten a generic object in to a parcel.
|
Parcel |
| WRITE_APN_SETTINGS
Allows applications to write the apn settings
|
Manifest.permission |
| WRITE_CALENDAR
Allows an application to write (but not read) the user's
calendar data.
|
Manifest.permission |
| WRITE_CONTACTS
Allows an application to write (but not read) the user's
contacts data.
|
Manifest.permission |
| WRITE_EXTERNAL_STORAGE
Allows an application to write to external storage
|
Manifest.permission |
| WRITE_FAILURE
The error code indicating a failure when writing to an output stream.
int
|
ErrorManager |
| WRITE_GSERVICES
Allows an application to modify the Google service map.
|
Manifest.permission |
| WRITE_HISTORY_BOOKMARKS
Allows an application to write (but not read) the user's
browsing history and bookmarks.
|
Manifest.permission |
| WRITE_OWNER_DATA
Allows an application to write (but not read) the owner's data.
|
Manifest.permission |
| WRITE_SECURE_SETTINGS
Allows an application to read or write the secure system settings.
|
Manifest.permission |
| WRITE_SETTINGS
Allows an application to read or write the system settings.
|
Manifest.permission |
| WRITE_SMS
Allows an application to write SMS messages.
|
Manifest.permission |
| WRITE_SYNC_SETTINGS
Allows applications to write the sync settings
|
Manifest.permission |
| WRONG_DOCUMENT_ERR
If a node is used in a different document than the one that created it
(that doesn't support it)
short
|
DOMException |
| WWW_AUTH
The www authenticate challange header.
|
AUTH |
| WWW_AUTH_RESP
The www authenticate response header.
|
AUTH |