OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:accountWithDataSet
(Results
1 - 3
of
3
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java
48
import com.android.contacts.common.model.account.
AccountWithDataSet
;
115
public abstract List<
AccountWithDataSet
> getAccounts(boolean contactWritableOnly);
120
public abstract List<
AccountWithDataSet
> getGroupWritableAccounts();
128
public final AccountType getAccountTypeForAccount(
AccountWithDataSet
account) {
167
public boolean contains(
AccountWithDataSet
account, boolean contactWritableOnly) {
168
for (
AccountWithDataSet
account_2 : getAccounts(false)) {
198
private List<
AccountWithDataSet
> mAccounts = Lists.newArrayList();
199
private List<
AccountWithDataSet
> mContactWritableAccounts = Lists.newArrayList();
200
private List<
AccountWithDataSet
> mGroupWritableAccounts = Lists.newArrayList();
251
if (a instanceof
AccountWithDataSet
) {
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java
[
all
...]
Completed in 292 milliseconds