OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syncAdapterPackageName
(Results
1 - 11
of
11
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountType.java
67
* TODO Clean up {@link #resourcePackageName}, {@link #
syncAdapterPackageName
} and
71
* - {@link #
syncAdapterPackageName
} is always set to the actual sync adapter package name.
82
public String
syncAdapterPackageName
;
145
* {@link #
syncAdapterPackageName
}.
156
* {@link #
syncAdapterPackageName
}.
167
* {@link #
syncAdapterPackageName
}.
187
* This is introduced for {@link GoogleAccountType} where {@link #
syncAdapterPackageName
}
192
return
syncAdapterPackageName
;
212
return getResourceText(context,
syncAdapterPackageName
, titleRes, accountType);
252
return getResourceText(context,
syncAdapterPackageName
, getInviteContactActionResId(), "")
[
all
...]
FallbackAccountType.java
37
this.
syncAdapterPackageName
= resPackageName;
ExternalAccountType.java
109
this.
syncAdapterPackageName
= packageName;
163
syncAdapterPackageName
, ATTR_INVITE_CONTACT_ACTION_LABEL);
165
syncAdapterPackageName
, ATTR_VIEW_GROUP_ACTION_LABEL);
167
syncAdapterPackageName
, ATTR_ACCOUNT_LABEL);
169
syncAdapterPackageName
, ATTR_ACCOUNT_ICON);
GoogleAccountType.java
45
this.
syncAdapterPackageName
= authenticatorPackageName;
ExchangeAccountType.java
50
this.
syncAdapterPackageName
= authenticatorPackageName;
/packages/apps/ContactsCommon/src/com/android/contacts/common/
MoreContactUtils.java
201
* {@link AccountType#
syncAdapterPackageName
}).
204
String
syncAdapterPackageName
= accountType.
syncAdapterPackageName
;
206
if (TextUtils.isEmpty(
syncAdapterPackageName
) || TextUtils.isEmpty(className)) {
210
intent.setClassName(
syncAdapterPackageName
, className);
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailUpdatesFragment.java
69
intent.setClassName(accountType.
syncAdapterPackageName
,
86
intent.setClassName(accountType.
syncAdapterPackageName
,
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/
AccountTypeTest.java
70
syncAdapterPackageName
= packageName;
/packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorActivity.java
210
intent.setClassName(accountType.
syncAdapterPackageName
,
235
intent.setClassName(accountType.
syncAdapterPackageName
,
GroupDetailActivity.java
150
intent.setClassName(accountType.
syncAdapterPackageName
,
/packages/apps/Contacts/src/com/android/contacts/group/
GroupDetailFragment.java
390
intent.setClassName(accountType.
syncAdapterPackageName
,
Completed in 338 milliseconds