Method Index: P - Android SDK

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

P

pack(JarFile in, OutputStream out)
Pack the specified JAR file to the specified output stream.
Pack200.Packer
pack(JarInputStream in, OutputStream out)
Pack the data from the specified jar input stream to the specified output stream.
Pack200.Packer
PackageInfo()
PackageInfo
PackageItemInfo()
PackageItemInfo
PackageItemInfo(PackageItemInfo orig)
PackageItemInfo
PackageItemInfo.DisplayNameComparator(PackageManager pm)
PackageItemInfo.DisplayNameComparator
PackageManager()
PackageManager
PackageManager.NameNotFoundException()
PackageManager.NameNotFoundException
PackageManager.NameNotFoundException(String name)
PackageManager.NameNotFoundException
PackageStats(PackageStats pStats)
PackageStats
PackageStats(Parcel source)
PackageStats
PackageStats(String pkgName)
PackageStats
PACKED_POSITION_TYPE_CHILD
The packed position represents a child.
int
ExpandableListView
PACKED_POSITION_TYPE_GROUP
The packed position represents a group.
int
ExpandableListView
PACKED_POSITION_TYPE_NULL
The packed position represents a neither/null/no preference.
int
ExpandableListView
PACKED_POSITION_VALUE_NULL
The value for a packed position that represents neither/null/no preference.
long
ExpandableListView
padding
Sets the padding, in pixels, of all four edges.
int
R.attr
paddingBottom
Sets the padding, in pixels, of the bottom edge; see padding.
int
R.attr
paddingLeft
Sets the padding, in pixels, of the left edge; see padding.
int
R.attr
paddingRight
Sets the padding, in pixels, of the right edge; see padding.
int
R.attr
paddingTop
Sets the padding, in pixels, of the top edge; see padding.
int
R.attr
pageDown(boolean bottom)
Scroll the contents of the view down by half the page size
WebView
pageScroll(int direction)

Handles scrolling in response to a "page up/down" shortcut press.

HorizontalScrollView
pageScroll(int direction)

Handles scrolling in response to a "page up/down" shortcut press.

ScrollView
pageUp(boolean top)
Scroll the contents of the view up by half the view size
WebView
Paint()
Create a new paint with default settings.
Paint
Paint(Paint paint)
Create a new paint, initialized with the attributes in the specified paint parameter.
Paint
Paint(int flags)
Create a new paint with the specified flags.
Paint
Paint.FontMetrics()
Paint.FontMetrics
Paint.FontMetricsInt()
Paint.FontMetricsInt
PaintDrawable()
PaintDrawable
PaintDrawable(int color)
PaintDrawable
PaintFlagsDrawFilter(int clearBits, int setBits)
Subclass of DrawFilter that affects every paint by first clearing the specified clearBits in the paint's flags, and then setting the specified setBits in the paint's flags.
PaintFlagsDrawFilter
Pair(F first, S second)
Constructor for a Pair.
Pair
panelBackground
The background of a panel when it is inset from the left and right edges of the screen.
int
R.attr
panelColorBackground
Color that matches (as closely as possible) the panel background.
int
R.attr
panelColorForeground
Default color of foreground panel imagery.
int
R.attr
panelFullBackground
The background of a panel when it extends to the left and right edges of the screen.
int
R.attr
panelTextAppearance
Default appearance of panel text.
int
R.attr
PARAGRAPH_SEPARATOR
Unicode category constant Zp.
byte
Character
parameterModeIn
Indicates that the parameter mode is IN.
int
ParameterMetaData
parameterModeInOut
Indicates that the parameter mode is INOUT.
int
ParameterMetaData
parameterModeOut
Indicates that the parameter mode is OUT.
int
ParameterMetaData
parameterModeUnknown
Indicates that the parameter mode is not known.
int
ParameterMetaData
parameterNoNulls
Indicates that a parameter is not permitted to be NULL.
int
ParameterMetaData
parameterNullable
Indicates that a parameter is permitted to be NULL.
int
ParameterMetaData
parameterNullableUnknown
Indicates that whether a parameter is allowed to be null or not is not known.
int
ParameterMetaData
PARCELABLE_WRITE_RETURN_VALUE
Flag for use with writeToParcel(Parcel, int): the object being written is a return value, that is the result of a function such as "Parcelable someFunction()", "void someFunction(out Parcelable)", or "void someFunction(inout Parcelable)".
int
Parcelable
ParcelFileDescriptor(ParcelFileDescriptor descriptor)
ParcelFileDescriptor
ParcelFileDescriptor.AutoCloseInputStream(ParcelFileDescriptor fd)
ParcelFileDescriptor.AutoCloseInputStream
ParcelFileDescriptor.AutoCloseOutputStream(ParcelFileDescriptor fd)
ParcelFileDescriptor.AutoCloseOutputStream
ParcelFormatException()
ParcelFormatException
ParcelFormatException(String reason)
ParcelFormatException
ParcelUuid(UUID uuid)
Constructor creates a ParcelUuid instance from the given UUID.
ParcelUuid
parent()
Returns the parent preference node of this node or null if this node is the root node.
AbstractPreferences
parent()
Returns the parent preference node of this node or null if this node is the root node.
Preferences
PARENTAL_CONTROL_ENABLED
Settings.Secure
PARENTAL_CONTROL_ENABLED
This constant is deprecated. Use PARENTAL_CONTROL_ENABLED instead
Settings.System
PARENTAL_CONTROL_LAST_UPDATE
Settings.Secure
PARENTAL_CONTROL_LAST_UPDATE
This constant is deprecated. Use PARENTAL_CONTROL_LAST_UPDATE instead
Settings.System
PARENTAL_CONTROL_REDIRECT_URL
Settings.Secure
PARENTAL_CONTROL_REDIRECT_URL
This constant is deprecated. Use PARENTAL_CONTROL_REDIRECT_URL instead
Settings.System
parentOf(ThreadGroup g)
Checks whether the receiver is a direct or indirect parent group of a given ThreadGroup.
ThreadGroup
park()
Disables the current thread for thread scheduling purposes unless the permit is available.
LockSupport
parkNanos(long nanos)
Disables the current thread for thread scheduling purposes, for up to the specified waiting time, unless the permit is available.
LockSupport
parkUntil(long deadline)
Disables the current thread for thread scheduling purposes, until the specified deadline, unless the permit is available.
LockSupport
parse()
AbstractMessageParser
parse()
HttpMessageParser
parse(File file)
Parses a given XML file and builds a DOM tree from it.
DocumentBuilder
parse(File file, HandlerBase handler)
Parses the given XML file using the given SAX event handler.
SAXParser
parse(File file, DefaultHandler handler)
Parses the given XML file using the given SAX event handler.
SAXParser
parse(InputStream stream)
Parses a given XML input stream and builds a DOM tree from it.
DocumentBuilder
parse(InputStream in, Xml.Encoding encoding, ContentHandler contentHandler)
Parses xml from the given input stream and fires events on the given SAX handler.
Xml
parse(InputStream stream, String systemId)
Parses a given XML input stream and builds a DOM tree from it.
DocumentBuilder
parse(InputStream stream, HandlerBase handler)
Parses the given XML InputStream using the given SAX event handler.
SAXParser
parse(InputStream stream, HandlerBase handler, String systemId)
Parses the given XML InputStream using the given SAX event handler and system ID.
SAXParser
parse(InputStream stream, DefaultHandler handler)
Parses the given XML InputStream using the given SAX event handler.
SAXParser
parse(InputStream stream, DefaultHandler handler, String systemId)
Parses the given XML InputStream using the given SAX event handler and system ID.
SAXParser
parse(Reader in, ContentHandler contentHandler)
Parses xml from the given reader and fires events on the given SAX handler.
Xml
parse(String string)
This method is deprecated. use DateFormat
Date
parse(String string)
Parses a date from the specified string using the rules of this date format.
DateFormat
parse(String uri)
Parses an XML input stream from a given URI and builds a DOM tree from it.
DocumentBuilder
parse(String systemId)
Parse an XML document from a system identifier (URI).
Driver
parse(String name)
Parses a level name into a Level object.
Level
parse(String url)
Parse and decode a mailto scheme string.
MailTo
parse(String string)
Parses the message arguments from the specified string using the rules of this message format.
MessageFormat
parse(String string)
Parses a Number from the specified string using the rules of this number format.
NumberFormat
parse(String systemId)
Parse an XML document from a system identifier (URI).
Parser
parse(String systemId)
Parse an XML document.
ParserAdapter
parse(String s)
Parses a date-time string in either the RFC 2445 format or an abbreviated format that does not include the "time" field.
Time
parse(String uriString)
Creates a Uri which parses the given encoded URI string.
Uri
parse(String systemId)
Parse a document.
XMLFilterImpl
parse(String systemId)
Parse an XML document from a system identifier (URI).
XMLReader
parse(String systemId)
Parse the document.
XMLReaderAdapter
parse(String string, ParsePosition position)
Parses a double from the specified string starting at the index specified by position.
ChoiceFormat
parse(String string, ParsePosition position)
Parses a date from the specified string starting at the index specified by position.
DateFormat
parse(String string, ParsePosition position)
Parses a Long or Double from the specified string starting at the index specified by position.
DecimalFormat
parse(String string, ParsePosition position)
Parses the message argument from the specified string starting at the index specified by position.
MessageFormat
parse(String string, ParsePosition position)
Parses a Number from the specified string starting at the index specified by position.
NumberFormat
parse(String string, ParsePosition position)
Parses a date from the specified string starting at the index specified by position.
SimpleDateFormat
parse(String xml, ContentHandler contentHandler)
Parses the given xml string and fires events on the given SAX handler.
Xml
parse(String uri, HandlerBase handler)
Parses the contents of the given URI using the given SAX event handler.
SAXParser
parse(String uri, DefaultHandler handler)
Parses the contents of the given URI using the given SAX event handler.
SAXParser
parse(URI uri, String encoding)
Returns a list of NameValuePairs as built from the URI's query portion.
URLEncodedUtils
parse(List<NameValuePair> parameters, Scanner scanner, String encoding)
Adds all parameters within the Scanner to the list of parameters, as encoded by encoding.
URLEncodedUtils
parse(SetCookie cookie, String value)
BasicCommentHandler
parse(SetCookie cookie, String value)
Parse the given cookie attribute value and update the corresponding Cookie property.
BasicDomainHandler
parse(SetCookie cookie, String value)
BasicExpiresHandler
parse(SetCookie cookie, String value)
BasicMaxAgeHandler
parse(SetCookie cookie, String value)
Parse the given cookie attribute value and update the corresponding Cookie property.
BasicPathHandler
parse(SetCookie cookie, String value)
BasicSecureHandler
parse(SetCookie cookie, String value)
Parse the given cookie attribute value and update the corresponding Cookie property.
CookieAttributeHandler
parse(SetCookie cookie, String value)
Parse the given cookie attribute value and update the corresponding Cookie property.
RFC2109DomainHandler
parse(SetCookie cookie, String value)
RFC2109VersionHandler
parse(SetCookie cookie, String commenturl)
Parse the given cookie attribute value and update the corresponding Cookie property.
RFC2965CommentUrlAttributeHandler
parse(SetCookie cookie, String commenturl)
Parse the given cookie attribute value and update the corresponding Cookie property.
RFC2965DiscardAttributeHandler
parse(SetCookie cookie, String domain)
Parse cookie domain attribute.
RFC2965DomainAttributeHandler
parse(SetCookie cookie, String portValue)
Parse cookie port attribute.
RFC2965PortAttributeHandler
parse(SetCookie cookie, String value)
Parse cookie version attribute.
RFC2965VersionAttributeHandler
parse(Header header, CookieOrigin origin)
Parse the "Set-Cookie" Header into an array of Cookies.
BestMatchSpec
parse(Header header, CookieOrigin origin)
BrowserCompatSpec
parse(Header header, CookieOrigin origin)
Parse the "Set-Cookie" Header into an array of Cookies.
CookieSpec
parse(Header header, CookieOrigin origin)
Parses the Set-Cookie value into an array of Cookies.
NetscapeDraftSpec
parse(Header header, CookieOrigin origin)
RFC2109Spec
parse(Header header, CookieOrigin origin)
RFC2965Spec
parse(HeaderElement[] elems, CookieOrigin origin)
CookieSpecBase
(protected)
parse(HttpEntity entity)
Returns a list of NameValuePairs as parsed from an HttpEntity.
URLEncodedUtils
parse(InputSource source)
Parses an XML input source and builds a DOM tree from it.
DocumentBuilder
parse(InputSource source)
Parse an XML document.
Driver
parse(InputSource source)
Parse an XML document.
Parser
parse(InputSource input)
Parse an XML document.
ParserAdapter
parse(InputSource input)
Parse a document.
XMLFilterImpl
parse(InputSource input)
Parse an XML document.
XMLReader
parse(InputSource input)
Parse the document.
XMLReaderAdapter
parse(InputSource source, HandlerBase handler)
Parses the given SAX InputSource using the given SAX event handler.
SAXParser
parse(InputSource source, DefaultHandler handler)
Parses the given SAX InputSource using the given SAX event handler.
SAXParser
parse3339(String s)
Parse a time in RFC 3339 format.
Time
parseBoolean(String s)
Parses the specified string as a boolean.
Boolean
parseBundleExtra(String tagName, AttributeSet attrs, Bundle outBundle)
Parse a name/value pair out of an XML tag holding that data.
Resources
parseBundleExtras(XmlResourceParser parser, Bundle outBundle)
Parse a series of <extra> tags from an XML file.
Resources
parseByte(String string)
Parses the specified string as a signed decimal byte value.
Byte
parseByte(String string, int radix)
Parses the specified string as a signed byte value using the specified radix.
Byte
parseChallenge(CharArrayBuffer buffer, int pos, int len)
AuthSchemeBase
(protected)
parseChallenge(CharArrayBuffer buffer, int pos, int len)
NTLMScheme
(protected)
parseChallenge(CharArrayBuffer buffer, int pos, int len)
RFC2617Scheme
(protected)
parseChallenges(Header[] headers)
AbstractAuthenticationHandler
(protected)
parseColor(String colorString)
Parse the color string, and return the corresponding color-int.
Color
parseDate(String dateValue)
Parses a date value.
DateUtils
parseDate(String dateValue, String[] dateFormats)
Parses the date value using the given date formats.
DateUtils
parseDate(String dateValue, String[] dateFormats, Date startDate)
Parses the date value using the given date formats.
DateUtils
parseDouble(String string)
Parses the specified string as a double value.
Double
parseElements(String value, HeaderValueParser parser)
Parses elements with the given parser.
BasicHeaderValueParser
parseElements(CharArrayBuffer buffer, ParserCursor cursor)
Parses a header value into elements.
BasicHeaderValueParser
parseElements(CharArrayBuffer buffer, ParserCursor cursor)
Parses a header value into elements.
HeaderValueParser
parseEntry(String parameter, String value)
Parse an escaped parameter-value pair.
UrlQuerySanitizer
(protected)
ParseException()
Creates a ParseException without details.
ParseException
ParseException(String message)
Creates a ParseException with a detail message.
ParseException
ParseException(String detailMessage, int location)
Constructs a new instance of this class with its stack trace, detail message and the location of the error filled in.
ParseException
parseFloat(String string)
Parses the specified string as a float value.
Float
parseHead(SessionInputBuffer sessionBuffer)
AbstractMessageParser
(protected)
parseHead(SessionInputBuffer sessionBuffer)
DefaultResponseParser
(protected)
parseHead(SessionInputBuffer sessionBuffer)
HttpRequestParser
(protected)
parseHead(SessionInputBuffer sessionBuffer)
HttpResponseParser
(protected)
parseHeader(String value, LineParser parser)
BasicLineParser
parseHeader(CharArrayBuffer buffer)
Creates a header from a line.
BasicLineParser
parseHeader(CharArrayBuffer buffer)
Creates a header from a line.
LineParser
parseHeader(CharArrayBuffer buffer, ParserCursor cursor)
NetscapeDraftHeaderParser
parseHeaderElement(String value, HeaderValueParser parser)
Parses an element with the given parser.
BasicHeaderValueParser
parseHeaderElement(CharArrayBuffer buffer, ParserCursor cursor)
Parses a single header element.
BasicHeaderValueParser
parseHeaderElement(CharArrayBuffer buffer, ParserCursor cursor)
Parses a single header element.
HeaderValueParser
parseHeaders(SessionInputBuffer inbuffer, int maxHeaderCount, int maxLineLen, LineParser parser)
Parses HTTP headers from the data receiver stream according to the generic format as given in Section 3.1 of RFC 822, RFC-2616 Section 4 and 19.3.
AbstractMessageParser
parseId(Uri contentUri)
Converts the last path segment to a long.
ContentUris
parseInt(String string)
Parses the specified string as a signed decimal integer value.
Integer
parseInt(String string, int radix)
Parses the specified string as a signed integer value using the specified radix.
Integer
parseIntent(Resources resources, XmlPullParser parser, AttributeSet attrs)
Parses the "intent" element (and its children) from XML and instantiates an Intent object.
Intent
parseLong(String string)
Parses the specified string as a signed decimal long value.
Long
parseLong(String string, int radix)
Parses the specified string as a signed long value using the specified radix.
Long
parseNameValuePair(String value, HeaderValueParser parser)
Parses a name-value-pair with the given parser.
BasicHeaderValueParser
parseNameValuePair(CharArrayBuffer buffer, ParserCursor cursor)
Parses a name=value specification, where the = and value are optional.
BasicHeaderValueParser
parseNameValuePair(CharArrayBuffer buffer, ParserCursor cursor)
Parses a name=value specification, where the = and value are optional.
HeaderValueParser
parseNameValuePair(CharArrayBuffer buffer, ParserCursor cursor, char[] delimiters)
BasicHeaderValueParser
parseNumbers()
Specifies that this tokenizer shall parse numbers.
StreamTokenizer
parseObject(String string)
Parses the specified string using the rules of this format.
Format
parseObject(String string, ParsePosition position)
Parses a date from the specified string starting at the index specified by position.
DateFormat
parseObject(String string, ParsePosition position)
Parses the specified string starting at the index specified by position.
Format
parseObject(String string, ParsePosition position)
Parses the message argument from the specified string starting at the index specified by position.
MessageFormat
parseObject(String string, ParsePosition position)
Parses the specified string starting at the index specified by position.
NumberFormat
parseParameters(String value, HeaderValueParser parser)
Parses parameters with the given parser.
BasicHeaderValueParser
parseParameters(CharArrayBuffer buffer, ParserCursor cursor)
Parses a list of name-value pairs.
BasicHeaderValueParser
parseParameters(CharArrayBuffer buffer, ParserCursor cursor)
Parses a list of name-value pairs.
HeaderValueParser
ParsePosition(int index)
Constructs a new ParsePosition with the specified index.
ParsePosition
parseProtocolVersion(String value, LineParser parser)
BasicLineParser
parseProtocolVersion(CharArrayBuffer buffer, ParserCursor cursor)
Parses the textual representation of a protocol version.
BasicLineParser
parseProtocolVersion(CharArrayBuffer buffer, ParserCursor cursor)
Parses the textual representation of a protocol version.
LineParser
parseQuery(String query)
Parse a query.
UrlQuerySanitizer
ParserAdapter()
Construct a new parser adapter.
ParserAdapter
ParserAdapter(Parser parser)
Construct a new parser adapter.
ParserAdapter
ParserConfigurationException()
Creates a new ParserConfigurationException with no error message.
ParserConfigurationException
ParserConfigurationException(String msg)
Creates a new ParserConfigurationException with a given error message.
ParserConfigurationException
ParserCursor(int lowerBound, int upperBound)
ParserCursor
parseRequestLine(String value, LineParser parser)
BasicLineParser
parseRequestLine(CharArrayBuffer buffer, ParserCursor cursor)
Parses a request line.
BasicLineParser
parseRequestLine(CharArrayBuffer buffer, ParserCursor cursor)
Parses a request line.
LineParser
parseServerAuthority()
Tries to parse the authority component of this URI to divide it into the host, port, and user-info.
URI
parseShort(String string)
Parses the specified string as a signed decimal short value.
Short
parseShort(String string, int radix)
Parses the specified string as a signed short value using the specified radix.
Short
parseStatusLine(String value, LineParser parser)
BasicLineParser
parseStatusLine(CharArrayBuffer buffer, ParserCursor cursor)
Parses a status line.
BasicLineParser
parseStatusLine(CharArrayBuffer buffer, ParserCursor cursor)
Parses a status line.
LineParser
parseSubTree(XmlPullParser pp)
Driver
parseUri(String uri, int flags)
Create an intent from a URI.
Intent
parseUrl(String url)
Parse the query parameters out of an encoded URL.
UrlQuerySanitizer
parseURL(URL u, String str, int start, int end)
Parses the clear text URL in str into a URL object.
URLStreamHandler
(protected)
PARTIAL_WAKE_LOCK
Wake lock that ensures that the CPU is running.
int
PowerManager
PASS
a String representation of pass.
Pack200.Packer
password
This constant is deprecated. Use inputType instead.
int
R.attr
PasswordAuthentication(String userName, char[] password)
Creates an instance of a password authentication with a specified username and password.
PasswordAuthentication
PasswordCallback(String prompt, boolean echoOn)
Creates a new PasswordCallback instance.
PasswordCallback
PasswordTransformationMethod()
PasswordTransformationMethod
PASS_FILE_PFX
the file that will not be compressed.
Pack200.Packer
paste
Context menu ID for the "Paste" menu item to copy the current contents of the clipboard into the text view.
int
R.id
paste
Item on EditText context menu.
int
R.string
path
Specify a URI path that must exactly match, as per PatternMatcher with PATTERN_LITERAL.
int
R.attr
Path()
Create an empty path
Path
Path(Path src)
Create a new path, copying the contents from the src path.
Path
path(String path)
Sets the path.
Uri.Builder
PathClassLoader(String path, ClassLoader parent)
Creates a PathClassLoader that operates on a given list of files and directories.
PathClassLoader
PathClassLoader(String path, String libPath, ClassLoader parent)
Creates a PathClassLoader that operates on two given lists of files and directories.
PathClassLoader
PathDashPathEffect(Path shape, float advance, float phase, PathDashPathEffect.Style style)
Dash the drawn path by stamping it with the specified shape.
PathDashPathEffect
PathEffect()
PathEffect
PathMeasure()
Create an empty PathMeasure object.
PathMeasure
PathMeasure(Path path, boolean forceClosed)
Create a PathMeasure object associated with the specified path object (already created and specified).
PathMeasure
pathPattern
Specify a URI path that matches a simple pattern, as per PatternMatcher with PATTERN_SIMPLE_GLOB.
int
R.attr
PathPermission(Parcel src)
PathPermission
PathPermission(String pattern, int type, String readPermission, String writePermission)
PathPermission
pathPrefix
Specify a URI path that must be a prefix to match, as per PatternMatcher with PATTERN_PREFIX.
int
R.attr
pathSeparator
The system dependent path separator string.
File
pathSeparatorChar
The system dependent path separator character.
char
File
PathShape(Path path, float stdWidth, float stdHeight)
PathShape constructor.
PathShape
pathsIterator()
Return an iterator over the filter's data paths.
IntentFilter
PATH_ATTR
ClientCookie
pattern()
Returns the Pattern instance used inside this matcher.
Matcher
pattern()
Returns the regular expression that was compiled into this Pattern.
Pattern
PatternMatcher(Parcel src)
PatternMatcher
PatternMatcher(String pattern, int type)
PatternMatcher
PatternSyntaxException(String description, String pattern, int index)
Creates a new PatternSyntaxException for a given message, pattern, and error index.
PatternSyntaxException
PATTERN_ASCTIME
Date format pattern used to parse HTTP date headers in ANSI C asctime() format.
DateUtils
PATTERN_LITERAL
Pattern type: the given pattern must exactly match the string it is tested against.
int
PatternMatcher
PATTERN_PREFIX
Pattern type: the given pattern must match the beginning of the string it is tested against.
int
PatternMatcher
PATTERN_RFC1036
Date format pattern used to parse HTTP date headers in RFC 1036 format.
DateUtils
PATTERN_RFC1123
Date format pattern used to parse HTTP date headers in RFC 1123 format.
DateUtils
PATTERN_RFC1123
Date format pattern used to generate the header in RFC 1123 format.
HttpDateGenerator
PATTERN_SIMPLE_GLOB
Pattern type: the given pattern is interpreted with a simple glob syntax for matching against the string it is tested against.
int
PatternMatcher
PAUSE
char
PhoneNumberUtils
pause()
Pauses the playback of the audio data.
AudioTrack
pause()
Pauses the playback of the JET segment queue.
JetPlayer
pause()
MediaController.MediaPlayerControl
pause()
Pauses playback.
MediaPlayer
pause()
VideoView
pause(int streamID)
Pause a playback stream.
SoundPool
pauseTimers()
Pause all layout, parsing, and javascript timers for all webviews.
WebView
PBEKeySpec(char[] password)
Creates a new PBEKeySpec with the specified password.
PBEKeySpec
PBEKeySpec(char[] password, byte[] salt, int iterationCount)
Creates a new PBEKeySpec with the specified password, salt and iteration count.
PBEKeySpec
PBEKeySpec(char[] password, byte[] salt, int iterationCount, int keyLength)
Creates a new PBEKeySpec with the specified password, salt, iteration count and the desired length of the derived key.
PBEKeySpec
PBEParameterSpec(byte[] salt, int iterationCount)
Creates a new PBEParameterSpec with the specified salt and iteration count.
PBEParameterSpec
PCT_OK
Allow percent-sign characters ('%')
int
UrlQuerySanitizer.IllegalCharacterValueSanitizer
peek()
Gets but does not remove the element at the head of the queue.
ArrayBlockingQueue
peek()
Gets but does not remove the element at the head of the queue.
ConcurrentLinkedQueue
peek()
Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty.
DelayQueue
peek()
Gets but does not remove the element at the head of the queue.
LinkedBlockingQueue
peek()
Gets but does not remove the element at the head of the queue.
LinkedList
peek()
Gets but does not remove the element at the head of the queue.
PriorityBlockingQueue
peek()
Gets but does not remove the head of the queue.
PriorityQueue
peek()
Gets but does not remove the element at the head of the queue.
Queue
peek()
Returns the element at the top of the stack without removing it.
Stack
peek()
Always returns null.
SynchronousQueue
peek(InetAddress sender)
Peeks at the incoming packet to this socket and returns the address of the sender.
DatagramSocketImpl
(protected)
peekAuthToken(Account account, String authTokenType)
Gets the authtoken named by "authTokenType" for the specified account if it is cached by the AccountManager.
AccountManager
peekData()
Like getData(), but does not lazily create the Bundle.
Message
peekData(DatagramPacket pack)
Receives data into the supplied datagram packet by peeking.
DatagramSocketImpl
(protected)
peekDecorView()
Retrieve the current decor view, but only if it has already been created; otherwise returns null.
Window
peekDrawable()
Retrieve the current system wallpaper; if there is no wallpaper set, a null pointer is returned.
WallpaperManager
peekFastDrawable()
Like getFastDrawable(), but if there is no wallpaper set, a null pointer is returned.
WallpaperManager
peekService(Context myContext, Intent service)
Provide a binder to an already-running service.
BroadcastReceiver
peekValue(int index)
Retrieve the raw TypedValue for the attribute at index and return a temporary object holding its data.
TypedArray
peekWallpaper()
This method is deprecated. Use WallpaperManager.peek() instead.
Context
peekWallpaper()
This method is deprecated. Use WallpaperManager.peek() instead.
ContextWrapper
peekWallpaper()
This method is deprecated. Use WallpaperManager.peek() instead.
MockContext
PendingIntent.CanceledException()
PendingIntent.CanceledException
PendingIntent.CanceledException(Exception cause)
PendingIntent.CanceledException
PendingIntent.CanceledException(String name)
PendingIntent.CanceledException
PERCENT
This constant stands for the percent symbol.
NumberFormat.Field
performClick()
Call this view's OnClickListener, if it is defined.
CompoundButton
performClick()
Redirect clicks to the IME for handling there.
ExtractEditText
performClick()
Call this view's OnClickListener, if it is defined.
Spinner
performClick()
Call this view's OnClickListener, if it is defined.
View
performCompletion()

Performs the text completion by converting the selected item from the drop down list into a string, replacing the text box's content with this string and finally dismissing the drop down menu.

AutoCompleteTextView
performContextMenuAction(int id)
The default implementation does nothing.
BaseInputConnection
performContextMenuAction(int id)
Perform a context menu action on the field.
InputConnection
performContextMenuAction(int id)
Perform a context menu action on the field.
InputConnectionWrapper
performContextMenuIdentifierAction(int id, int flags)
Window
performEditorAction(int actionCode)
The default implementation turns this into the enter key.
BaseInputConnection
performEditorAction(int editorAction)
Have the editor perform an action it has said it can do.
InputConnection
performEditorAction(int editorAction)
Have the editor perform an action it has said it can do.
InputConnectionWrapper
performedLongPress(KeyEvent event)
Keep track of the given event's key code as having performed an action with a long press, so no action should occur on the up.
KeyEvent.DispatcherState
performFiltering(CharSequence constraint)

Invoked in a worker thread to filter the data according to the constraint.

Filter
(protected)
performFiltering(CharSequence text, int keyCode)

Starts filtering the content of the drop down list.

AutoCompleteTextView
(protected)
performFiltering(CharSequence text, int keyCode)
Instead of filtering on the entire contents of the edit box, this subclass method filters on the range from findTokenStart(CharSequence, int) to getSelectionEnd() if the length of that range meets or exceeds getThreshold().
MultiAutoCompleteTextView
(protected)
performFiltering(CharSequence text, int start, int end, int keyCode)

Starts filtering the content of the drop down list.

MultiAutoCompleteTextView
(protected)
performHapticFeedback(int feedbackConstant)
BZZZTT!!1!

Provide haptic feedback to the user for this view.

View
performHapticFeedback(int feedbackConstant, int flags)
BZZZTT!!1!

Like performHapticFeedback(int), with additional options.

View
performIdentifierAction(int id, int flags)
Execute the menu item action associated with the given menu identifier.
Menu
performItemClick(View view, int position, long id)
Call the OnItemClickListener, if it is defined.
AdapterView
performItemClick(View v, int position, long id)
Call the OnItemClickListener, if it is defined.
ExpandableListView
performItemClick(View view, int position, long id)
Call the OnItemClickListener, if it is defined.
ListView
performLongClick()
Call this view's OnLongClickListener, if it is defined.
TextView
performLongClick()
Call this view's OnLongClickListener, if it is defined.
View
performLongClick()
Call this view's OnLongClickListener, if it is defined.
WebView
performPanelIdentifierAction(int featureId, int id, int flags)
Window
performPanelShortcut(int featureId, int keyCode, KeyEvent event, int flags)
Window
performPrivateCommand(String action, Bundle data)
The default implementation does nothing.
BaseInputConnection
performPrivateCommand(String action, Bundle data)
API to send private commands from an input method to its connected editor.
InputConnection
performPrivateCommand(String action, Bundle data)
API to send private commands from an input method to its connected editor.
InputConnectionWrapper
performShortcut(int keyCode, KeyEvent event, int flags)
Execute the menu item action associated with the given shortcut character.
Menu
performValidation()
If a validator was set on this view and the current string is not valid, ask the validator to fix it.
AutoCompleteTextView
performValidation()
Instead of validating the entire text, this subclass method validates each token of the text individually.
MultiAutoCompleteTextView
PERIPHERAL
int
BluetoothClass.Device.Major
PERMILLE
This constant stands for the permille symbol.
NumberFormat.Field
permission
Specify a permission that a client is required to have in order to use the associated object.
int
R.attr
Permission(String name)
Constructs a new instance of Permission with its name.
Permission
PermissionCollection()
PermissionCollection
permissionGroup
Specified the name of a group that this permission is associated with.
int
R.attr
PermissionGroupInfo()
PermissionGroupInfo
PermissionGroupInfo(PermissionGroupInfo orig)
PermissionGroupInfo
PermissionInfo()
PermissionInfo
PermissionInfo(PermissionInfo orig)
PermissionInfo
permissions()
Returns the list of permissions of this ACL entry.
AclEntry
Permissions()
Permissions
PERMISSION_DENIED
Permission check result: this is returned by checkPermission(String, String) if the permission has not been granted to the given package.
int
PackageManager
PERMISSION_GRANTED
Permission check result: this is returned by checkPermission(String, String) if the permission has been granted to the given package.
int
PackageManager
persistBoolean(boolean value)
Attempts to persist a boolean to the SharedPreferences.
Preference
(protected)
persistent
Flag to control special persistent mode of an application.
int
R.attr
persistentDrawingCache
Defines the persistence of the drawing cache.
int
R.attr
PERSISTENT_ACTIVITY
Allow an application to make its activities persistent.
Manifest.permission
PERSISTENT_ALL_CACHES
Used to indicate that all drawing caches should be kept in memory.
int
ViewGroup
PERSISTENT_ANIMATION_CACHE
Used to indicate that the animation drawing cache should be kept in memory.
int
ViewGroup
PERSISTENT_NO_CACHE
Used to indicate that no drawing cache should be kept in memory.
int
ViewGroup
PERSISTENT_SCROLLING_CACHE
Used to indicate that the scrolling drawing cache should be kept in memory.
int
ViewGroup
persistFloat(float value)
Attempts to persist a float to the SharedPreferences.
Preference
(protected)
persistInt(int value)
Attempts to persist an int to the SharedPreferences.
Preference
(protected)
persistLong(long value)
Attempts to persist a long to the SharedPreferences.
Preference
(protected)
persistString(String value)
Attempts to persist a String to the SharedPreferences.
Preference
(protected)
PERSONAL_INFO
Used for permissions that provide access to the user's private data, such as contacts, calendar events, e-mail messages, etc.
Manifest.permission_group
PERSON_ID
This constant is deprecated. see ContactsContract
Contacts.ContactMethods
PERSON_ID
This constant is deprecated. see ContactsContract
Contacts.Extensions
PERSON_ID
This constant is deprecated. see ContactsContract
Contacts.GroupMembership
PERSON_ID
This constant is deprecated. see ContactsContract
Contacts.OrganizationColumns
PERSON_ID
This constant is deprecated. see ContactsContract
Contacts.People.Extensions
PERSON_ID
This constant is deprecated. see ContactsContract
Contacts.Phones
PERSON_ID
This constant is deprecated. see ContactsContract
Contacts.PhotosColumns
PhantomReference(T r, ReferenceQueue<? super T> q)
Constructs a new phantom reference and registers it with the given reference queue.
PhantomReference
PHONE
int
BluetoothClass.Device.Major
PHONE
This constant is deprecated. see ContactsContract
Contacts.Intents.Insert
PHONE
The extra field for the contact phone number.
ContactsContract.Intents.Insert
phoneNumber
This constant is deprecated. Use inputType instead.
int
R.attr
PhoneNumberFormattingTextWatcher()
PhoneNumberFormattingTextWatcher
PhoneNumberUtils()
PhoneNumberUtils
PhoneStateListener()
PhoneStateListener
PHONETIC_EXTENSIONS
The "Phonetic Extensions" Unicode Block.
Character.UnicodeBlock
PHONETIC_FAMILY_NAME
The phonetic version of the family name for the contact.
ContactsContract.CommonDataKinds.StructuredName
PHONETIC_GIVEN_NAME
The phonetic version of the given name for the contact.
ContactsContract.CommonDataKinds.StructuredName
PHONETIC_MIDDLE_NAME
The phonetic version of the additional name for the contact.
ContactsContract.CommonDataKinds.StructuredName
PHONETIC_NAME
This constant is deprecated. see ContactsContract
Contacts.Intents.Insert
PHONETIC_NAME
This constant is deprecated. see ContactsContract
Contacts.PeopleColumns
PHONETIC_NAME
The phonetic name of this company as the user entered it.
ContactsContract.CommonDataKinds.Organization
PHONETIC_NAME
The extra field for the contact phonetic name.
ContactsContract.Intents.Insert
phoneTypes
Phone number types from android.provider.Contacts.
int
R.array
PHONE_CALLS
Used for permissions that are associated with accessing and modifyign telephony state: intercepting outgoing calls, reading and modifying the phone state.
Manifest.permission_group
PHONE_CELLULAR
int
BluetoothClass.Device
PHONE_CORDLESS
int
BluetoothClass.Device
PHONE_ISDN
int
BluetoothClass.Device
PHONE_ISPRIMARY
This constant is deprecated. see ContactsContract
Contacts.Intents.Insert
PHONE_ISPRIMARY
The extra field for the phone isprimary flag.
ContactsContract.Intents.Insert
PHONE_MODEM_OR_GATEWAY
int
BluetoothClass.Device
PHONE_NUMBERS
Bit field indicating that phone numbers should be matched in methods that take an options mask
int
Linkify
PHONE_SMART
int
BluetoothClass.Device
PHONE_TYPE
This constant is deprecated. see ContactsContract
Contacts.Intents.Insert
PHONE_TYPE
The extra field for the contact phone number type.
ContactsContract.Intents.Insert
PHONE_TYPE
HitTestResult for hitting a phone number
int
WebView.HitTestResult
PHONE_TYPE_CDMA
Phone radio is CDMA.
int
TelephonyManager
PHONE_TYPE_GSM
Phone radio is GSM.
int
TelephonyManager
PHONE_TYPE_NONE
No phone radio.
int
TelephonyManager
PHONE_UID
Defines the UID/GID under which the telephony code runs.
int
Process
PHONE_UNCATEGORIZED
int
BluetoothClass.Device
PHOTO
Thumbnail photo of the raw contact.
ContactsContract.CommonDataKinds.Photo
PHOTO_ID
Reference to the row in the data table holding the photo.
ContactsContract.ContactsColumns
PHOTO_VERSION
This constant is deprecated. see ContactsContract
Contacts.PeopleColumns
PI
The double value closest to pi, the ratio of a circle's circumference to its diameter.
double
Math
PI
The double value closest to pi, the ratio of a circle's circumference to its diameter.
double
StrictMath
PICASA_ID
The picasa id of the image

Type: TEXT

MediaStore.Images.ImageColumns
PICKER_DIALOG_INPUT
This private-use character is used to bring up a character picker for miscellaneous symbols.
char
KeyCharacterMap
Picture()
Picture
Picture(Picture src)
Create a picture by making a copy of what has already been recorded in src.
Picture
PictureDrawable(Picture picture)
Construct a new drawable referencing the specified picture.
PictureDrawable
picture_frame
int
R.drawable
pingBinder()
Default implementation always returns true -- if you got here, the object is alive.
Binder
pingBinder()
Check to see if the object still exists.
IBinder
pingSupplicant()
Check that the supplicant daemon is responding to requests.
WifiManager
PING_TRANSACTION
IBinder protocol transaction code: pingBinder().
int
IBinder
PipedInputStream()
Constructs a new unconnected PipedInputStream.
PipedInputStream
PipedInputStream(PipedOutputStream out)
Constructs a new PipedInputStream connected to the PipedOutputStream out.
PipedInputStream
PipedOutputStream()
Constructs a new unconnected PipedOutputStream.
PipedOutputStream
PipedOutputStream(PipedInputStream dest)
Constructs a new PipedOutputStream connected to the PipedInputStream dest.
PipedOutputStream
PipedReader()
Constructs a new unconnected PipedReader.
PipedReader
PipedReader(PipedWriter out)
Constructs a new PipedReader connected to the PipedWriter out.
PipedReader
PipedWriter()
Constructs a new unconnected PipedWriter.
PipedWriter
PipedWriter(PipedReader dest)
Constructs a new PipedWriter connected to the PipedReader dest.
PipedWriter
PIPE_SIZE
The size of the default pipe in bytes.
int
PipedInputStream
pivotX

May be a floating point value, such as "1.2".

int
R.attr
pivotY

May be a floating point value, such as "1.2".

int
R.attr
PixelFormat()
PixelFormat
PixelXorXfermode(int opColor)
PixelXorXfermode
PKCS8EncodedKeySpec(byte[] encodedKey)
Creates a new PKCS8EncodedKeySpec with the specified encoded key bytes.
PKCS8EncodedKeySpec
PKG_INSTALL_COMPLETE
int
PackageManager
PKG_INSTALL_INCOMPLETE
Indicates the state of installation.
int
PackageManager
PKIXBuilderParameters(KeyStore keyStore, CertSelector targetConstraints)
Creates a new PKIXBuilderParameters instance with the trusted X509Certificate entries from the specified KeyStore.
PKIXBuilderParameters
PKIXBuilderParameters(Set<TrustAnchor> trustAnchors, CertSelector targetConstraints)
Creates a new PKIXBuilderParameters instance with the specified set of TrustAnchor and certificate constraints.
PKIXBuilderParameters
PKIXCertPathBuilderResult(CertPath certPath, TrustAnchor trustAnchor, PolicyNode policyTree, PublicKey subjectPublicKey)
Creates a new PKIXCertPathBuilderResult instance with the specified validated certification path, the trust anchor of the certification path, the policy tree and the public key of the subject.
PKIXCertPathBuilderResult
PKIXCertPathValidatorResult(TrustAnchor trustAnchor, PolicyNode policyTree, PublicKey subjectPublicKey)
Creates a new PKIXCertPathValidatorResult with the specified trust anchor, the valid policy tree and the subject public key.
PKIXCertPathValidatorResult
PKIXParameters(KeyStore keyStore)
Creates a new PKIXParameters instance with the trusted X509Certificate entries from the specified KeyStore.
PKIXParameters
PKIXParameters(Set<TrustAnchor> trustAnchors)
Creates a new PKIXParameters instance with the specified set of trusted certificate authorities.
PKIXParameters
PlainSocketFactory()
PlainSocketFactory
PlainSocketFactory(HostNameResolver nameResolver)
PlainSocketFactory
PLAIN_TEXT_TYPE
HTTP
play()
Starts playing an AudioTrack.
AudioTrack
play()
Starts playing the JET segment queue.
JetPlayer
play()
Plays the ringtone.
Ringtone
play(Context context, Uri uri, boolean looping, int stream)
Start playing the sound.
AsyncPlayer
play(int soundID, float leftVolume, float rightVolume, int priority, int loop, float rate)
Play a sound from a sound ID.
SoundPool
playEarcon(String earcon, int queueMode, HashMap<StringString> params)
Plays the earcon using the specified queueing mode and parameters.
TextToSpeech
PLAYLIST_ID
The ID of the playlist

Type: INTEGER (long)

MediaStore.Audio.Playlists.Members
playSilence(long durationInMs, int queueMode, HashMap<StringString> params)
Plays silence for the specified amount of time using the specified queue mode.
TextToSpeech
playSoundEffect(int effectType)
Plays a sound effect (Key clicks, lid open/close...)
AudioManager
playSoundEffect(int soundConstant)
Play a sound effect for this view.
View
playSoundEffect(int effectType, float volume)
Plays a sound effect (Key clicks, lid open/close...)
AudioManager
PLAYSTATE_PAUSED
indicates AudioTrack state is paused
int
AudioTrack
PLAYSTATE_PLAYING
indicates AudioTrack state is playing
int
AudioTrack
PLAYSTATE_STOPPED
indicates AudioTrack state is stopped
int
AudioTrack
PLAY_ORDER
The order of the songs in the playlist

Type: INTEGER (long)>

MediaStore.Audio.Playlists.Members
Plugin(String name, String path, String fileName, String description)
This constructor is deprecated. This interface was intended to be used by Gears. Since Gears was deprecated, so is this class.
Plugin
pluginClicked(Context context, int position)
This method is deprecated. This interface was intended to be used by Gears. Since Gears was deprecated, so is this class.
PluginList
PluginData(InputStream stream, long length, Map<StringString[]> headers, int code)
This constructor is deprecated. This class was intended to be used by Gears. Since Gears was deprecated, so is this class.
PluginData
PluginList()
This constructor is deprecated. This interface was intended to be used by Gears. Since Gears was deprecated, so is this class.
PluginList
plus()
Returns a new BigDecimal whose value is +this.
BigDecimal
plus(MathContext mc)
Returns a new BigDecimal whose value is +this.
BigDecimal
PM
Value of the AM_PM field indicating the period of the day from noon to just before midnight.
int
Calendar
POBOX
Covers actual P.O.
ContactsContract.CommonDataKinds.StructuredPostal
Point()
Point
Point(Point src)
Point
Point(int x, int y)
Point
PointF()
PointF
PointF(Point p)
PointF
PointF(float x, float y)
PointF
pointToPosition(int x, int y)
Maps a point to a position in the list.
AbsListView
pointToPosition(int x, int y)
Maps a point to a position in the list.
AbsSpinner
pointToRowId(int x, int y)
Maps a point to a the rowId of the item which intersects that point.
AbsListView
POINT_INFINITY
The point on an Elliptic Curve at infinity.
ECPoint
Policy()
Policy
PolicyQualifierInfo(byte[] encoded)
Creates a new PolicyQualifierInfo from the specified encoded form.
PolicyQualifierInfo
poll()
Gets and removes the element at the head of the queue, or returns null if there is no element in the queue.
ArrayBlockingQueue
poll()
Retrieves and removes the Future representing the next completed task or null if none are present.
CompletionService
poll()
Gets and removes the element at the head of the queue, or returns null if there is no element in the queue.
ConcurrentLinkedQueue
poll()
Retrieves and removes the head of this queue, or returns null if this queue has no elements with an expired delay.
DelayQueue
poll()
Retrieves and removes the Future representing the next completed task or null if none are present.
ExecutorCompletionService
poll()
Gets and removes the element at the head of the queue, or returns null if there is no element in the queue.
LinkedBlockingQueue
poll()
Gets and removes the element at the head of the queue, or returns null if there is no element in the queue.
LinkedList
poll()
Gets and removes the element at the head of the queue, or returns null if there is no element in the queue.
PriorityBlockingQueue
poll()
Gets and removes the head of the queue.
PriorityQueue
poll()
Gets and removes the element at the head of the queue, or returns null if there is no element in the queue.
Queue
poll()
Returns the next available reference from the queue, removing it in the process.
ReferenceQueue
poll()
Retrieves and removes the head of this queue, if another thread is currently making an element available.
SynchronousQueue
poll(long timeout, TimeUnit unit)
Retrieves and removes the head of this queue, waiting up to the specified wait time if necessary for an element to become available.
ArrayBlockingQueue
poll(long timeout, TimeUnit unit)
Retrieves and removes the head of this queue, waiting up to the specified wait time if necessary for an element to become available.
BlockingQueue
poll(long timeout, TimeUnit unit)
Retrieves and removes the Future representing the next completed task, waiting if necessary up to the specified wait time if none are yet present.
CompletionService
poll(long timeout, TimeUnit unit)
Retrieves and removes the head of this queue, waiting if necessary until an element with an expired delay is available on this queue, or the specified wait time expires.
DelayQueue
poll(long timeout, TimeUnit unit)
Retrieves and removes the Future representing the next completed task, waiting if necessary up to the specified wait time if none are yet present.
ExecutorCompletionService
poll(long timeout, TimeUnit unit)
Retrieves and removes the head of this queue, waiting up to the specified wait time if necessary for an element to become available.
LinkedBlockingQueue
poll(long timeout, TimeUnit unit)
Retrieves and removes the head of this queue, waiting up to the specified wait time if necessary for an element to become available.
PriorityBlockingQueue
poll(long timeout, TimeUnit unit)
Retrieves and removes the head of this queue, waiting if necessary up to the specified wait time, for another thread to insert it.
SynchronousQueue
pop()
Returns the element at the top of the stack and removes it.
Stack
popContext()
Revert to the previous Namespace context.
NamespaceSupport
popupBackground

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

int
R.attr
popupCharacters
The characters to display in the popup keyboard

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

int
R.attr
popupKeyboard
The XML keyboard layout of any popup keyboard

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

int
R.attr
popupLayout
Layout resource for popup keyboards

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

int
R.attr
PopupWindow()

Create a new empty, non focusable popup window of dimension (0,0).

PopupWindow
PopupWindow(Context context)

Create a new empty, non focusable popup window of dimension (0,0).

PopupWindow
PopupWindow(Context context, AttributeSet attrs)

Create a new empty, non focusable popup window of dimension (0,0).

PopupWindow
PopupWindow(Context context, AttributeSet attrs, int defStyle)

Create a new empty, non focusable popup window of dimension (0,0).

PopupWindow
PopupWindow(View contentView)

Create a new non focusable popup window which can display the contentView.

PopupWindow
PopupWindow(View contentView, int width, int height)

Create a new non focusable popup window which can display the contentView.

PopupWindow
PopupWindow(View contentView, int width, int height, boolean focusable)

Create a new popup window which can display the contentView.

PopupWindow
PopupWindow(int width, int height)

Create a new empty, non focusable popup window.

PopupWindow
popupWindowStyle
Default PopupWindow style.
int
R.attr
port
Specify a URI authority port that is handled, as per IntentFilter.addDataAuthority().
int
R.attr
PorterDuff()
PorterDuff
PorterDuffColorFilter(int srcColor, PorterDuff.Mode mode)
Create a colorfilter that uses the specified color and porter-duff mode.
PorterDuffColorFilter
PorterDuffXfermode(PorterDuff.Mode mode)
Create an xfermode that uses the specified porter-duff mode.
PorterDuffXfermode
PortUnreachableException()
Constructs a new instance of this class with its walkback filled in.
PortUnreachableException
PortUnreachableException(String detailMessage)
Constructs a new instance of this class with its walkback and message filled in.
PortUnreachableException
PORT_ATTR
ClientCookie
pose(int euler)
Returns the face's pose.
FaceDetector.Face
position()
Returns the position of this buffer.
Buffer
position()
Returns the current value of the file position pointer.
FileChannel
position()
Returns the lock's starting position in the file.
FileLock
position(byte[] pattern, long start)
Search for the position in this Blob at which the specified pattern begins, starting at a specified position within the Blob.
Blob
position(int newPosition)
Sets the position of this buffer.
Buffer
position(String searchstr, long start)
Retrieves the character position at which a specified substring appears in this Clob object.
Clob
position(Blob pattern, long start)
Search for the position in this Blob at which a specified pattern begins, starting at a specified position within the Blob.
Blob
position(Clob searchstr, long start)
Retrieves the character position at which a specified Clob object appears in this Clob object.
Clob
position(long offset)
Sets the file position pointer to a new value.
FileChannel
POSITIONING
int
BluetoothClass.Service
POSITION_MATRIX_FLAG
int
PathMeasure
positiveButtonText
The positive button text for the dialog.
int
R.attr
POSITIVE_INFINITY
Constant for the Positive Infinity value of the double type.
double
Double
POSITIVE_INFINITY
Constant for the Positive Infinity value of the float type.
float
Float
post(Runnable r)
Causes the Runnable r to be added to the message queue.
Handler
post(Runnable action)
Causes the Runnable to be added to the message queue.
View
POSTAL
This constant is deprecated. see ContactsContract
Contacts.Intents.Insert
POSTAL
The extra field for the contact postal address.
ContactsContract.Intents.Insert
postalAddressTypes
Postal address types from android.provider.Contacts.
int
R.array
POSTAL_ISPRIMARY
This constant is deprecated. see ContactsContract
Contacts.Intents.Insert
POSTAL_ISPRIMARY
The extra field for the postal isprimary flag.
ContactsContract.Intents.Insert
POSTAL_LOCATION_LATITUDE
This constant is deprecated. see ContactsContract
Contacts.ContactMethods
POSTAL_LOCATION_LONGITUDE
This constant is deprecated. see ContactsContract
Contacts.ContactMethods
POSTAL_TYPE
This constant is deprecated. see ContactsContract
Contacts.Intents.Insert
POSTAL_TYPE
The extra field for the contact postal address type.
ContactsContract.Intents.Insert
postAtFrontOfQueue(Runnable r)
Posts a message to an object that implements Runnable.
Handler
postAtTime(Runnable r, Object token, long uptimeMillis)
Causes the Runnable r to be added to the message queue, to be run at a specific time given by uptimeMillis.
Handler
postAtTime(Runnable r, long uptimeMillis)
Causes the Runnable r to be added to the message queue, to be run at a specific time given by uptimeMillis.
Handler
POSTCODE
Postal code.
ContactsContract.CommonDataKinds.StructuredPostal
postConcat(ColorMatrix postmatrix)
Concat this colormatrix with the specified postmatrix.
ColorMatrix
postConcat(Matrix other)
Postconcats the matrix with the specified matrix.
Matrix
postDelayed(Runnable r, long delayMillis)
Causes the Runnable r to be added to the message queue, to be run after the specified amount of time elapses.
Handler
postDelayed(Runnable action, long delayMillis)
Causes the Runnable to be added to the message queue, to be run after the specified amount of time elapses.
View
postInvalidate()
Cause an invalidate to happen on a subsequent cycle through the event loop.
ProgressBar
postInvalidate()
Cause an invalidate to happen on a subsequent cycle through the event loop.
View
postInvalidate(int left, int top, int right, int bottom)
Cause an invalidate of the specified area to happen on a subsequent cycle through the event loop.
View
postInvalidateDelayed(long delayMilliseconds)
Cause an invalidate to happen on a subsequent cycle through the event loop.
View
postInvalidateDelayed(long delayMilliseconds, int left, int top, int right, int bottom)
Cause an invalidate of the specified area to happen on a subsequent cycle through the event loop.
View
postProcess(HttpResponse response, HttpProcessor processor, HttpContext context)
Finish a response.
HttpRequestExecutor
postRotate(float degrees)
Postconcats the matrix with the specified rotation.
Matrix
postRotate(float degrees, float px, float py)
Postconcats the matrix with the specified rotation.
Matrix
postScale(float sx, float sy)
Postconcats the matrix with the specified scale.
Matrix
postScale(float sx, float sy, float px, float py)
Postconcats the matrix with the specified scale.
Matrix
postSkew(float kx, float ky)
Postconcats the matrix with the specified skew.
Matrix
postSkew(float kx, float ky, float px, float py)
Postconcats the matrix with the specified skew.
Matrix
postTranslate(float dx, float dy)
Postconcats the matrix with the specified translation.
Matrix
POSTURE
The POSTURE text attribute.
TextAttribute
POSTURE_OBLIQUE
The Constant POSTURE_OBLIQUE indicates italic posture.
TextAttribute
POSTURE_REGULAR
The Constant POSTURE_REGULAR indicates regular posture.
TextAttribute
postUrl(String url, byte[] postData)
Load the url with postData using "POST" method into the WebView.
WebView
PotentialDeadlockError()
Creates a new exception instance and initializes it with default values.
PotentialDeadlockError
PotentialDeadlockError(String detailMessage)
Creates a new exception instance and initializes it with a given message.
PotentialDeadlockError
pow(double x, double y)
Returns the closest double approximation of the result of raising x to the power of y.
Math
pow(double x, double y)
Returns the closest double approximation of the result of raising x to the power of y.
StrictMath
pow(int n)
Returns a new BigDecimal whose value is this ^ n.
BigDecimal
pow(int exp)
Returns a new BigInteger whose value is this ^ exp.
BigInteger
pow(int n, MathContext mc)
Returns a new BigDecimal whose value is this ^ n.
BigDecimal
POWER_HIGH
A constant indicating a high power requirement.
int
Criteria
POWER_LOW
A constant indicating a low power requirement.
int
Criteria
POWER_MEDIUM
A constant indicating a medium power requirement.
int
Criteria
POWER_SERVICE
Use with getSystemService(String) to retrieve a PowerManager for controlling power management, including "wake locks," which let you keep the device on while you're running long tasks.
Context
PRC
Locale constant for zh_CN.
Locale
preceding(int offset)
Returns the position of last boundary preceding the given offset, and sets the current position to the returned value, or DONE if the given offset specifies the starting position.
BreakIterator
precision()
Returns the precision of this BigDecimal.
BigDecimal
preConcat(ColorMatrix prematrix)
Concat this colormatrix with the specified prematrix.
ColorMatrix
preConcat(Matrix other)
Preconcats the matrix with the specified matrix.
Matrix
PREDICTIVE
A keyboard with all the letters, but with more than one letter per key.
int
KeyCharacterMap
Preference(Context context)
Constructor to create a Preference.
Preference
Preference(Context context, AttributeSet attrs)
Constructor that is called when inflating a Preference from XML.
Preference
Preference(Context context, AttributeSet attrs, int defStyle)
Perform inflation from XML and apply a class-specific base style.
Preference
Preference.BaseSavedState(Parcel source)
Preference.BaseSavedState
Preference.BaseSavedState(Parcelable superState)
Preference.BaseSavedState
PreferenceActivity()
PreferenceActivity
PreferenceCategory(Context context)
PreferenceCategory
PreferenceCategory(Context context, AttributeSet attrs)
PreferenceCategory
PreferenceCategory(Context context, AttributeSet attrs, int defStyle)
PreferenceCategory
preferenceCategoryStyle
Default style for PreferenceCategory.
int
R.attr
preferenceChange(PreferenceChangeEvent pce)
This method gets invoked whenever a preference is added, deleted or updated.
PreferenceChangeListener
PreferenceChangeEvent(Preferences p, String k, String v)
Construct a new PreferenceChangeEvent instance.
PreferenceChangeEvent
PreferenceGroup(Context context, AttributeSet attrs)
PreferenceGroup
PreferenceGroup(Context context, AttributeSet attrs, int defStyle)
PreferenceGroup
preferenceInformationStyle
Default style for informational Preference.
int
R.attr
preferenceLayoutChild
The preference layout that has the child/tabbed effect.
int
R.attr
preferenceScreenStyle
Default style for PreferenceScreen.
int
R.attr
preferenceStyle
Default style for Preference.
int
R.attr
preference_category
int
R.layout
PREFIX
The contact's honorific prefix, e.g.
ContactsContract.CommonDataKinds.StructuredName
prepare()
Initialize the current thread as a looper.
Looper
prepare()
Prepares the player for playback, synchronously.
MediaPlayer
prepare()
Prepares the recorder to begin capturing and encoding data.
MediaRecorder
prepareAsync()
Prepares the player for playback, asynchronously.
MediaPlayer
prepareCall(String sql)
Returns a new instance of CallableStatement that may be used for making stored procedure calls to the database.
Connection
prepareCall(String sql, int resultSetType, int resultSetConcurrency)
Returns a new instance of CallableStatement that may be used for making stored procedure calls to the database.
Connection
prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
Returns a new instance of CallableStatement that may be used for making stored procedure calls to the database.
Connection
prepareForInsert()
Prepare the InsertHelper for an insert.
DatabaseUtils.InsertHelper
prepareForReplace()
Prepare the InsertHelper for a replace.
DatabaseUtils.InsertHelper
prepareMainLooper()
Initialize the current thread as a looper, marking it as an application's main looper.
Looper
prepareSocket(Socket sock, HttpContext context, HttpParams params)
Performs standard initializations on a newly created socket.
DefaultClientConnectionOperator
(protected)
prepareStatement(String sql)
Returns a new instance of PreparedStatement that may be used any number of times to execute parameterized requests on the database server.
Connection
prepareStatement(String sql, int autoGeneratedKeys)
Creates a default PreparedStatement that can retrieve automatically generated keys.
Connection
prepareStatement(String sql, int resultSetType, int resultSetConcurrency)
Creates a PreparedStatement that generates ResultSets with the specified values of resultSetType and resultSetConcurrency.
Connection
prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
Creates a PreparedStatement that generates ResultSets with the specified type, concurrency and holdability
Connection
prepareStatement(String sql, int[] columnIndexes)
Creates a default PreparedStatement that can retrieve the auto-generated keys designated by a supplied array.
Connection
prepareStatement(String sql, String[] columnNames)
Creates a default PreparedStatement that can retrieve the auto-generated keys designated by a supplied array.
Connection
prepareToDraw()
Rebuilds any caches associated with the bitmap that are used for drawing it.
Bitmap
prepareView(View view)
Prepare the given view to be shown.
AppWidgetHostView
(protected)
preProcess(HttpRequest request, HttpProcessor processor, HttpContext context)
Prepare a request for sending.
HttpRequestExecutor
preRotate(float degrees)
Preconcats the matrix with the specified rotation.
Matrix
preRotate(float degrees, float px, float py)
Preconcats the matrix with the specified rotation.
Matrix
preScale(float sx, float sy)
Preconcats the matrix with the specified scale.
Matrix
preScale(float sx, float sy, float px, float py)
Preconcats the matrix with the specified scale.
Matrix
PRESENCE
Contact's latest presence level.
ContactsContract.StatusColumns
presence_away
int
R.drawable
presence_busy
int
R.drawable
PRESENCE_CUSTOM_STATUS
The user defined status line.
Contacts.PresenceColumns
PRESENCE_CUSTOM_STATUS
The user defined status line.
ContactsContract.StatusColumns
presence_invisible
int
R.drawable
presence_offline
int
R.drawable
presence_online
int
R.drawable
PRESENCE_STATUS
The server defined status.
Contacts.PresenceColumns
PRESENCE_STATUS
The server defined status.
ContactsContract.StatusColumns
preSkew(float kx, float ky)
Preconcats the matrix with the specified skew.
Matrix
preSkew(float kx, float ky, float px, float py)
Preconcats the matrix with the specified skew.
Matrix
PRESSED_ENABLED_FOCUSED_SELECTED_STATE_SET
Indicates the view is pressed, enabled, focused and selected.
int[]
View
PRESSED_ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET
Indicates the view is pressed, enabled, focused, selected and its window has the focus.
int[]
View
PRESSED_ENABLED_FOCUSED_STATE_SET
Indicates the view is pressed, enabled and focused.
int[]
View
PRESSED_ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET
Indicates the view is pressed, enabled, focused and its window has the focus.
int[]
View
PRESSED_ENABLED_SELECTED_STATE_SET
Indicates the view is pressed, enabled and selected.
int[]
View
PRESSED_ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET
Indicates the view is pressed, enabled, selected and its window has the focus.
int[]
View
PRESSED_ENABLED_STATE_SET
Indicates the view is pressed and enabled.
int[]
View
PRESSED_ENABLED_WINDOW_FOCUSED_STATE_SET
Indicates the view is pressed, enabled and its window has the focus.
int[]
View
PRESSED_FOCUSED_SELECTED_STATE_SET
Indicates the view is pressed, focused and selected.
int[]
View
PRESSED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET
Indicates the view is pressed, focused, selected and its window has the focus.
int[]
View
PRESSED_FOCUSED_STATE_SET
Indicates the view is pressed and focused.
int[]
View
PRESSED_FOCUSED_WINDOW_FOCUSED_STATE_SET
Indicates the view is pressed, focused and its window has the focus.
int[]
View
PRESSED_SELECTED_STATE_SET
Indicates the view is pressed and selected.
int[]
View
PRESSED_SELECTED_WINDOW_FOCUSED_STATE_SET
Indicates the view is pressed, selected and its window has the focus.
int[]
View
PRESSED_WINDOW_FOCUSED_STATE_SET
Indicates the view is pressed and its window has the focus.
int[]
View
prestartAllCoreThreads()
Starts all core threads, causing them to idly wait for work.
ThreadPoolExecutor
prestartCoreThread()
Starts a core thread, causing it to idly wait for work.
ThreadPoolExecutor
preTranslate(float dx, float dy)
Preconcats the matrix with the specified translation.
Matrix
previous()
Sets this iterator's current position to the previous boundary before the current position and returns that position.
BreakIterator
previous()
Decrements the current index and returns the character at the new index.
CharacterIterator
previous()
Obtains the previous collation element in the source string.
CollationElementIterator
previous()
Returns the previous object in the iteration.
ListIterator
previous()
Relocates the cursor position to the preceding row in this ResultSet.
ResultSet
previous()
Decrements the current index and returns the character at the new index.
StringCharacterIterator
previousDouble(double value)
Returns the double value which is closest to the specified double but smaller.
ChoiceFormat
previousIndex()
Returns the index of the previous object in the iteration.
ListIterator
previousMonth()
Decrement the month.
MonthDisplayHelper
PRIMARY
Constant used to specify the collation strength.
int
Collator
primary
int
R.id
primaryOrder(int order)
Obtains the primary order of the specified collation element, i.e.
CollationElementIterator
PRIMARY_EMAIL_ID
This constant is deprecated. see ContactsContract
Contacts.People
PRIMARY_ORGANIZATION_ID
This constant is deprecated. see ContactsContract
Contacts.People
PRIMARY_PHONE_ID
This constant is deprecated. see ContactsContract
Contacts.People
primary_text_dark
int
R.color
primary_text_dark_nodisable
int
R.color
primary_text_light
int
R.color
primary_text_light_nodisable
int
R.color
print(boolean bool)
Prints the string representation of the specified boolean to the target stream.
PrintStream
print(boolean bool)
Prints the string representation of the specified boolean to the target.
PrintWriter
print(char ch)
Prints the string representation of the specified character to the target stream.
PrintStream
print(char ch)
Prints the string representation of the specified character to the target.
PrintWriter
print(char[] charArray)
Prints the string representation of the specified character array to the target stream.
PrintStream
print(char[] charArray)
Prints the string representation of the specified character array to the target.
PrintWriter
print(double dnum)
Prints the string representation of the specified double to the target stream.
PrintStream
print(double dnum)
Prints the string representation of the specified double to the target.
PrintWriter
print(float fnum)
Prints the string representation of the specified float to the target stream.
PrintStream
print(float fnum)
Prints the string representation of the specified float to the target.
PrintWriter
print(int inum)
Prints the string representation of the specified integer to the target stream.
PrintStream
print(int inum)
Prints the string representation of the specified integer to the target.
PrintWriter
print(Object obj)
Prints the string representation of the specified object to the target stream.
PrintStream
print(Object obj)
Prints the string representation of the specified object to the target.
PrintWriter
print(String str)
Prints a string to the target stream.
PrintStream
print(String str)
Prints a string to the target.
PrintWriter
print(long lnum)
Prints the string representation of the specified long to the target stream.
PrintStream
print(long lnum)
Prints the string representation of the specified long to the target.
PrintWriter
printf(String format, Object... args)
Prints a formatted string.
PrintStream
printf(String format, Object... args)
Prints a formatted string.
PrintWriter
printf(Locale l, String format, Object... args)
Prints a formatted string.
PrintStream
printf(Locale l, String format, Object... args)
Prints a formatted string.
PrintWriter
println()
Prints the string representation of the system property "line.separator" to the target stream.
PrintStream
println()
Prints the string representation of the system property "line.separator" to the target.
PrintWriter
println(boolean bool)
Prints the string representation of the specified boolean followed by the system property "line.separator" to the target stream.
PrintStream
println(boolean bool)
Prints the string representation of the specified boolean followed by the system property "line.separator" to the target.
PrintWriter
println(char ch)
Prints the string representation of the specified character followed by the system property "line.separator" to the target stream.
PrintStream
println(char ch)
Prints the string representation of the specified character followed by the system property "line.separator" to the target.
PrintWriter
println(char[] charArray)
Prints the string representation of the specified character array followed by the system property "line.separator" to the target stream.
PrintStream
println(char[] charArray)
Prints the string representation of the specified character array followed by the system property "line.separator" to the target.
PrintWriter
println(double dnum)
Prints the string representation of the specified double followed by the system property "line.separator" to the target stream.
PrintStream
println(double dnum)
Prints the string representation of the specified double followed by the system property "line.separator" to the target.
PrintWriter
println(float fnum)
Prints the string representation of the specified float followed by the system property "line.separator" to the target stream.
PrintStream
println(float fnum)
Prints the string representation of the specified float followed by the system property "line.separator" to the target.
PrintWriter
println(int inum)
Prints the string representation of the specified integer followed by the system property "line.separator" to the target stream.
PrintStream
println(int inum)
Prints the string representation of the specified integer followed by the system property "line.separator" to the target.
PrintWriter
println(int priority, String tag, String msg)
Low-level logging call.
Log
println(Object obj)
Prints the string representation of the specified object followed by the system property "line.separator" to the target stream.
PrintStream
println(Object obj)
Prints the string representation of the specified object followed by the system property "line.separator" to the target.
PrintWriter
println(String message)
Prints a message to the current JDBC log stream.
DriverManager
println(String x)
Write a line of text to the output.
LogPrinter
println(String str)
Prints a string followed by the system property "line.separator" to the target stream.
PrintStream
println(String x)
Write a line of text to the output.
PrintStreamPrinter
println(String str)
Prints a string followed by the system property "line.separator" to the target.
PrintWriter
println(String x)
Write a line of text to the output.
PrintWriterPrinter
println(String x)
Write a line of text to the output.
Printer
println(String x)
Write a line of text to the output.
StringBuilderPrinter
println(long lnum)
Prints the string representation of the specified long followed by the system property "line.separator" to the target stream.
PrintStream
println(long lnum)
Prints the string representation of the specified long followed by the system property "line.separator" to the target.
PrintWriter
printLoadedClasses(int flags)
Dump a list of all currently loaded class to the log file.
Debug
printLoadedClasses(int flags)
Dumps a list of loaded class to the log file.
VMDebug
printStackTrace()
Writes a printable representation of this Throwable's stack trace to the System.err stream.
Throwable
printStackTrace()
Writes a printable representation of this Throwable's stack trace to the System.err stream.
XmlPullParserException
printStackTrace(PrintStream err)
Writes a printable representation of this Throwable's stack trace to the specified print stream.
Throwable
printStackTrace(PrintWriter err)
Writes a printable representation of this Throwable's stack trace to the specified print writer.
Throwable
PrintStream(File file)
Constructs a new PrintStream with file as its target.
PrintStream
PrintStream(File file, String csn)
Constructs a new PrintStream with file as its target.
PrintStream
PrintStream(OutputStream out)
Constructs a new PrintStream with out as its target stream.
PrintStream
PrintStream(OutputStream out, boolean autoflush)
Constructs a new PrintStream with out as its target stream.
PrintStream
PrintStream(OutputStream out, boolean autoflush, String enc)
Constructs a new PrintStream with out as its target stream and using the character encoding enc while writing.
PrintStream
PrintStream(String fileName)
Constructs a new PrintStream with the file identified by fileName as its target.
PrintStream
PrintStream(String fileName, String csn)
Constructs a new PrintStream with the file identified by fileName as its target.
PrintStream
PrintStreamPrinter(PrintStream pw)
Create a new Printer that sends to a PrintWriter object.
PrintStreamPrinter
PrintWriter(File file)
Constructs a new PrintWriter with file as its target.
PrintWriter
PrintWriter(File file, String csn)
Constructs a new PrintWriter with file as its target.
PrintWriter
PrintWriter(OutputStream out)
Constructs a new PrintWriter with out as its target stream.
PrintWriter
PrintWriter(OutputStream out, boolean autoflush)
Constructs a new PrintWriter with out as its target stream.
PrintWriter
PrintWriter(Writer wr)
Constructs a new PrintWriter with wr as its target writer.
PrintWriter
PrintWriter(Writer wr, boolean autoflush)
Constructs a new PrintWriter with out as its target writer.
PrintWriter
PrintWriter(String fileName)
Constructs a new PrintWriter with the file identified by fileName as its target.
PrintWriter
PrintWriter(String fileName, String csn)
Constructs a new PrintWriter with the file identified by fileName as its target.
PrintWriter
PrintWriterPrinter(PrintWriter pw)
Create a new Printer that sends to a PrintWriter object.
PrintWriterPrinter
PRIORITY
The priority, an integer, used by XMPP presence

Type: INTEGER

Contacts.PresenceColumns
PRIORITY
The priority, an integer, used by XMPP presence

Type: INTEGER

ContactsContract.StatusColumns
priority
Specify the relative importance or ability in handling a particular Intent.
int
R.attr
PriorityBlockingQueue()
Creates a PriorityBlockingQueue with the default initial capacity (11) that orders its elements according to their natural ordering.
PriorityBlockingQueue
PriorityBlockingQueue(int initialCapacity)
Creates a PriorityBlockingQueue with the specified initial capacity that orders its elements according to their natural ordering.
PriorityBlockingQueue
PriorityBlockingQueue(int initialCapacity, Comparator<? super E> comparator)
Creates a PriorityBlockingQueue with the specified initial capacity that orders its elements according to the specified comparator.
PriorityBlockingQueue
PriorityBlockingQueue(Collection<? extends E> c)
Creates a PriorityBlockingQueue containing the elements in the specified collection.
PriorityBlockingQueue
PriorityQueue()
Constructs a priority queue with an initial capacity of 11 and natural ordering.
PriorityQueue
PriorityQueue(int initialCapacity)
Constructs a priority queue with the specified capacity and natural ordering.
PriorityQueue
PriorityQueue(int initialCapacity, Comparator<? super E> comparator)
Constructs a priority queue with the specified capacity and comparator.
PriorityQueue
PriorityQueue(Collection<? extends E> c)
Constructs a priority queue that contains the elements of a collection.
PriorityQueue
PriorityQueue(PriorityQueue<? extends E> c)
Constructs a priority queue that contains the elements of another priority queue.
PriorityQueue
PriorityQueue(SortedSet<? extends E> c)
Constructs a priority queue that contains the elements of a sorted set.
PriorityQueue
PRIORITY_COLUMN
Columns are animated first.
int
GridLayoutAnimationController
PRIORITY_NONE
Rows and columns are animated at the same time.
int
GridLayoutAnimationController
PRIORITY_ROW
Rows are animated first.
int
GridLayoutAnimationController
PRIVATE
Private mapping mode (equivalent to copy on write).
FileChannel.MapMode
PRIVATE
The int value representing the private modifier.
int
Modifier
PrivateCredentialPermission(String name, String action)
Creates a new permission for private credentials specified by the target name name and an action.
PrivateCredentialPermission
privateImeOptions
An addition content type description to supply to the input method attached to the text view, which is private to the implementation of the input method.
int
R.attr
PRIVATE_KEY
Constant indicating that the key to be unwrapped is a private key.
int
Cipher
PRIVATE_USE
Unicode category constant Co.
byte
Character
PRIVATE_USE_AREA
The "Private Use Area" Unicode Block.
Character.UnicodeBlock
PrivilegedActionException(Exception ex)
Constructs a new instance of PrivilegedActionException with the cause.
PrivilegedActionException
privilegedCallable(Callable<T> callable)
Returns a Callable object that will, when called, execute the given callable under the current access control context.
Executors
privilegedCallableUsingCurrentClassLoader(Callable<T> callable)
Returns a Callable object that will, when called, execute the given callable under the current access control context, with the current context class loader as the context class loader.
Executors
privilegedThreadFactory()
Returns a thread factory used to create new threads that have the same permissions as the current thread.
Executors
probablePrime(int bitLength, Random rnd)
Returns a random positive BigInteger instance in the range [0, 2^(bitLength)-1] which is probably prime.
BigInteger
procedureColumnIn
States that the column stores IN type parameters.
int
DatabaseMetaData
procedureColumnInOut
States that this column stores INOUT type parameters.
int
DatabaseMetaData
procedureColumnOut
States that this column stores OUT type parameters.
int
DatabaseMetaData
procedureColumnResult
States that the column stores results.
int
DatabaseMetaData
procedureColumnReturn
States that the column stores return values.
int
DatabaseMetaData
procedureColumnUnknown
States that type of the column is unknown.
int
DatabaseMetaData
procedureNoNulls
States that NULL values are not permitted.
int
DatabaseMetaData
procedureNoResult
States that the procedure does not return a result.
int
DatabaseMetaData
procedureNullable
States that NULL values are permitted.
int
DatabaseMetaData
procedureNullableUnknown
States that it is unknown whether NULL values are permitted.
int
DatabaseMetaData
procedureResultUnknown
States that it is unknown whether or not the procedure returns a result.
int
DatabaseMetaData
procedureReturnsResult
States that the procedure returns a result.
int
DatabaseMetaData
proceed()
Proceed with the SSL certificate.
SslErrorHandler
proceed(String username, String password)
Proceed with the authorization with the given credentials
HttpAuthHandler
process
Specify a specific process that the associated code is to run in.
int
R.attr
Process()
Process
Process()
Process
process(HttpRequest request, HttpContext context)
Processes a request.
BasicHttpProcessor
process(HttpRequest request, HttpContext context)
Processes a request.
HttpRequestInterceptor
process(HttpRequest request, HttpContext context)
Processes a request.
RequestAddCookies
process(HttpRequest request, HttpContext context)
Processes a request.
RequestConnControl
process(HttpRequest request, HttpContext context)
Processes a request.
RequestContent
process(HttpRequest request, HttpContext context)
Processes a request.
RequestDate
process(HttpRequest request, HttpContext context)
Processes a request.
RequestDefaultHeaders
process(HttpRequest request, HttpContext context)
Processes a request.
RequestExpectContinue
process(HttpRequest request, HttpContext context)
Processes a request.
RequestProxyAuthentication
process(HttpRequest request, HttpContext context)
Processes a request.
RequestTargetAuthentication
process(HttpRequest request, HttpContext context)
Processes a request.
RequestTargetHost
process(HttpRequest request, HttpContext context)
Processes a request.
RequestUserAgent
process(HttpResponse response, HttpContext context)
Processes a response.
BasicHttpProcessor
process(HttpResponse response, HttpContext context)
Processes a response.
HttpResponseInterceptor
process(HttpResponse response, HttpContext context)
Processes a response.
ResponseConnControl
process(HttpResponse response, HttpContext context)
Processes a response.
ResponseContent
process(HttpResponse response, HttpContext context)
Processes a response.
ResponseDate
process(HttpResponse response, HttpContext context)
Processes a response.
ResponseProcessCookies
process(HttpResponse response, HttpContext context)
Processes a response.
ResponseServer
processArguments(String[] args)
Processes the command line arguments and returns the name of the suite class to run or null
BaseTestRunner
(protected)
ProcessBuilder(String... command)
Constructs a new ProcessBuilder instance with the specified operating system program and its arguments.
ProcessBuilder
ProcessBuilder(List<String> command)
Constructs a new ProcessBuilder instance with the specified operating system program and its arguments.
ProcessBuilder
processChallenge(Header header)
Processes the given challenge token.
AuthScheme
processChallenge(Header header)
Processes the given challenge token.
AuthSchemeBase
processChallenge(Header header)
Processes the Basic challenge.
BasicScheme
processChallenge(Header header)
Processes the Digest challenge.
DigestScheme
processingInstruction(String text)
XmlSerializer
processingInstruction(String target, String data)
Receive notification of a processing instruction.
ContentHandler
processingInstruction(String target, String data)
Receive notification of a processing instruction.
DefaultHandler
processingInstruction(String target, String data)
Receive notification of a processing instruction.
DocumentHandler
processingInstruction(String target, String data)
Receive notification of a processing instruction.
HandlerBase
processingInstruction(String target, String data)
Adapter implementation method; do not call.
ParserAdapter
processingInstruction(String target, String data)
Filter a processing instruction event.
XMLFilterImpl
processingInstruction(String target, String data)
Adapt a SAX2 processing instruction event.
XMLReaderAdapter
PROCESSING_INSTRUCTION
An XML processing instruction declaration was just read.
int
XmlPullParser
PROCESSING_INSTRUCTION_NODE
The node is a ProcessingInstruction.
short
Node
processName(String qName, String[] parts, boolean isAttribute)
Process a raw XML qualified name, after all declarations in the current context have been handled by declarePrefix().
NamespaceSupport
PROCESS_OUTGOING_CALLS
Allows an application to monitor, modify, or abort outgoing calls.
Manifest.permission
PRODUCT
The name of the overall product.
Build
PROFILE
This constant is deprecated. Always false.
boolean
Config
PROGRESS
packer progress as a percentage.
Pack200.Packer
PROGRESS
the progress as a percentage.
Pack200.Unpacker
progress
Defines the default progress value, between 0 and max.
int
R.attr
progress
int
R.id
ProgressBar(Context context)
Create a new progress bar with range 0...100 and initial progress of 0.
ProgressBar
ProgressBar(Context context, AttributeSet attrs)
ProgressBar
ProgressBar(Context context, AttributeSet attrs, int defStyle)
ProgressBar
progressBarStyle
Default ProgressBar style.
int
R.attr
progressBarStyleHorizontal
Horizontal ProgressBar style.
int
R.attr
progressBarStyleInverse
Inverse ProgressBar style.
int
R.attr
progressBarStyleLarge
Large ProgressBar style.
int
R.attr
progressBarStyleLargeInverse
Large inverse ProgressBar style.
int
R.attr
progressBarStyleSmall
Small ProgressBar style.
int
R.attr
progressBarStyleSmallInverse
Small inverse ProgressBar style.
int
R.attr
progressBarStyleSmallTitle
Small ProgressBar in title style.
int
R.attr
ProgressDialog(Context context)
ProgressDialog
ProgressDialog(Context context, int theme)
ProgressDialog
progressDrawable
Drawable used for the progress mode.
int
R.attr
PROGRESS_END
Ending value for the (primary) progress
int
Window
progress_horizontal
int
R.drawable
progress_indeterminate_horizontal
int
R.drawable
PROGRESS_INDETERMINATE_OFF
Flag for setting the progress bar's indeterminate mode off
int
Window
PROGRESS_INDETERMINATE_ON
Flag for setting the progress bar's indeterminate mode on
int
Window
PROGRESS_SECONDARY_END
Highest possible value for the secondary progress
int
Window
PROGRESS_SECONDARY_START
Lowest possible value for the secondary progress
int
Window
PROGRESS_START
Starting value for the (primary) progress
int
Window
PROGRESS_VISIBILITY_OFF
Flag for setting the progress bar's visibility to GONE
int
Window
PROGRESS_VISIBILITY_ON
Flag for setting the progress bar's visibility to VISIBLE
int
Window
prompt
The prompt to display when the spinner's dialog is shown.
int
R.attr
properties()
Returns a sorted map of the properties of this packer.
Pack200.Packer
properties()
Returns a sorted map of the properties of this unpacker.
Pack200.Unpacker
Properties()
Constructs a new Properties object.
Properties
Properties(Properties properties)
Constructs a new Properties object using the specified default Properties.
Properties
propertyChange(PropertyChangeEvent event)
The source bean calls this method when an event is raised.
PropertyChangeListener
propertyChange(PropertyChangeEvent event)
The source bean calls this method when an event is raised.
PropertyChangeListenerProxy
PropertyChangeEvent(Object source, String propertyName, Object oldValue, Object newValue)
The constructor used to create a new PropertyChangeEvent.
PropertyChangeEvent
PropertyChangeListenerProxy(String propertyName, PropertyChangeListener listener)
Creates a new listener proxy that associates a listener with a property name.
PropertyChangeListenerProxy
PropertyChangeSupport(Object sourceBean)
Creates a new instance that uses the source bean as source for any event.
PropertyChangeSupport
propertyNames()
Returns all of the property names that this Properties object contains.
Properties
PropertyPermission(String name, String actions)
Constructs a new instance of this class.
PropertyPermission
PropertyResourceBundle(InputStream stream)
Constructs a new instance of PropertyResourceBundle and loads the properties file from the specified InputStream.
PropertyResourceBundle
PROPERTY_MODULE
VersionInfo
PROPERTY_NAME
Name of the system or midlet property that should be used for a system property containing a comma separated list of factory or parser class names (value: org.xmlpull.v1.XmlPullParserFactory).
XmlPullParserFactory
PROPERTY_RELEASE
VersionInfo
PROPERTY_TIMESTAMP
VersionInfo
protect()
Run the the following method protected.
Protectable
PROTECTED
The int value representing the protected modifier.
int
Modifier
ProtectionDomain(CodeSource cs, PermissionCollection permissions)
Constructs a new instance of ProtectionDomain with the specified code source and the specified static permissions.
ProtectionDomain
ProtectionDomain(CodeSource cs, PermissionCollection permissions, ClassLoader cl, Principal[] principals)
Constructs a new instance of ProtectionDomain with the specified code source, the permissions, the class loader and the principals.
ProtectionDomain
protectionLevel
Characterizes the potential risk implied in a permission and indicates the procedure the system should follow when determining whether to grant the permission to an application requesting it.
int
R.attr
PROTECTION_DANGEROUS
Dangerous value for protectionLevel, corresponding to the dangerous value of protectionLevel.
int
PermissionInfo
PROTECTION_NORMAL
A normal application value for protectionLevel, corresponding to the normal value of protectionLevel.
int
PermissionInfo
PROTECTION_SIGNATURE
System-level value for protectionLevel, corresponding to the signature value of protectionLevel.
int
PermissionInfo
PROTECTION_SIGNATURE_OR_SYSTEM
System-level value for protectionLevel, corresponding to the signatureOrSystem value of protectionLevel.
int
PermissionInfo
PROTOCOL
This column should be populated with one of the defined constants, e.g.
ContactsContract.CommonDataKinds.Im
PROTOCOL

Type: NUMBER

ContactsContract.PresenceColumns
ProtocolException()
Creates a new ProtocolException with a null detail message.
ProtocolException
ProtocolException()
Constructs a new instance of this class with its walkback filled in.
ProtocolException
ProtocolException(String message)
Creates a new ProtocolException with the specified detail message.
ProtocolException
ProtocolException(String detailMessage)
Constructs a new instance of this class with its walkback and message filled in.
ProtocolException
ProtocolException(String message, Throwable cause)
Creates a new ProtocolException with the specified detail message and cause.
ProtocolException
ProtocolVersion(String protocol, int major, int minor)
Create a protocol version designator.
ProtocolVersion
PROTOCOL_AIM
This constant is deprecated. see ContactsContract
int
Contacts.ContactMethods
PROTOCOL_AIM
int
ContactsContract.CommonDataKinds.Im
PROTOCOL_CUSTOM
int
ContactsContract.CommonDataKinds.Im
PROTOCOL_GOOGLE_TALK
This constant is deprecated. see ContactsContract
int
Contacts.ContactMethods
PROTOCOL_GOOGLE_TALK
int
ContactsContract.CommonDataKinds.Im
PROTOCOL_ICQ
This constant is deprecated. see ContactsContract
int
Contacts.ContactMethods
PROTOCOL_ICQ
int
ContactsContract.CommonDataKinds.Im
PROTOCOL_JABBER
This constant is deprecated. see ContactsContract
int
Contacts.ContactMethods
PROTOCOL_JABBER
int
ContactsContract.CommonDataKinds.Im
PROTOCOL_MSN
This constant is deprecated. see ContactsContract
int
Contacts.ContactMethods
PROTOCOL_MSN
int
ContactsContract.CommonDataKinds.Im
PROTOCOL_NETMEETING
int
ContactsContract.CommonDataKinds.Im
PROTOCOL_QQ
This constant is deprecated. see ContactsContract
int
Contacts.ContactMethods
PROTOCOL_QQ
int
ContactsContract.CommonDataKinds.Im
PROTOCOL_SKYPE
This constant is deprecated. see ContactsContract
int
Contacts.ContactMethods
PROTOCOL_SKYPE
int
ContactsContract.CommonDataKinds.Im
PROTOCOL_VERSION
Defines the protocol version used per default.
CoreProtocolPNames
PROTOCOL_VERSION_1
Stream protocol version 1.
int
ObjectStreamConstants
PROTOCOL_VERSION_2
Stream protocol version 2.
int
ObjectStreamConstants
PROTOCOL_YAHOO
This constant is deprecated. see ContactsContract
int
Contacts.ContactMethods
PROTOCOL_YAHOO
int
ContactsContract.CommonDataKinds.Im
provider()
Returns the selector provider that has created this channel.
AbstractSelectableChannel
provider()
Gets this selector's provider.
AbstractSelector
provider()
Gets the provider of this channel.
SelectableChannel
provider()
Gets the provider of this selector.
Selector
provider()
Gets a provider instance by executing the following steps when called for the first time:
  • if the system property "java.nio.channels.spi.SelectorProvider" is set, the value of this property is the class name of the provider returned;
  • if there is a provider-configuration file named "java.nio.channels.spi.SelectorProvider" in META-INF/services of a jar file valid in the system class loader, the first class name is the provider's class name;
  • otherwise, a system default provider will be returned.
SelectorProvider
Provider.Service(Provider provider, String type, String algorithm, String className, List<String> aliases, Map<StringString> attributes)
Constructs a new instance of Service with the given attributes.
Provider.Service
ProviderException()
Constructs a new instance of ProviderException.
ProviderException
ProviderException(String msg)
Constructs a new instance of ProviderException with the given message.
ProviderException
ProviderException(String message, Throwable cause)
Constructs a new instance of ProviderException with the given message and the cause.
ProviderException
ProviderException(Throwable cause)
Constructs a new instance of ProviderException with the cause.
ProviderException
ProviderInfo()
ProviderInfo
ProviderInfo(ProviderInfo orig)
ProviderInfo
ProviderTestCase(Class<T> providerClass, String providerAuthority)
ProviderTestCase
ProviderTestCase2(Class<T> providerClass, String providerAuthority)
ProviderTestCase2
providerWithRenamedContext(Class<T> contentProvider, Context c, String filePrefix)
RenamingDelegatingContext
providerWithRenamedContext(Class<T> contentProvider, Context c, String filePrefix, boolean allowAccessToExistingFilesAndDbs)
RenamingDelegatingContext
proxiedStep(RouteInfo plan, RouteInfo fact)
Determines the next step to establish a connection via proxy.
BasicRouteDirector
(protected)
Proxy()
Proxy
Proxy(Proxy.Type type, SocketAddress sa)
Creates a new Proxy instance.
Proxy
ProxySelector()
Creates a new ProxySelector instance.
ProxySelector
ProxySelectorRoutePlanner(SchemeRegistry schreg, ProxySelector prosel)
Creates a new proxy selector route planner.
ProxySelectorRoutePlanner
PROXY_AUTH
The proxy authenticate challange header.
AUTH
PROXY_AUTH_RESP
The proxy authenticate response header.
AUTH
PROXY_AUTH_STATE
ClientContext
PROXY_CHANGE_ACTION
Proxy
PSource.PSpecified(byte[] p)
Creates a new instance of PSpecified with the specified parameter P.
PSource.PSpecified
PSSParameterSpec(int saltLen)
Creates a new PSSParameterSpec with the specified salt length and the default values.
PSSParameterSpec
PSSParameterSpec(String mdName, String mgfName, AlgorithmParameterSpec mgfSpec, int saltLen, int trailerField)
Creates a new PSSParameterSpec with the specified message digest name, mask generation function name, mask generation function parameters, salt length, and trailer field value.
PSSParameterSpec
PUBLIC
Designates all public members of a class or interface (including inherited members).
int
Member
PUBLIC
The int value representing the public modifier.
int
Modifier
PUBLIC_KEY
Constant indicating that the key to be unwrapped is a public key.
int
Cipher
publish(LogRecord record)
Logs a record if necessary.
ConsoleHandler
publish(LogRecord record)
Publish a LogRecord.
FileHandler
publish(LogRecord record)
Accepts a logging request and sends it to the the target.
Handler
publish(LogRecord record)
Put a given LogRecord into internal buffer.
MemoryHandler
publish(LogRecord record)
Logs a record if necessary.
SocketHandler
publish(LogRecord record)
Accepts a logging request.
StreamHandler
publishProgress(Progress... values)
This method can be invoked from doInBackground(Params...) to publish updates on the UI thread while the background computation is still running.
AsyncTask
(protected)
publishResults(CharSequence constraint, Filter.FilterResults results)

Invoked in the UI thread to publish the filtering results in the user interface.

Filter
(protected)
purge()
Tries to remove from the work queue all Future tasks that have been cancelled.
ThreadPoolExecutor
purge()
Removes all canceled tasks from the task queue.
Timer
push()
Triggers a push action to output all buffered records to the target handler, and the target handler will publish them.
MemoryHandler
push(E object)
Pushes the specified object onto the top of the stack.
Stack
pushBack()
Indicates that the current token should be pushed back and returned again the next time nextToken() is called.
StreamTokenizer
PushbackInputStream(InputStream in)
Constructs a new PushbackInputStream with the specified input stream as source.
PushbackInputStream
PushbackInputStream(InputStream in, int size)
Constructs a new PushbackInputStream with in as source input stream.
PushbackInputStream
PushbackReader(Reader in)
Constructs a new PushbackReader with the specified reader as source.
PushbackReader
PushbackReader(Reader in, int size)
Constructs a new PushbackReader with in as source reader.
PushbackReader
pushContext()
Start a new Namespace context.
NamespaceSupport
PUSH_BUFFERS
Creates a surface without a rendering buffer.
int
Surface
put(boolean value)
Append a boolean value.
JSONArray
put(byte b)
Writes the given byte to the current position and increases the position by 1.
ByteBuffer
put(byte[] src)
Writes bytes in the given byte array to the current position and increases the position by the number of bytes written.
ByteBuffer
put(byte[] src, int off, int len)
Writes bytes in the given byte array, starting from the specified offset, to the current position and increases the position by the number of bytes written.
ByteBuffer
put(char c)
Writes the given char to the current position and increases the position by 1.
CharBuffer
put(char[] src)
Writes chars from the given char array to the current position and increases the position by the number of chars written.
CharBuffer
put(char[] src, int off, int len)
Writes chars from the given char array, starting from the specified offset, to the current position and increases the position by the number of chars written.
CharBuffer
put(double d)
Writes the given double to the current position and increases the position by 1.
DoubleBuffer
put(double value)
Append a double value.
JSONArray
put(double[] src)
Writes doubles from the given double array to the current position and increases the position by the number of doubles written.
DoubleBuffer
put(double[] src, int off, int len)
Writes doubles from the given double array, starting from the specified offset, to the current position and increases the position by the number of doubles written.
DoubleBuffer
put(E e)
Inserts the specified element at the tail of this queue, waiting for space to become available if the queue is full.
ArrayBlockingQueue
put(E e)
Inserts the specified element into this queue, waiting if necessary for space to become available.
BlockingQueue
put(E e)
Inserts the specified element into this delay queue.
DelayQueue
put(E e)
Inserts the specified element at the tail of this queue, waiting if necessary for space to become available.
LinkedBlockingQueue
put(E e)
Inserts the specified element into this priority queue.
PriorityBlockingQueue
put(E o)
Adds the specified element to this queue, waiting if necessary for another thread to receive it.
SynchronousQueue
put(float f)
Writes the given float to the current position and increases the position by 1.
FloatBuffer
put(float[] src)
Writes floats from the given float array to the current position and increases the position by the number of floats written.
FloatBuffer
put(float[] src, int off, int len)
Writes floats from the given float array, starting from the specified offset, to the current position and increases the position by the number of floats written.
FloatBuffer
put(int i)
Writes the given int to the current position and increases the position by 1.
IntBuffer
put(int value)
Append an int value.
JSONArray
put(int index, boolean value)
Put or replace a boolean value in the JSONArray.
JSONArray
put(int key, boolean value)
Adds a mapping from the specified key to the specified value, replacing the previous mapping from the specified key if there was one.
SparseBooleanArray
put(int index, byte b)
Write a byte to the specified index of this buffer without changing the position.
ByteBuffer
put(int index, char c)
Writes a char to the specified index of this buffer; the position is not changed.
CharBuffer
put(int index, double d)
Write a double to the specified index of this buffer and the position is not changed.
DoubleBuffer
put(int index, double value)
Put or replace a double value.
JSONArray
put(int key, E value)
Adds a mapping from the specified key to the specified value, replacing the previous mapping from the specified key if there was one.
SparseArray
put(int index, float f)
Writes a float to the specified index of this buffer; the position is not changed.
FloatBuffer
put(int index, int i)
Write a int to the specified index of this buffer; the position is not changed.
IntBuffer
put(int index, int value)
Put or replace an int value.
JSONArray
put(int key, int value)
Adds a mapping from the specified key to the specified value, replacing the previous mapping from the specified key if there was one.
SparseIntArray
put(int index, Object value)
Put or replace an object value in the JSONArray.
JSONArray
put(int index, long value)
Put or replace a long value.
JSONArray
put(int index, long l)
Writes a long to the specified index of this buffer; the position is not changed.
LongBuffer
put(int index, short s)
Writes a short to the specified index of this buffer; the position is not changed.
ShortBuffer
put(int[] src)
Writes ints from the given int array to the current position and increases the position by the number of ints written.
IntBuffer
put(int[] src, int off, int len)
Writes ints from the given int array, starting from the specified offset, to the current position and increases the position by the number of ints written.
IntBuffer
put(Object value)
Append an object value.
JSONArray
put(Object key, Object value)
Stores key/value pairs in this Attributes.
Attributes
put(Object key, Object value)
Maps the specified key property name to the specified value.
Provider
put(String str)
Writes all chars of the given string to the current position of this buffer, and increases the position by the length of string.
CharBuffer
put(String key, boolean value)
Put a key/boolean pair in the JSONObject.
JSONObject
put(String name, boolean value)
Puts the value of the boolean field identified by name to the persistent field.
ObjectOutputStream.PutField
put(String name, byte value)
Puts the value of the byte field identified by name to the persistent field.
ObjectOutputStream.PutField
put(String key, byte[] value)
Adds a value to the set.
ContentValues
put(String name, char value)
Puts the value of the character field identified by name to the persistent field.
ObjectOutputStream.PutField
put(String key, double value)
Put a key/double pair in the JSONObject.
JSONObject
put(String name, double value)
Puts the value of the double field identified by name to the persistent field.
ObjectOutputStream.PutField
put(String name, float value)
Puts the value of the float field identified by name to the persistent field.
ObjectOutputStream.PutField
put(String key, int value)
Put a key/int pair in the JSONObject.
JSONObject
put(String name, int value)
Puts the value of the integer field identified by name to the persistent field.
ObjectOutputStream.PutField
put(String str, int start, int end)
Writes chars of the given string to the current position of this buffer, and increases the position by the number of chars written.
CharBuffer
put(String key, Boolean value)
Adds a value to the set.
ContentValues
put(String key, Byte value)
Adds a value to the set.
ContentValues
put(String key, Double value)
Adds a value to the set.
ContentValues
put(String key, Float value)
Adds a value to the set.
ContentValues
put(String key, Integer value)
Adds a value to the set.
ContentValues
put(String key, Long value)
Adds a value to the set.
ContentValues
put(String key, Object value)
Put a key/value pair in the JSONObject.
JSONObject
put(String name, Object value)
Puts the value of the Object field identified by name to the persistent field.
ObjectOutputStream.PutField
put(String key, Short value)
Adds a value to the set.
ContentValues
put(String key, String value)
Adds a new preference to this node using the given key and value or updates the value if a preference with the given key already exists.
AbstractPreferences
put(String key, String value)
Adds a value to the set.
ContentValues
put(String key, String value)
Adds a new preference to this node using the given key and value or updates the value if a preference with the given key already exists.
Preferences
put(String key, long value)
Put a key/long pair in the JSONObject.
JSONObject
put(String name, long value)
Puts the value of the long field identified by name to the persistent field.
ObjectOutputStream.PutField
put(String name, short value)
Puts the value of the short field identified by name to the persistent field.
ObjectOutputStream.PutField
put(URI uri, URLConnection conn)
Allows the protocol handler to cache data after retrieving resources.
ResponseCache
put(URI uri, Map<StringList<String>> responseHeaders)
Sets all cookies of a specific URI in the responseHeaders into the cookie cache.
CookieHandler
put(ByteBuffer src)
Writes all the remaining bytes of the src byte buffer to this buffer's current position, and increases both buffers' position by the number of bytes copied.
ByteBuffer
put(CharBuffer src)
Writes all the remaining chars of the src char buffer to this buffer's current position, and increases both buffers' position by the number of chars copied.
CharBuffer
put(DoubleBuffer src)
Writes all the remaining doubles of the src double buffer to this buffer's current position, and increases both buffers' position by the number of doubles copied.
DoubleBuffer
put(FloatBuffer src)
Writes all the remaining floats of the src float buffer to this buffer's current position, and increases both buffers' position by the number of floats copied.
FloatBuffer
put(IntBuffer src)
Writes all the remaining ints of the src int buffer to this buffer's current position, and increases both buffers' position by the number of ints copied.
IntBuffer
put(LongBuffer src)
Writes all the remaining longs of the src long buffer to this buffer's current position, and increases both buffers' position by the number of longs copied.
LongBuffer
put(ShortBuffer src)
Writes all the remaining shorts of the src short buffer to this buffer's current position, and increases both buffers' position by the number of shorts copied.
ShortBuffer
put(K key, V value)
Maps the specified key to the specified value.
AbstractMap
put(K key, V value)
Maps the specified key to the specified value in this table.
ConcurrentHashMap
put(K key, V value)
Associate key with value in this dictionary.
Dictionary
put(K key, V value)
Maps the specified key to the specified value.
EnumMap
put(K key, V value)
Maps the specified key to the specified value.
HashMap
put(K key, V value)
Associate the specified value with the specified key in this Hashtable.
Hashtable
put(K key, V value)
Maps the specified key to the specified value.
IdentityHashMap
put(K key, V value)
Maps the specified key to the specified value.
Map
put(K key, V value)
Maps the specified key to the specified value.
TreeMap
put(K key, V value)
Maps the specified key to the specified value.
WeakHashMap
put(long value)
Append an long value.
JSONArray
put(long l)
Writes the given long to the current position and increases the position by 1.
LongBuffer
put(long[] src)
Writes longs from the given long array to the current position and increases the position by the number of longs written.
LongBuffer
put(long[] src, int off, int len)
Writes longs from the given long array, starting from the specified offset, to the current position and increases the position by the number of longs written.
LongBuffer
put(short s)
Writes the given short to the current position and increases the position by 1.
ShortBuffer
put(short[] src)
Writes shorts from the given short array to the current position and increases the position by the number of shorts written.
ShortBuffer
put(short[] src, int off, int len)
Writes shorts from the given short array, starting from the specified offset, to the current position and increases the position by the number of shorts written.
ShortBuffer
putAll(ContentValues other)
Adds all values from the passed in ContentValues.
ContentValues
putAll(Bundle map)
Inserts all mappings from the given Bundle into this Bundle.
Bundle
putAll(Map<? extends K, ? extends V> map)
Copies every mapping in the specified map to this map.
AbstractMap
putAll(Map<? extends K, ? extends V> m)
Copies all of the mappings from the specified map to this one.
ConcurrentHashMap
putAll(Map<? extends K, ? extends V> map)
Copies every mapping in the specified Map to this EnumMap.
EnumMap
putAll(Map<? extends K, ? extends V> map)
Copies all the mappings in the specified map to this map.
HashMap
putAll(Map<? extends K, ? extends V> map)
Copies every mapping to this Hashtable from the specified map.
Hashtable
putAll(Map<? extends K, ? extends V> map)
Copies all the mappings in the specified map to this map.
IdentityHashMap
putAll(Map<? extends K, ? extends V> map)
Copies every mapping in the specified Map to this Map.
Map
putAll(Map<? extends K, ? extends V> map)
Copies all the mappings in the given map to this map.
TreeMap
putAll(Map<? extends K, ? extends V> map)
Copies all the mappings in the given map to this map.
WeakHashMap
putAll(Map<?, ?> attrib)
Stores all the key/value pairs in the argument in this Attributes.
Attributes
putAll(Map<?, ?> t)
Copies all from the provided map to this Provider.
Provider
putBlob(byte[] value, int row, int col)
copy byte array to cursor window
CursorWindow
putBoolean(String key, boolean value)
Adds a new preference with a boolean value to this node using the given key and value or updates the value if a preference with the given key already exists.
AbstractPreferences
putBoolean(String key, boolean value)
Inserts a Boolean value into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putBoolean(String key, boolean value)
Adds a new preference with a boolean value to this node using the given key and value or updates the value if a preference with the given key already exists.
Preferences
putBoolean(String key, boolean value)
Set a boolean value in the preferences editor, to be written back once commit() is called.
SharedPreferences.Editor
putBooleanArray(String key, boolean[] value)
Inserts a boolean array value into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putBundle(String key, Bundle value)
Inserts a Bundle value into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putByte(String key, byte value)
Inserts a byte value into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putByteArray(String key, byte[] value)
Adds a new preference to this node using the given key and the string form of the given value or updates the value if a preference with the given key already exists.
AbstractPreferences
putByteArray(String key, byte[] value)
Inserts a byte array value into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putByteArray(String key, byte[] value)
Adds a new preference to this node using the given key and the string form of the given value or updates the value if a preference with the given key already exists.
Preferences
putChar(char value)
Writes the given char to the current position and increases the position by 2.
ByteBuffer
putChar(int index, char value)
Writes the given char to the specified index of this buffer.
ByteBuffer
putChar(String key, char value)
Inserts a char value into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putCharArray(String key, char[] value)
Inserts a char array value into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putCharSequence(String key, CharSequence value)
Inserts a CharSequence value into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putConfiguration(ContentResolver cr, Configuration config)
Convenience function to write a batch of configuration-related settings from a Configuration object.
Settings.System
putDouble(double value)
Writes the given double to the current position and increases the position by 8.
ByteBuffer
putDouble(double value, int row, int col)
Copy double to cursor window
CursorWindow
putDouble(int index, double value)
Writes the given double to the specified index of this buffer.
ByteBuffer
putDouble(String key, double value)
Adds a new preference to this node using the given key and double value or updates the value if a preference with the given key already exists.
AbstractPreferences
putDouble(String key, double value)
Inserts a double value into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putDouble(String key, double value)
Adds a new preference to this node using the given key and double value or updates the value if a preference with the given key already exists.
Preferences
putDoubleArray(String key, double[] value)
Inserts a double array value into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putExtra(String name, Bundle value)
Add extended data to the intent.
Intent
putExtra(String name, Parcelable value)
Add extended data to the intent.
Intent
putExtra(String name, Parcelable[] value)
Add extended data to the intent.
Intent
putExtra(String name, boolean value)
Add extended data to the intent.
Intent
putExtra(String name, boolean[] value)
Add extended data to the intent.
Intent
putExtra(String name, byte value)
Add extended data to the intent.
Intent
putExtra(String name, byte[] value)
Add extended data to the intent.
Intent
putExtra(String name, char value)
Add extended data to the intent.
Intent
putExtra(String name, char[] value)
Add extended data to the intent.
Intent
putExtra(String name, double value)
Add extended data to the intent.
Intent
putExtra(String name, double[] value)
Add extended data to the intent.
Intent
putExtra(String name, float value)
Add extended data to the intent.
Intent
putExtra(String name, float[] value)
Add extended data to the intent.
Intent
putExtra(String name, int value)
Add extended data to the intent.
Intent
putExtra(String name, int[] value)
Add extended data to the intent.
Intent
putExtra(String name, Serializable value)
Add extended data to the intent.
Intent
putExtra(String name, CharSequence value)
Add extended data to the intent.
Intent
putExtra(String name, String value)
Add extended data to the intent.
Intent
putExtra(String name, String[] value)
Add extended data to the intent.
Intent
putExtra(String name, long value)
Add extended data to the intent.
Intent
putExtra(String name, long[] value)
Add extended data to the intent.
Intent
putExtra(String name, short value)
Add extended data to the intent.
Intent
putExtra(String name, short[] value)
Add extended data to the intent.
Intent
putExtras(Intent src)
Copy all extras in 'src' in to this intent.
Intent
putExtras(Bundle extras)
Add a set of extended data to the intent.
Intent
putFields()
Gets this stream's PutField object.
ObjectOutputStream
putFloat(ContentResolver cr, String name, float value)
Convenience function for updating a single settings value as a floating point number.
Settings.Secure
putFloat(ContentResolver cr, String name, float value)
Convenience function for updating a single settings value as a floating point number.
Settings.System
putFloat(float value)
Writes the given float to the current position and increases the position by 4.
ByteBuffer
putFloat(int index, float value)
Writes the given float to the specified index of this buffer.
ByteBuffer
putFloat(String key, float value)
Adds a new preference to this node using the given key and float value or updates the value if a preference with the given key already exists.
AbstractPreferences
putFloat(String key, float value)
Inserts a float value into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putFloat(String key, float value)
Adds a new preference to this node using the given key and float value or updates the value if a preference with the given key already exists.
Preferences
putFloat(String key, float value)
Set a float value in the preferences editor, to be written back once commit() is called.
SharedPreferences.Editor
putFloatArray(String key, float[] value)
Inserts a float array value into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putIfAbsent(K key, V value)
If the specified key is not already associated with a value, associate it with the given value.
ConcurrentHashMap
putIfAbsent(K key, V value)
If the specified key is not already associated with a value, associate it with the given value.
ConcurrentMap
putInt(ContentResolver cr, String name, int value)
Convenience function for updating a single settings value as an integer.
Settings.Secure
putInt(ContentResolver cr, String name, int value)
Convenience function for updating a single settings value as an integer.
Settings.System
putInt(int value)
Writes the given int to the current position and increases the position by 4.
ByteBuffer
putInt(int index, int value)
Writes the given int to the specified index of this buffer.
ByteBuffer
putInt(String key, int value)
Adds a new preference to this node using the given key and int value or updates the value if a preference with the given key already exists.
AbstractPreferences
putInt(String key, int value)
Inserts an int value into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putInt(String key, int value)
Adds a new preference to this node using the given key and int value or updates the value if a preference with the given key already exists.
Preferences
putInt(String key, int value)
Set an int value in the preferences editor, to be written back once commit() is called.
SharedPreferences.Editor
putIntArray(String key, int[] value)
Inserts an int array value into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putIntegerArrayList(String key, ArrayList<Integer> value)
Inserts an ArrayList value into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putIntegerArrayListExtra(String name, ArrayList<Integer> value)
Add extended data to the intent.
Intent
putLong(ContentResolver cr, String name, long value)
Convenience function for updating a secure settings value as a long integer.
Settings.Secure
putLong(ContentResolver cr, String name, long value)
Convenience function for updating a single settings value as a long integer.
Settings.System
putLong(int index, long value)
Writes the given long to the specified index of this buffer.
ByteBuffer
putLong(String key, long value)
Adds a new preference to this node using the given key and long value or updates the value if a preference with the given key already exists.
AbstractPreferences
putLong(String key, long value)
Inserts a long value into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putLong(String key, long value)
Adds a new preference to this node using the given key and long value or updates the value if a preference with the given key already exists.
Preferences
putLong(String key, long value)
Set a long value in the preferences editor, to be written back once commit() is called.
SharedPreferences.Editor
putLong(long value)
Writes the given long to the current position and increases the position by 8.
ByteBuffer
putLong(long value, int row, int col)
Copy integer to cursor window
CursorWindow
putLongArray(String key, long[] value)
Inserts a long array value into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putNextEntry(ZipEntry ze)
Writes the specified ZIP entry to the underlying stream.
JarOutputStream
putNextEntry(ZipEntry ze)
Writes entry information to the underlying stream.
ZipOutputStream
putNull(int row, int col)
Set the [row, col] value to NULL
CursorWindow
putNull(String key)
Adds a null value to the set.
ContentValues
putOpt(String key, Object value)
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.
JSONObject
putParcelable(String key, Parcelable value)
Inserts a Parcelable value into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putParcelableArray(String key, Parcelable[] value)
Inserts an array of Parcelable values into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putParcelableArrayList(String key, ArrayList<? extends Parcelable> value)
Inserts a List of Parcelable values into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putParcelableArrayListExtra(String name, ArrayList<? extends Parcelable> value)
Add extended data to the intent.
Intent
putSerializable(String key, Serializable value)
Inserts a Serializable value into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putService(Provider.Service s)
Adds a Service to this Provider.
Provider
(protected)
putShort(int index, short value)
Writes the given short to the specified index of this buffer.
ByteBuffer
putShort(String key, short value)
Inserts a short value into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putShort(short value)
Writes the given short to the current position and increases the position by 2.
ByteBuffer
putShortArray(String key, short[] value)
Inserts a short array value into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putSparseParcelableArray(String key, SparseArray<? extends Parcelable> value)
Inserts a SparceArray of Parcelable values into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putSpi(String name, String value)
Puts the given key-value pair into this node.
AbstractPreferences
(protected)
putString(ContentResolver resolver, Uri uri, String name, String value)
Settings.NameValueTable
(protected)
putString(ContentResolver resolver, String name, String value)
Store a name/value pair into the database.
Settings.Secure
putString(ContentResolver resolver, String name, String value)
Store a name/value pair into the database.
Settings.System
putString(String value, int row, int col)
Copy String to cursor window
CursorWindow
putString(String key, String value)
Inserts a String value into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putString(String key, String value)
Set a String value in the preferences editor, to be written back once commit() is called.
SharedPreferences.Editor
putStringArray(String key, String[] value)
Inserts a String array value into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putStringArrayList(String key, ArrayList<String> value)
Inserts an ArrayList value into the mapping of this Bundle, replacing any existing value for the given key.
Bundle
putStringArrayListExtra(String name, ArrayList<String> value)
Add extended data to the intent.
Intent
putValue(String name, Object value)
Binds the specified object under the specified name in this session's application layer data.
SSLSession
putValue(String name, String val)
Stores the value val associated with the key name in this Attributes.
Attributes