OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:googleaccounttype
(Results
1 - 9
of
9
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/util/
AccountPromptUtils.java
33
import com.android.contacts.model.account.
GoogleAccountType
;
73
if (
GoogleAccountType
.ACCOUNT_TYPE.equals(authenticatorType.type)) {
99
AccountManager.get(activity).addAccount(
GoogleAccountType
.ACCOUNT_TYPE, null, null, options,
/packages/apps/Contacts/src/com/android/contacts/model/account/
GoogleAccountType.java
34
public class
GoogleAccountType
extends BaseAccountType {
35
private static final String TAG = "
GoogleAccountType
";
42
public
GoogleAccountType
(Context context, String authenticatorPackageName) {
AccountType.java
120
* {@link
GoogleAccountType
} or {@link ExternalAccountType}.
188
* This is introduced for {@link
GoogleAccountType
} where {@link #syncAdapterPackageName}
/packages/apps/Contacts/tests/src/com/android/contacts/
RawContactModifierTests.java
50
import com.android.contacts.model.account.
GoogleAccountType
;
[
all
...]
/packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/
StreamItemPopulatorActivity.java
35
import com.android.contacts.model.account.
GoogleAccountType
;
178
new String[]{String.valueOf(mContactId),
GoogleAccountType
.ACCOUNT_TYPE}, null);
/packages/apps/Contacts/src/com/android/contacts/model/
AccountTypeManager.java
54
import com.android.contacts.model.account.
GoogleAccountType
;
411
if (
GoogleAccountType
.ACCOUNT_TYPE.equals(type)) {
412
accountType = new
GoogleAccountType
(mContext, auth.packageName);
[
all
...]
RawContactModifier.java
57
import com.android.contacts.model.account.
GoogleAccountType
;
442
final boolean isGoogleAccount = TextUtils.equals(
GoogleAccountType
.ACCOUNT_TYPE,
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/list/
CustomContactListFilterActivity.java
62
import com.android.contacts.model.account.
GoogleAccountType
;
729
if (
GoogleAccountType
.ACCOUNT_TYPE.equals(account.mType) && account.mDataSet == null) {
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java
83
import com.android.contacts.model.account.
GoogleAccountType
;
[
all
...]
Completed in 3342 milliseconds