OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newAccountType
(Results
1 - 3
of
3
) sorted by null
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactModifierTests.java
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java
697
AccountType
newAccountType
= accountTypes.getAccountType(
700
if (
newAccountType
.getCreateContactActivityClassName() != null) {
709
bindEditorsForNewContact(newAccount,
newAccountType
, oldState, oldAccountType);
722
final AccountType
newAccountType
, RawContactDelta oldState,
737
RawContactModifier.parseExtras(mContext,
newAccountType
, insert, mIntentExtras);
740
oldAccountType,
newAccountType
);
745
RawContactModifier.ensureKindExists(insert,
newAccountType
, Phone.CONTENT_ITEM_TYPE);
746
RawContactModifier.ensureKindExists(insert,
newAccountType
, Email.CONTENT_ITEM_TYPE);
747
RawContactModifier.ensureKindExists(insert,
newAccountType
, Organization.CONTENT_ITEM_TYPE);
748
RawContactModifier.ensureKindExists(insert,
newAccountType
, Event.CONTENT_ITEM_TYPE)
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactModifier.java
[
all
...]
Completed in 318 milliseconds