OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GoogleAccountType
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/util/
AccountPromptUtils.java
33
import com.android.contacts.common.model.account.
GoogleAccountType
;
73
if (
GoogleAccountType
.ACCOUNT_TYPE.equals(authenticatorType.type)) {
99
AccountManager.get(activity).addAccount(
GoogleAccountType
.ACCOUNT_TYPE, null, null, options,
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactModifierTests.java
50
import com.android.contacts.common.model.account.
GoogleAccountType
;
[
all
...]
/packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/
StreamItemPopulatorActivity.java
35
import com.android.contacts.common.model.account.
GoogleAccountType
;
178
new String[]{String.valueOf(mContactId),
GoogleAccountType
.ACCOUNT_TYPE}, null);
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
GoogleAccountType.java
34
public class
GoogleAccountType
extends BaseAccountType {
35
private static final String TAG = "
GoogleAccountType
";
42
public
GoogleAccountType
(Context context, String authenticatorPackageName) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java
53
import com.android.contacts.common.model.account.
GoogleAccountType
;
418
if (
GoogleAccountType
.ACCOUNT_TYPE.equals(type)) {
419
accountType = new
GoogleAccountType
(mContext, auth.packageName);
[
all
...]
RawContactModifier.java
59
import com.android.contacts.common.model.account.
GoogleAccountType
;
445
final boolean isGoogleAccount = TextUtils.equals(
GoogleAccountType
.ACCOUNT_TYPE,
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
CustomContactListFilterActivity.java
61
import com.android.contacts.common.model.account.
GoogleAccountType
;
728
if (
GoogleAccountType
.ACCOUNT_TYPE.equals(account.mType) && account.mDataSet == null) {
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java
75
import com.android.contacts.common.model.account.
GoogleAccountType
;
[
all
...]
Completed in 87 milliseconds