Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@
<summary>Adds an account of the specified accountType.</summary>
<returns>a Bundle result or null if the result is to be returned via the response. The result
will contain either:
&lt;ul&gt;
&lt;li&gt; <c>AccountManager#KEY_INTENT</c>, or
&lt;li&gt; <c>AccountManager#KEY_ACCOUNT_NAME</c> and <c>AccountManager#KEY_ACCOUNT_TYPE</c> of

<c>AccountManager#KEY_INTENT</c>, or
<c>AccountManager#KEY_ACCOUNT_NAME</c> and <c>AccountManager#KEY_ACCOUNT_TYPE</c> of
the account that was added, or
&lt;li&gt; <c>AccountManager#KEY_ERROR_CODE</c> and <c>AccountManager#KEY_ERROR_MESSAGE</c> to
<c>AccountManager#KEY_ERROR_CODE</c> and <c>AccountManager#KEY_ERROR_MESSAGE</c> to
indicate an error
&lt;/ul&gt;</returns>
</returns>
<remarks>
<para>
<format type="text/html">
Expand Down Expand Up @@ -230,12 +230,12 @@
<summary>Checks that the user knows the credentials of an account.</summary>
<returns>a Bundle result or null if the result is to be returned via the response. The result
will contain either:
&lt;ul&gt;
&lt;li&gt; <c>AccountManager#KEY_INTENT</c>, or
&lt;li&gt; <c>AccountManager#KEY_BOOLEAN_RESULT</c>, true if the check succeeded, false otherwise
&lt;li&gt; <c>AccountManager#KEY_ERROR_CODE</c> and <c>AccountManager#KEY_ERROR_MESSAGE</c> to

<c>AccountManager#KEY_INTENT</c>, or
<c>AccountManager#KEY_BOOLEAN_RESULT</c>, true if the check succeeded, false otherwise
<c>AccountManager#KEY_ERROR_CODE</c> and <c>AccountManager#KEY_ERROR_MESSAGE</c> to
indicate an error
&lt;/ul&gt;</returns>
</returns>
<remarks>
<para>
<format type="text/html">
Expand Down Expand Up @@ -340,16 +340,16 @@
AccountManager, or updating the local credentials.</summary>
<returns>a Bundle result or null if the result is to be returned via the
response. The result will contain either:
&lt;ul&gt;
&lt;li&gt;<c>AccountManager#KEY_INTENT</c>, or
&lt;li&gt;<c>AccountManager#KEY_ACCOUNT_NAME</c> and

<c>AccountManager#KEY_INTENT</c>, or
<c>AccountManager#KEY_ACCOUNT_NAME</c> and
<c>AccountManager#KEY_ACCOUNT_TYPE</c> of the account that was
added or local credentials were updated, and optional
<c>AccountManager#KEY_ACCOUNT_STATUS_TOKEN</c> for checking
the status of the account later, or
&lt;li&gt;<c>AccountManager#KEY_ERROR_CODE</c> and
<c>AccountManager#KEY_ERROR_CODE</c> and
<c>AccountManager#KEY_ERROR_MESSAGE</c> to indicate an error
&lt;/ul&gt;</returns>
</returns>
<remarks>
<para>
<format type="text/html">
Expand Down Expand Up @@ -439,13 +439,13 @@
<summary>Checks if the removal of this account is allowed.</summary>
<returns>a Bundle result or null if the result is to be returned via the response. The result
will contain either:
&lt;ul&gt;
&lt;li&gt; <c>AccountManager#KEY_INTENT</c>, or
&lt;li&gt; <c>AccountManager#KEY_BOOLEAN_RESULT</c>, true if the removal of the account is

<c>AccountManager#KEY_INTENT</c>, or
<c>AccountManager#KEY_BOOLEAN_RESULT</c>, true if the removal of the account is
allowed, false otherwise
&lt;li&gt; <c>AccountManager#KEY_ERROR_CODE</c> and <c>AccountManager#KEY_ERROR_MESSAGE</c> to
<c>AccountManager#KEY_ERROR_CODE</c> and <c>AccountManager#KEY_ERROR_MESSAGE</c> to
indicate an error
&lt;/ul&gt;</returns>
</returns>
<remarks>
<para>
<format type="text/html">
Expand Down Expand Up @@ -588,13 +588,13 @@
<summary>Checks if the account supports all the specified authenticator specific features.</summary>
<returns>a Bundle result or null if the result is to be returned via the response. The result
will contain either:
&lt;ul&gt;
&lt;li&gt; <c>AccountManager#KEY_INTENT</c>, or
&lt;li&gt; <c>AccountManager#KEY_BOOLEAN_RESULT</c>, true if the account has all the features,

<c>AccountManager#KEY_INTENT</c>, or
<c>AccountManager#KEY_BOOLEAN_RESULT</c>, true if the account has all the features,
false otherwise
&lt;li&gt; <c>AccountManager#KEY_ERROR_CODE</c> and <c>AccountManager#KEY_ERROR_MESSAGE</c> to
<c>AccountManager#KEY_ERROR_CODE</c> and <c>AccountManager#KEY_ERROR_MESSAGE</c> to
indicate an error
&lt;/ul&gt;</returns>
</returns>
<remarks>
<para>
<format type="text/html">
Expand Down Expand Up @@ -683,12 +683,12 @@
<summary>Checks if update of the account credentials is suggested.</summary>
<returns>a Bundle result or null if the result is to be returned via the response. The result
will contain either:
&lt;ul&gt;
&lt;li&gt;<c>AccountManager#KEY_BOOLEAN_RESULT</c>, true if update of account's

<c>AccountManager#KEY_BOOLEAN_RESULT</c>, true if update of account's
credentials is suggested, false otherwise
&lt;li&gt;<c>AccountManager#KEY_ERROR_CODE</c> and
<c>AccountManager#KEY_ERROR_CODE</c> and
<c>AccountManager#KEY_ERROR_MESSAGE</c> to indicate an error
&lt;/ul&gt;</returns>
</returns>
<remarks>
<para>
<format type="text/html">
Expand Down Expand Up @@ -810,16 +810,16 @@
specified accountType.</summary>
<returns>a Bundle result or null if the result is to be returned via the
response. The result will contain either:
&lt;ul&gt;
&lt;li&gt;<c>AccountManager#KEY_INTENT</c>, or
&lt;li&gt;<c>AccountManager#KEY_ACCOUNT_SESSION_BUNDLE</c> for adding

<c>AccountManager#KEY_INTENT</c>, or
<c>AccountManager#KEY_ACCOUNT_SESSION_BUNDLE</c> for adding
the account to device later, and if account is authenticated,
optional <c>AccountManager#KEY_PASSWORD</c> and
<c>AccountManager#KEY_ACCOUNT_STATUS_TOKEN</c> for checking the
status of the account, or
&lt;li&gt;<c>AccountManager#KEY_ERROR_CODE</c> and
<c>AccountManager#KEY_ERROR_CODE</c> and
<c>AccountManager#KEY_ERROR_MESSAGE</c> to indicate an error
&lt;/ul&gt;</returns>
</returns>
<remarks>
<para>
<format type="text/html">
Expand Down Expand Up @@ -871,16 +871,16 @@
locally stored credentials.</summary>
<returns>a Bundle result or null if the result is to be returned via the
response. The result will contain either:
&lt;ul&gt;
&lt;li&gt;<c>AccountManager#KEY_INTENT</c>, or
&lt;li&gt;<c>AccountManager#KEY_ACCOUNT_SESSION_BUNDLE</c> for

<c>AccountManager#KEY_INTENT</c>, or
<c>AccountManager#KEY_ACCOUNT_SESSION_BUNDLE</c> for
updating the locally stored credentials later, and if account is
re-authenticated, optional <c>AccountManager#KEY_PASSWORD</c>
and <c>AccountManager#KEY_ACCOUNT_STATUS_TOKEN</c> for checking
the status of the account later, or
&lt;li&gt;<c>AccountManager#KEY_ERROR_CODE</c> and
<c>AccountManager#KEY_ERROR_CODE</c> and
<c>AccountManager#KEY_ERROR_MESSAGE</c> to indicate an error
&lt;/ul&gt;</returns>
</returns>
<remarks>
<para>
<format type="text/html">
Expand Down Expand Up @@ -991,13 +991,13 @@
<summary>Update the locally stored credentials for an account.</summary>
<returns>a Bundle result or null if the result is to be returned via the response. The result
will contain either:
&lt;ul&gt;
&lt;li&gt; <c>AccountManager#KEY_INTENT</c>, or
&lt;li&gt; <c>AccountManager#KEY_ACCOUNT_NAME</c> and <c>AccountManager#KEY_ACCOUNT_TYPE</c> of

<c>AccountManager#KEY_INTENT</c>, or
<c>AccountManager#KEY_ACCOUNT_NAME</c> and <c>AccountManager#KEY_ACCOUNT_TYPE</c> of
the account whose credentials were updated, or
&lt;li&gt; <c>AccountManager#KEY_ERROR_CODE</c> and <c>AccountManager#KEY_ERROR_MESSAGE</c> to
<c>AccountManager#KEY_ERROR_CODE</c> and <c>AccountManager#KEY_ERROR_MESSAGE</c> to
indicate an error
&lt;/ul&gt;</returns>
</returns>
<remarks>
<para>
<format type="text/html">
Expand Down
Loading