OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Accounts
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Browser/src/com/android/browser/
AccountsChangedReceiver.java
18
import android.
accounts
.Account;
19
import android.
accounts
.AccountManager;
27
import android.provider.BrowserContract.
Accounts
;
34
Accounts
.ACCOUNT_NAME,
35
Accounts
.ACCOUNT_TYPE,
37
private static final String SELECTION =
Accounts
.ACCOUNT_NAME + " IS NOT NULL";
38
private static final String DELETE_SELECTION =
Accounts
.ACCOUNT_NAME + "=? AND "
39
+
Accounts
.ACCOUNT_TYPE + "=?";
54
Account[]
accounts
= AccountManager.get(mContext).getAccounts();
local
56
Cursor c = cr.query(
Accounts
.CONTENT_URI, PROJECTION
[
all
...]
BrowserBookmarksPage.java
39
import android.provider.BrowserContract.
Accounts
;
675
Accounts
.ACCOUNT_NAME,
676
Accounts
.ACCOUNT_TYPE
680
super(context,
Accounts
.CONTENT_URI
AddBookmarkPage.java
44
import android.provider.BrowserContract.
Accounts
;
681
mAccountSpinner = (Spinner) findViewById(R.id.
accounts
);
[
all
...]
/packages/apps/Browser/src/com/android/browser/widget/
BookmarkWidgetConfigure.java
28
import android.provider.BrowserContract.
Accounts
;
120
Accounts
.ACCOUNT_NAME,
121
Accounts
.ACCOUNT_TYPE,
122
Accounts
.ROOT_ID,
130
super(context,
Accounts
.CONTENT_URI
/packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java
19
import android.
accounts
.Account;
20
import android.
accounts
.AccountManager;
43
import android.provider.BrowserContract.
Accounts
;
119
Accounts
.ACCOUNT_NAME + " IS NOT NULL DESC, "
120
+
Accounts
.ACCOUNT_NAME + " ASC";
174
static final int
ACCOUNTS
= 7000;
207
matcher.addURI(authority, "
accounts
",
ACCOUNTS
);
248
//
Accounts
250
map.put(
Accounts
.ACCOUNT_TYPE, Accounts.ACCOUNT_TYPE)
483
Account[]
accounts
= am.getAccountsByType("com.google");
local
1716
Account[]
accounts
= AccountManager.get(getContext()).getAccounts();
local
[
all
...]
/frameworks/base/core/java/android/provider/
BrowserContract.java
19
import android.
accounts
.Account;
313
* Read-only table that lists all the
accounts
that are used to provide bookmarks.
315
public static final class
Accounts
{
320
AUTHORITY_URI.buildUpon().appendPath("
accounts
").build();
/frameworks/base/docs/html/resources/
resources-data.js
11
'accountsync': '
Accounts
& Sync',
332
en: 'Android provides a Contacts API for managing and integrating contacts from multiple
accounts
and data sources and allows apps to read various information about individual contacts.'
Completed in 186 milliseconds