diff --git a/docs/html/reference/com/google/android/gcm/server/MulticastResult.Builder.html b/docs/html/reference/com/google/android/gcm/server/MulticastResult.Builder.html deleted file mode 100644 index 0768237407ba9..0000000000000 --- a/docs/html/reference/com/google/android/gcm/server/MulticastResult.Builder.html +++ /dev/null @@ -1,1230 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - -| java.lang.Object | -|
| ↳ | - -com.google.android.gcm.server.MulticastResult.Builder | -
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
- [Expand]
- Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
-
-From class
-
- java.lang.Object
-
-
-
-
-
-
-
- | |||||||||||||||||||||||||||||||||
- About Android | - Legal | - Support -
-| java.lang.Object | -|
| ↳ | - -com.google.android.gcm.server.Result.Builder | -
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
- [Expand]
- Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
-
-From class
-
- java.lang.Object
-
-
-
-
-
-
-
- | |||||||||||||||||||||||||||||||||
- About Android | - Legal | - Support -
-| java.lang.Object | -|
| ↳ | - -com.google.android.gms.common.data.DataBufferIterator<T> | -
Iterator used to walk a DataBuffer.
-
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
- [Expand]
- Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
-
-From class
-
- java.lang.Object
-
-
-
-
-
-
-
- | |||||||||||||||||||||||||||||||||
-
-From interface
-
- java.util.Iterator
-
-
-
-
-
-
-
- | |||||||||||||||||||||||||||||||||
- About Android | - Legal | - Support -
-| java.lang.Object | -|
| ↳ | - -com.google.android.gms.common.data.DataBufferRef | -
A DataBufferRef provides a pointer to a row in a DataBuffer. Note that if the
- underlying DataBuffer is closed, the reference will no longer be valid.
-
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| mDataHolder | -- | ||||||||||
| mDataRow | -- | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Copies the String content in the given column at the position of this reference into a
-
-
- CharArrayBuffer. | |||||||||||
Retrieves the boolean value for a given column at the position of this reference.
-
- | |||||||||||
Retrieves the byte array value for a given column at the position of this reference.
-
- | |||||||||||
Retrieves the integer value for a given column at the position of this reference.
-
- | |||||||||||
Retrieves the long value for a given column at the position of this reference.
-
- | |||||||||||
Retrieves the String value for a given column at the position of this reference.
-
- | |||||||||||
Returns whether the given column at the position of this reference contains null.
-
- | |||||||||||
Retrieves the column data as a URI if possible, checking for null values.
-
- | |||||||||||
|
- [Expand]
- Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
-
-From class
-
- java.lang.Object
-
-
-
-
-
-
-
- | |||||||||||||||||||||||||||||||||
Copies the String content in the given column at the position of this reference into a
- CharArrayBuffer.
| column - | The column to retrieve. | -
|---|---|
| dataOut - | The CharArrayBuffer to copy into. |
-
| IllegalArgumentException - | if the column does not exist, the position is invalid, or - the data holder has been closed. - | -
|---|
Retrieves the boolean value for a given column at the position of this reference.
| column - | The column to retrieve. | -
|---|
| IllegalArgumentException - | if the column does not exist, the position is invalid, or - the data holder has been closed. - | -
|---|
Retrieves the byte array value for a given column at the position of this reference.
| column - | The column to retrieve. | -
|---|
| IllegalArgumentException - | if the column does not exist, the position is invalid, or - the data holder has been closed. - | -
|---|
Retrieves the integer value for a given column at the position of this reference.
| column - | The column to retrieve. | -
|---|
| IllegalArgumentException - | if the column does not exist, the position is invalid, or - the data holder has been closed. - | -
|---|
Retrieves the long value for a given column at the position of this reference.
| column - | The column to retrieve. | -
|---|
| IllegalArgumentException - | if the column does not exist, the position is invalid, or - the data holder has been closed. - | -
|---|
Retrieves the String value for a given column at the position of this reference.
| column - | The column to retrieve. | -
|---|
| IllegalArgumentException - | if the column does not exist, the position is invalid, or - the data holder has been closed. - | -
|---|
Returns whether the given column at the position of this reference contains null.
| column - | The column to check. | -
|---|
| IllegalArgumentException - | if the column does not exist, the position is invalid, or - the data holder has been closed. - | -
|---|
Retrieves the column data as a URI if possible, checking for null values. Will return null if - the column contains null.
| column - | The column to retrieve. | -
|---|
| IllegalArgumentException - | if the column does not exist, the position is invalid, or - the data holder has been closed. - | -
|---|
- About Android | - Legal | - Support -
-| java.lang.Object | -|
| ↳ | - -com.google.android.gms.common.data.DataHolder.Builder | -
Helper class to build DataHolder instances containing arbitrary data.
-
- Note that the constructor is private; use DataHolder.builder() to create - instances of this class. -
- - - - - -| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Instantiate an
-
- DataHolder from this DataHolder.Builder with the given status code
- and metadata. | |||||||||||
Instantiate an
-
- DataHolder from this DataHolder.Builder with the given status code
- and null metadata. | |||||||||||
Sort the rows in this builder based on the standard data type comparisons for the value
- in the provided column.
-
- | |||||||||||
Add a new row of data to the
-
- DataHolder this DataHolder.Builder will create. | |||||||||||
Add a new row of data to the
-
- DataHolder this DataHolder.Builder will create. | |||||||||||
|
- [Expand]
- Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
-
-From class
-
- java.lang.Object
-
-
-
-
-
-
-
- | |||||||||||||||||||||||||||||||||
Instantiate an DataHolder from this DataHolder.Builder with the given status code
- and metadata.
| statusCode - | The status code of this DataHolder. |
-
|---|---|
| metadata - | The metadata associated with this DataHolder (may be null). |
-
DataHolder representation of this object.
-Instantiate an DataHolder from this DataHolder.Builder with the given status code
- and null metadata.
| statusCode - | The status code of this DataHolder. |
-
|---|
DataHolder representation of this object.
-Sort the rows in this builder based on the standard data type comparisons for the value - in the provided column. Calling this multiple times with the same column will not change - the sort order of the builder. Note that any data which is added after this call will not - be sorted.
| sortColumn - | The column to sort the rows in this builder by. | -
|---|
DataHolder.Builder to continue construction.
-Add a new row of data to the DataHolder this DataHolder.Builder will create.
- Note that the data must contain an entry for all columns
-
- Currently the only supported value types that are supported are String, Long, and Boolean - (Integer is also accepted and will be stored as a Long).
| values - | ContentValues containing row data. |
-
|---|
DataHolder.Builder to continue construction.
-Add a new row of data to the DataHolder this DataHolder.Builder will create.
-
- Currently the only supported value types that are supported are String, Long, and Boolean - (Integer is also accepted and will be stored as a Long).
| row - | Map containing row data. | -
|---|
DataHolder.Builder to continue construction.
-- About Android | - Legal | - Support -
-| java.lang.Object | -|
| ↳ | - -com.google.android.gms.common.data.DataHolder | -
Class for accessing collections of data, organized into columns. This provides the backing
- support for DataBuffer. Much like a cursor, the holder supports the notion of a current
- position, and has methods for extracting various types of data from named columns.
-
| Nested Classes | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| DataHolder.Builder | -Helper class to build DataHolder instances containing arbitrary data. |
- ||||||||||||||||||||||||||||||||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | -NULL | -- | |||||||||
|
- [Expand]
- Inherited Constants | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
-
- From interface
-android.os.Parcelable
-
-
-
-
-
-
-
| |||||||||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CREATOR | -- | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a data holder with the specified data.
-
- | |||||||||||
Creates a data holder wrapping the provided cursor, with provided status code and metadata.
-
- | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get a
-
- DataHolder.Builder to create a new DataHolder manually. | |||||||||||
Get a
-
- DataHolder.Builder to create a new DataHolder manually. | |||||||||||
Closes the data holder, releasing all of its resources and making it completely invalid.
-
- | |||||||||||
Copies the String content in the given column at the provided position into a
-
-
- CharArrayBuffer. | |||||||||||
Retrieves the boolean value for a given column at the provided position.
-
- | |||||||||||
Retrieves the byte array value for a given column at the provided position.
-
- | |||||||||||
Gets the number of rows in the data holder.
-
- | |||||||||||
Retrieves the integer value for a given column at the provided position.
-
- | |||||||||||
Retrieves the long value for a given column at the provided position.
-
- | |||||||||||
Retrieves the String value for a given column at the provided position.
-
- | |||||||||||
Returns whether the given column at the provided position contains null.
-
- | |||||||||||
Retrieves the column data at the provided position as a URI if possible, checking for null
- values.
-
- | |||||||||||
|
- [Expand]
- Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
-
-From class
-
- java.lang.Object
-
-
-
-
-
-
-
- | |||||||||||||||||||||||||||||||||
-
-From interface
-
- android.os.Parcelable
-
-
-
-
-
-
-
- | |||||||||||||||||||||||||||||||||
Creates a data holder with the specified data.
| columns - | The column names corresponding to the data in the given windows. | -
|---|---|
| windows - | The CursorWindow instances holding the data. |
-
| statusCode - | The status code of this DataHolder. |
-
| metadata - | The metadata associated with this DataHolder (may be null).
- |
-
Creates a data holder wrapping the provided cursor, with provided status code and metadata.
| cursor - | The cursor containing the data. | -
|---|---|
| statusCode - | The status code of this DataHolder. |
-
| metadata - | The metadata associated with this DataHolder (may be null).
- |
-
Get a DataHolder.Builder to create a new DataHolder manually.
| columns - | The array of column names that the object supports. | -
|---|---|
| uniqueColumn - | The non-null column name that must contain unique values. New rows added - to the builder with the same value in this column will replace any older rows. | -
DataHolder.Builder object to work with.
-Get a DataHolder.Builder to create a new DataHolder manually.
| columns - | The array of column names that the object supports. | -
|---|
DataHolder.Builder object to work with.
-Closes the data holder, releasing all of its resources and making it completely invalid. -
Copies the String content in the given column at the provided position into a
- CharArrayBuffer. This will throw an IllegalArgumentException if the column
- does not exist, the position is invalid, or the data holder has been closed.
| column - | The column to retrieve. | -
|---|---|
| row - | The row to retrieve the data from. | -
| windowIndex - | Index of the cursor window to extract the data from. | -
| dataOut - | The CharArrayBuffer to copy into.
- |
-
| statusCode - | The status code of this DataHolder. |
-
|---|---|
| metadata - | The metadata associated with this DataHolder (may be null). |
-
DataHolder object with the given status and null metadata.
-| statusCode - | The status code of this DataHolder. |
-
|---|
DataHolder object with the given status and null metadata.
-Retrieves the boolean value for a given column at the provided position. This will throw an
- IllegalArgumentException if the column does not exist, the position is invalid, or
- the data holder has been closed.
| column - | The column to retrieve. | -
|---|---|
| row - | The row to retrieve the data from. | -
| windowIndex - | Index of the cursor window to extract the data from. | -
Retrieves the byte array value for a given column at the provided position. This will throw
- an IllegalArgumentException if the column does not exist, the position is invalid, or
- the data holder has been closed.
| column - | The column to retrieve. | -
|---|---|
| row - | The row to retrieve the data from. | -
| windowIndex - | Index of the cursor window to extract the data from. | -
Gets the number of rows in the data holder.
Retrieves the integer value for a given column at the provided position. This will throw an
- IllegalArgumentException if the column does not exist, the position is invalid, or
- the data holder has been closed.
| column - | The column to retrieve. | -
|---|---|
| row - | The row to retrieve the data from. | -
| windowIndex - | Index of the cursor window to extract the data from. | -
Retrieves the long value for a given column at the provided position. This will throw an
- IllegalArgumentException if the column does not exist, the position is invalid, or
- the data holder has been closed.
| column - | The column to retrieve. | -
|---|---|
| row - | The row to retrieve the data from. | -
| windowIndex - | Index of the cursor window to extract the data from. | -
Retrieves the String value for a given column at the provided position. This will throw an
- IllegalArgumentException if the column does not exist, the position is invalid, or
- the data holder has been closed.
| column - | The column to retrieve. | -
|---|---|
| row - | The row to retrieve the data from. | -
| windowIndex - | Index of the cursor window to extract the data from. | -
Returns whether the given column at the provided position contains null. This will throw an
- IllegalArgumentException if the column does not exist, the position is invalid, or
- the data holder has been closed.
| column - | The column to check. | -
|---|---|
| row - | The row to retrieve the data from. | -
| windowIndex - | Index of the cursor window to extract the data from. | -
Retrieves the column data at the provided position as a URI if possible, checking for null
- values. This will throw an IllegalArgumentException if the column does not exist, the
- position is invalid, or the data holder has been closed.
| column - | The column to retrieve. | -
|---|---|
| row - | The row to retrieve the data from. | -
| windowIndex - | Index of the cursor window to extract the data from. | -
- About Android | - Legal | - Support -
-| java.lang.Object | -|
| ↳ | - -com.google.android.gms.common.server.FavaDiagnosticsEntity | -
Bundle of data defining a single diagnostic view or action.
- - - - - -| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | -EXTRA_NAMESPACE | -- | |||||||||
| String | -EXTRA_TYPE_NUM | -- | |||||||||
| String | -NULL | -- | |||||||||
|
- [Expand]
- Inherited Constants | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
-
- From interface
-android.os.Parcelable
-
-
-
-
-
-
-
| |||||||||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CREATOR | -- | ||||||||||
| namespace | -- | ||||||||||
| typeNum | -- | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
- [Expand]
- Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
-
-From class
-
- java.lang.Object
-
-
-
-
-
-
-
- | |||||||||||||||||||||||||||||||||
-
-From interface
-
- android.os.Parcelable
-
-
-
-
-
-
-
- | |||||||||||||||||||||||||||||||||
- About Android | - Legal | - Support -
-| FavaDiagnosticsEntity | -Bundle of data defining a single diagnostic view or action. | -
- About Android | - Legal | - Support -
-