OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:accountWithDataSet
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/model/
RawContact.java
31
import com.android.contacts.common.model.account.
AccountWithDataSet
;
313
public void setAccount(
AccountWithDataSet
accountWithDataSet
) {
314
setAccount(
accountWithDataSet
.name,
accountWithDataSet
.type,
accountWithDataSet
.dataSet);
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java
50
import com.android.contacts.common.model.account.
AccountWithDataSet
;
117
public abstract List<
AccountWithDataSet
> getAccounts(boolean contactWritableOnly);
122
public abstract List<
AccountWithDataSet
> getGroupWritableAccounts();
130
public final AccountType getAccountTypeForAccount(
AccountWithDataSet
account) {
169
public boolean contains(
AccountWithDataSet
account, boolean contactWritableOnly) {
170
for (
AccountWithDataSet
account_2 : getAccounts(false)) {
200
private List<
AccountWithDataSet
> mAccounts = Lists.newArrayList();
201
private List<
AccountWithDataSet
> mContactWritableAccounts = Lists.newArrayList();
202
private List<
AccountWithDataSet
> mGroupWritableAccounts = Lists.newArrayList();
253
if (a instanceof
AccountWithDataSet
) {
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java
[
all
...]
ContactsProvider2.java
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java
[
all
...]
Completed in 108 milliseconds